diff --git a/CN-48.326/UCPaySDK/html/css/payError.css b/CN-48.326/UCPaySDK/html/css/payError.css
new file mode 100644
index 000000000..1a059a2a7
--- /dev/null
+++ b/CN-48.326/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-48.326/UCPaySDK/html/css/payNormal.css b/CN-48.326/UCPaySDK/html/css/payNormal.css
new file mode 100644
index 000000000..453cba2a4
--- /dev/null
+++ b/CN-48.326/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-48.326/UCPaySDK/html/images/error_img.png b/CN-48.326/UCPaySDK/html/images/error_img.png
new file mode 100644
index 000000000..34867840a
Binary files /dev/null and b/CN-48.326/UCPaySDK/html/images/error_img.png differ
diff --git a/CN-48.326/UCPaySDK/html/js/payError.js b/CN-48.326/UCPaySDK/html/js/payError.js
new file mode 100644
index 000000000..41b2ff7a3
--- /dev/null
+++ b/CN-48.326/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-48.326/UCPaySDK/html/payError.html b/CN-48.326/UCPaySDK/html/payError.html
new file mode 100644
index 000000000..31e52c37f
--- /dev/null
+++ b/CN-48.326/UCPaySDK/html/payError.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ 充值中心
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
页面打开失败,请点击刷新按钮或关闭重新打开
+
+
+
+
+
\ No newline at end of file
diff --git a/CN-48.326/UCPaySDK/html/payNormal.html b/CN-48.326/UCPaySDK/html/payNormal.html
new file mode 100644
index 000000000..aef0eb838
--- /dev/null
+++ b/CN-48.326/UCPaySDK/html/payNormal.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+ 充值中心
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
页面打开失败,请点击刷新按钮或关闭重新打开
+
+
+
+
+
\ No newline at end of file
diff --git a/CN-48.326/UCPaySDK/jars/entry.xml b/CN-48.326/UCPaySDK/jars/entry.xml
new file mode 100644
index 000000000..fe3b6d55b
Binary files /dev/null and b/CN-48.326/UCPaySDK/jars/entry.xml differ
diff --git a/CN-48.326/UCPaySDK/jars/ugpsdk-plugin-loader.apk b/CN-48.326/UCPaySDK/jars/ugpsdk-plugin-loader.apk
new file mode 100644
index 000000000..634f2f097
Binary files /dev/null and b/CN-48.326/UCPaySDK/jars/ugpsdk-plugin-loader.apk differ
diff --git a/CN-48.326/UCPaySDK/pay.png b/CN-48.326/UCPaySDK/pay.png
new file mode 100644
index 000000000..f12a95ece
Binary files /dev/null and b/CN-48.326/UCPaySDK/pay.png differ
diff --git a/CN-48.326/UCPaySDK/ver.txt b/CN-48.326/UCPaySDK/ver.txt
new file mode 100644
index 000000000..37486d7a2
--- /dev/null
+++ b/CN-48.326/UCPaySDK/ver.txt
@@ -0,0 +1 @@
+version=7.6.5.11
\ No newline at end of file
diff --git a/CN-48.326/badge/default.edges b/CN-48.326/badge/default.edges
new file mode 100644
index 000000000..4456e983a
Binary files /dev/null and b/CN-48.326/badge/default.edges differ
diff --git a/CN-48.326/badge/default_diffuse.png b/CN-48.326/badge/default_diffuse.png
new file mode 100644
index 000000000..24f6ca3f8
Binary files /dev/null and b/CN-48.326/badge/default_diffuse.png differ
diff --git a/CN-48.326/badge/default_diffuse_back.png b/CN-48.326/badge/default_diffuse_back.png
new file mode 100644
index 000000000..f65ee22d6
Binary files /dev/null and b/CN-48.326/badge/default_diffuse_back.png differ
diff --git a/CN-48.326/badge/default_diffuse_edge.png b/CN-48.326/badge/default_diffuse_edge.png
new file mode 100644
index 000000000..f65ee22d6
Binary files /dev/null and b/CN-48.326/badge/default_diffuse_edge.png differ
diff --git a/CN-48.326/badge/default_glossiness.png b/CN-48.326/badge/default_glossiness.png
new file mode 100644
index 000000000..4a39a7aaa
Binary files /dev/null and b/CN-48.326/badge/default_glossiness.png differ
diff --git a/CN-48.326/badge/default_glossiness_back.png b/CN-48.326/badge/default_glossiness_back.png
new file mode 100644
index 000000000..8eb8560d6
Binary files /dev/null and b/CN-48.326/badge/default_glossiness_back.png differ
diff --git a/CN-48.326/badge/default_glossiness_edge.png b/CN-48.326/badge/default_glossiness_edge.png
new file mode 100644
index 000000000..fcf5290e9
Binary files /dev/null and b/CN-48.326/badge/default_glossiness_edge.png differ
diff --git a/CN-48.326/badge/default_normal.png b/CN-48.326/badge/default_normal.png
new file mode 100644
index 000000000..112fc9142
Binary files /dev/null and b/CN-48.326/badge/default_normal.png differ
diff --git a/CN-48.326/badge/default_normal_back.png b/CN-48.326/badge/default_normal_back.png
new file mode 100644
index 000000000..112fc9142
Binary files /dev/null and b/CN-48.326/badge/default_normal_back.png differ
diff --git a/CN-48.326/badge/default_normal_edge.png b/CN-48.326/badge/default_normal_edge.png
new file mode 100644
index 000000000..112fc9142
Binary files /dev/null and b/CN-48.326/badge/default_normal_edge.png differ
diff --git a/CN-48.326/badge/default_specular.png b/CN-48.326/badge/default_specular.png
new file mode 100644
index 000000000..96067c3bd
Binary files /dev/null and b/CN-48.326/badge/default_specular.png differ
diff --git a/CN-48.326/badge/default_specular_back.png b/CN-48.326/badge/default_specular_back.png
new file mode 100644
index 000000000..4db1a69eb
Binary files /dev/null and b/CN-48.326/badge/default_specular_back.png differ
diff --git a/CN-48.326/badge/default_specular_edge.png b/CN-48.326/badge/default_specular_edge.png
new file mode 100644
index 000000000..96067c3bd
Binary files /dev/null and b/CN-48.326/badge/default_specular_edge.png differ
diff --git a/CN-48.326/base_config.json b/CN-48.326/base_config.json
new file mode 100644
index 000000000..dd71fa73b
--- /dev/null
+++ b/CN-48.326/base_config.json
@@ -0,0 +1 @@
+{"XSdk":{"foreignServer":"https:\/\/gssf.gtarcade.com","debugServer":"https:\/\/gssf-test.gtarcade.com","foreignRole":"https:\/\/grmc.gtarcade.com","debugRole":"https:\/\/grmc-test.gtarcade.com","chinaServer":"https:\/\/gssf.youzu.com","chinaRole":"https:\/\/grmc.youzu.com"},"Advert":{"china":"https:\/\/apipool.youzu.com"},"Flr":{"china":"https:\/\/yofense.youzu.com"},"Push":{"foreign":"https:\/\/saas-api.gtarcade.com","china":"https:\/\/saas-api.youzu.com"},"YZP":{"china":"https:\/\/sdkdata.youzu.com","foreign":"https:\/\/sdkdata.gtarcade.com"},"Deeplink":{"china":"https:\/\/deeplink.youzu.com"},"SuperSDK":{"debug":"cWFzdXBlcnNkay5ndGFyY2FkZS5jb20=","chinaA":"c3VwZXJzZGsuc3VwZXJzZGsuY24=","chinaB":"c3VwZXJzZGstZHUuc3VwZXJzZGsuY24=","protocolA":"cHJvdG9jb2wueW91enUuY29t","foreignB":"c3VwZXJzZGstdHcuZ3RhcmNhZGUuY29t","tips":"foreignB 北美台湾 chinaAB 金华多湖","foreignA":"c3VwZXJzZGstdXMuZ3RhcmNhZGUuY29t","protocolB":"cHJvdG9jb2wuZ3RhcmNhZGUuY29t"},"Tools":{"clientIpChina":"c3VwZXJzZGstZHUuc3VwZXJzZGsuY24=","deviceCheck":"b3Blbi5ndGFyY2FkZS5jb20=","clientIpForeign":"c3VwZXJzZGstdXMuZ3RhcmNhZGUuY29t"},"Collect":{"debug":"https:\/\/qa-saas-api.youzu.com","foreign":"https:\/\/saas-api.gtarcade.com","china":"https:\/\/saas-api.youzu.com"},"Analysis":{"taskB":"https:\/\/opsdk-api-online.gtarcade.com","debug":"https:\/\/yc-collect.gtarcade.com","china":"https:\/\/collect.youzu.com","foreign":"https:\/\/collect.gtarcade.com","taskA":"https:\/\/opsdk-api-online.youzu.com"}}
\ No newline at end of file
diff --git a/CN-48.326/base_version.json b/CN-48.326/base_version.json
new file mode 100644
index 000000000..a451f6c8e
--- /dev/null
+++ b/CN-48.326/base_version.json
@@ -0,0 +1 @@
+{"social":"","youzu":"","basecore":"","ad":"","supersdk":"","tools":"","xsdk":""}
\ No newline at end of file
diff --git a/CN-48.326/bcore_config.json b/CN-48.326/bcore_config.json
new file mode 100644
index 000000000..fe2901698
--- /dev/null
+++ b/CN-48.326/bcore_config.json
@@ -0,0 +1 @@
+{"game_type":"1","encrypt":"false","yz_game_id":"376","pay_mode":"1","osdk_conf_id":"12709769","solution_key":"o6lUnQ2nnDRc1mhqxplJmGacyAC0L0TV","osdk_game_id":"196377842","sp_url_type":"1"}
\ No newline at end of file
diff --git a/CN-48.326/bcore_module_config.json b/CN-48.326/bcore_module_config.json
new file mode 100644
index 000000000..ffe8b7f35
--- /dev/null
+++ b/CN-48.326/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"},"server_version":"1.0","collect_sdk":{"sdk_list":[{"sdk_type":1,"jar_name":"","sdk_id":"0101005","extr":{"app_id":"c0caa6d7841fa540"}}],"jar_name":"com.youzu.bcore.module.collect.CollectModule","module_name":"collectsdk"},"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":"o6lUnQ2nnDRc1mhqxplJmGacyAC0L0TV","stats_sdk":{"sdk_list":[],"jar_name":"com.youzu.bcore.module.stat.StatsModule","module_name":"stats"},"other_resource":{"v2sign":"0","splashv2":[],"localpath_file":"","sign_pwd":"","metakeys":"","localpath_resouce":"","appname":"荒野乱斗账号绑定工具","sign_alias":"","sign_md5name":""}}
\ No newline at end of file
diff --git a/CN-48.326/cacert.pem b/CN-48.326/cacert.pem
new file mode 100644
index 000000000..b7cd57cb7
--- /dev/null
+++ b/CN-48.326/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-48.326/csv_client/animations.csv b/CN-48.326/csv_client/animations.csv
new file mode 100644
index 000000000..a967e5a0d
--- /dev/null
+++ b/CN-48.326/csv_client/animations.csv
@@ -0,0 +1,3772 @@
+Name,FileName,StartFrame,EndFrame,FaceFreezeFrame,Speed,TransitionInMs,TransitionOutMs,AutoFadeMs,Looping,Priority
+string,string,int,int,int,int,int,int,int,boolean,string
+Turret,jessie_tanuki_turret_redux_geo.glb,,-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,true,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,89,,,,,,,
+TntguyWinloop,dynamike_win.scw,62,89,,80,,,,true,
+TntguyLose,dynamike_lose.scw,,152,,,,,,,
+TntguyLoseloop,dynamike_lose.scw,152,185,,,,,,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,1
+CrowWalk,crow_walk.glb,1,19,,,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,100,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,,,,,,true,
+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,,,,,,,
+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,,,,150,500,,5
+BrockWinloop,brock_winloop1.scw,,59,,,150,,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_ghost_portrait.glb,1,1,,,,,,,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,bot_ranger_idle.glb,,-1,,,100,100,,true,
+RangedBotWalk,bot_ranger_walk.glb,,-1,,,100,100,,true,1
+RangedBotPrimary,bot_ranger_attack.glb,5,10,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RangedBotSecondary,bot_ranger_attack.glb,5,10,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RangedBotRecoil,bot_ranger_attack.glb,13,-1,,,,100,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RangedBotReload,bot_ranger_idle.glb,,-1,,,200,200,200,,
+RangedBotPushback,bot_ranger_idle.glb,,-1,,,200,100,200,,5
+RangedBotWin,bot_ranger_idle.glb,,-1,,,,,200,,
+RangedBotWinloop,bot_ranger_idle.glb,,-1,,,,,,true,
+RangedBotLose,bot_ranger_idle.glb,,-1,,,,,200,,
+RangedBotLoseloop,bot_ranger_idle.glb,,-1,,,,,,true,
+FastMeleeBotIdle,bot_fast_melee_idle.glb,,-1,,,200,200,,true,
+FastMeleeBotWalk,bot_fast_melee_walk.glb,,-1,,150,200,200,,true,1
+FastMeleeBotRecoil,bot_fast_melee_attack.glb,,-1,,,1,100,150,,3
+FastMeleeBotPushback,bot_fast_melee_idle.glb,,20,,,100,100,400,,5
+FastMeleeBotWin,bot_fast_melee_idle.glb,,-1,,,,,200,,5
+FastMeleeBotWinloop,bot_fast_melee_idle.glb,,-1,,,,,,true,1
+FastMeleeBotLose,bot_fast_melee_idle.glb,,-1,,,,,200,,5
+FastMeleeBotLoseloop,bot_fast_melee_idle.glb,,-1,,,,,,true,1
+MeleeBotIdle,bot_melee_idle.glb,,-1,,,200,200,,true,
+MeleeBotWalk,bot_melee_walk.glb,,-1,,,200,200,,true,1
+MeleeBotRecoil,bot_melee_attack.glb,3,13,,,1,100,20,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MeleeBotPushback,bot_melee_idle.glb,,-1,,,100,100,400,,5
+MeleeBotRecoil2,bot_melee_attack.glb,13,-1,,,1,100,20,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MeleeBotWin,bot_melee_idle.glb,,-1,,,,,200,,5
+MeleeBotWinloop,bot_melee_idle.glb,,-1,,,,,,true,1
+MeleeBotLose,bot_melee_idle.glb,,-1,,,,,200,,5
+MeleeBotLoseloop,bot_melee_idle.glb,,-1,,,,,,true,1
+BossBotIdle,bot_boss_idle.glb,,-1,,,500,500,,true,
+BossBotWalk,bot_boss_walk.glb,,-1,,,120,200,,true,1
+BossBotAutoAttack,bot_boss_attack_a.glb,-1,5,,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BossBotAutoAttackRecoil2,bot_boss_attack_a.glb,5,17,,,50,50,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+BossBotPushback,bot_boss_charge_pushback.glb,-1,-1,,,50,200,200,,5
+BossBotAutoAttackRecoil,bot_boss_attack_a.glb,17,34,,,50,50,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BossBotWin,bot_boss_idle.glb,,-1,,,,,200,,5
+BossBotWinloop,bot_boss_idle.glb,,-1,,,,,,true,1
+BossBotLose,bot_boss_idle.glb,,-1,,,,,200,,5
+BossBotLoseloop,bot_boss_idle.glb,,-1,,,,,,true,1
+ArtilleryGalIdle,penny_bunny_redux_idle.glb,1,30,,,100,100,,true,
+ArtilleryGalWalk,mari_walk.scw,,28,,150,100,100,,true,1
+ArtilleryGalPrimary,penny_bunny_redux_attack.glb,1,20,,,,,1,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalUltiAttack,penny_bunny_redux_attack.glb,1,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalRecoil,penny_bunny_redux_attack.glb,5,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalUltiRecoil,penny_bunny_redux_ulti.glb,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalReload,penny_bunny_redux_idle.glb,,5,,,200,200,200,,
+ArtilleryGalPushback,penny_bunny_redux_attack.glb,,-1,,,100,100,200,,5
+ArtilleryGalWin,mari_win.scw,1,62,,,,,,,
+ArtilleryGalWinloop,mari_win.scw,63,92,,,,,,true,
+ArtilleryGalLose,penny_bunny_redux_lose.glb,1,105,,,,,,,
+ArtilleryGalLoseloop,mari_lose.scw,40,50,,,,,,true,
+ArtilleryGalProfile,penny_bunny_redux_portrait.glb,,,,,,,,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,,true,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,51,,,,,,,5
+FrankWinloop,frank_win.scw,23,50,,,,,,true,1
+FrankLose,frank_lose.scw,1,120,,,,,,,5
+FrankLoseloop,frank_lose.scw,75,119,,,,,,true,1
+FrankProfile,frank_idle.scw,44,44,,,,,,true,
+FrankIntro,frank_intro_pose.scw,,,,,,,,,
+FrankMortuary,frank_idle.scw,,-1,,,500,500,,true,
+ArtillerySpawn,turret_spawn.scw,,-1,,,,,1,,3
+ArtilleryIdle,penny_bunny_redux_turret_idle.glb,,-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_knight_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,penny_bunny_redux_turret_spawn.glb,,-1,,,,,1,,3
+ArtilleryBunnyIdle,penny_bunny_redux_turret_idle.glb,,-1,,,,,,true,
+ArtilleryBunnyIdleMenu,penny_bunny_redux_turret_idle.glb,,-1,,,,,,,
+ArtilleryBunnyAttack,penny_bunny_redux_turret_attack.glb,,-1,,,,,1,,4
+ArtilleryGalBunnyWalk,penny_bunny_redux_walk.glb,1,29,,150,100,100,,true,1
+ArtilleryGalBunnyWin,penny_bunny_redux_win.glb,1,150,,,,,,,
+ArtilleryGalBunnyWinloop,penny_bunny_redux_win.glb,107,150,,,,,,true,
+ArtilleryGalBunnyLose,penny_bunny_win.scw,1,50,,,,,,,
+ArtilleryGalBunnyLoseloop,penny_bunny_redux_lose.glb,90,105,,,,,,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,55,,,,,,,
+TaraStreetninjaLoseloop,tara_streetninja_lose.scw,56,117,,,,,,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_redux_idle.glb,,29,,,100,100,,true,
+JessieTanukiWalk,jessie_tanuki_redux_walk.glb,,20,,150,100,100,,true,1
+JessieTanukiPrimary,jessie_tanuki_redux_attack.glb,1,5,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JessieTanukiUltiAttack,jessie_tanuki_redux_idle.glb,,-1,,,200,200,10,true,5
+JessieTanukiRecoil,jessie_tanuki_redux_attack.glb,5,15,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JessieTanukiUltiRecoil,jessie_tanuki_redux_idle.glb,,-1,,,200,200,100,,5
+JessieTanukiReload,jessie_tanuki_redux_idle.glb,,,,,200,200,200,,chest_s#2
+JessieTanukiPushback,jessie_tanuki_redux_pushback.glb,,-1,,,100,100,100,true,5
+JessieTanukiWin,jessie_tanuki_redux_win.glb,1,171,,,,,,,
+JessieTanukiWinloop,jessie_tanuki_redux_win.glb,127,171,,,,,,true,
+JessieTanukiLose,jessie_tanuki_redux_lose.glb,1,131,,,,,,,
+JessieTanukiLoseloop,jessie_tanuki_redux_lose.glb,87,131,,,,,,true,
+JessieTanukiProfile,jessie_tanuki_redux_portrait.glb,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,1
+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#5+L_clavicle_s#1+head_s#0+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,,true,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,,,,,,true,
+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,50,-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,,,,,true,
+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,,,,,true,
+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,50,-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,,,,,true,
+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,190,,,,,,,
+SnakeOilWizardLoseloop,byron_wizard_lose.glb,144,190,,,,,,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,
+TrickshotDudeChickenIdle,rico_chicken_idle.glb,,-1,,,100,100,,true,
+TrickshotDudeChickenWalk,rico_chicken_walk.glb,,25,,,100,100,,true,1
+TrickshotDudeChickenPrimary,rico_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TrickshotDudeChickenSecondary,rico_attack.scw,5,8,,,100,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TrickshotDudeChickenRecoil,rico_attack.scw,8,30,,150,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TrickshotDudeChickenReload,rico_chicken_idle.glb,1,2,,,200,200,200,,
+TrickshotDudeChickenPushback,rico_chicken_idle.glb,,-1,,,200,100,200,,5
+TrickshotDudeChickenWin,rico_chicken_win.glb,1,132,,,,,,,
+TrickshotDudeChickenWinloop,rico_chicken_win.glb,133,163,,,,,,true,
+TrickshotDudeChickenLose,rico_chicken_lose.glb,1,124,,,,,,,
+TrickshotDudeChickenLoseloop,rico_chicken_lose.glb,125,155,,,,,,true,
+TrickshotDudeChickenProfile,rico_chicken_win.glb,1,1,,,,,,true,
+TntDudeToxicIdle,dynamike_toxic_idle.glb,,-1,,,100,100,,true,0
+TntDudeToxicWalk,dynamike_toxic_walk.glb,1,29,,150,100,100,,true,1
+TntDudeToxicPrimary,dynamike_toxic_attack.glb,1,5,,,,,,,3
+TntDudeToxicSecondary,dynamike_toxic_super.glb,1,5,,,,,,,3
+TntDudeToxicRecoil,dynamike_toxic_attack.glb,5,20,,,,,100,,4
+TntDudeToxicUlti,dynamike_toxic_super.glb,5,20,,,,,100,,4
+TntDudeToxicReload,dynamike_toxic_walk.glb,1,5,,150,66,66,6,,spine_lower_s#0
+TntDudeToxicPushback,dynamike_pushback.scw,,-1,,,100,100,100,,5
+TntDudeToxicWin,dynamike_toxic_win.glb,1,128,,,,,,,
+TntDudeToxicWinloop,dynamike_toxic_win.glb,129,157,,80,,,,true,
+TntDudeToxicLose,dynamike_toxic_lose.glb,,139,,,,,,,
+TntDudeToxicLoseloop,dynamike_toxic_lose.glb,140,170,,,,,,true,
+TntDudeToxicProfile,dynamike_toxic_idle.glb,20,20,,,,,,,
+StickyBombPotatoIdle,squeak_potato_idle.glb,,-1,-1,,100,100,,true,
+StickyBombPotatoWalk,squeak_potato_walk.glb,,-1,-1,,100,100,,true,1
+StickyBombPotatoAttack,squeak_potato_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombPotatoRecoil,squeak_potato_attack.glb,5,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombPotatoPushback,squeak_potato_pushback.glb,,-1,-1,,,,,,
+StickyBombPotatoWin,squeak_potato_win.glb,,191,-1,,,,,,
+StickyBombPotatoWinloop,squeak_potato_win.glb,133,191,-1,,,,,true,
+StickyBombPotatoLose,squeak_potato_lose.glb,,144,-1,,,,,,
+StickyBombPotatoLoseloop,squeak_potato_lose.glb,144,-1,-1,,,,,true,
+StickyBombPotatoPortrait,squeak_portrait.glb,,-1,-1,,,,,,
+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,,170,-1,,,,,,5
+MegWinloop,meg_win.glb,143,170,-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,,169,-1,,,,,,5
+MegLoseloop,meg_lose.glb,,70,-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_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,,,,,,true,
+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,1,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,,,,,,
+GromIdle,grom_idle.glb,1,33,,,200,200,,true,
+GromWalk,grom_walk.glb,1,26,,120,150,150,,true,1
+GromAttack,grom_attack.glb,,5,,,,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GromSecondary,grom_attack.glb,3,20,,,100,100,50,,5
+GromRecoil,grom_attack.glb,5,20,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+GromPushback,grom_idle.glb,,10,,,50,100,50,,5
+GromWin,grom_win.glb,1,111,,,,200,,,5
+GromWinloop,grom_winloop.glb,1,33,,,100,100,,true,1
+GromLose,grom_lose.glb,1,80,,,,300,300,,5
+GromLoseloop,grom_loseloop.glb,1,43,,,100,100,,true,1
+GromProfile,grom_idle.glb,1,1,,,,,,true,5
+EnragerSnakeIdle,edgar_serpent_idle.glb,1,44,-1,,100,100,,true,
+EnragerSnakeWalk,edgar_serpent_walk.glb,1,21,-1,,100,100,,true,1
+EnragerSnakeAttack,edgar_serpent_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerSnakeSuper,edgar_serpent_super.glb,5,50,-1,,,250,250,,3
+EnragerSnakeRecoil,edgar_serpent_attack.glb,6,30,-1,,,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerSnakePushback,edgar_serpent_pushback.glb,,10,-1,,50,100,100,,5
+EnragerSnakeWin,edgar_serpent_win.glb,,128,-1,,,,,,
+EnragerSnakeWinloop,edgar_serpent_win.glb,129,193,-1,,,,,true,
+EnragerSnakeLose,edgar_serpent_lose.glb,,101,-1,,,,,,
+EnragerSnakeLoseloop,edgar_serpent_lose.glb,102,250,-1,,,,,true,
+EnragerSnakeProfile,edgar_serpent_portrait.glb,,,-1,,,,,true,
+CactusLogIdle,spike_log_win_idlebreaker.glb,,-1,,,100,100,,true,
+CactusLogWalk,spike_log_walk.glb,,-1,,,100,100,,true,1
+CactusLogPrimary,spike_log_attack.glb,8,20,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CactusLogSecondary,spike_log_attack.glb,5,20,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CactusLogRecoil,spike_log_attack.glb,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CactusLogRecoil2,spike_log_attack.glb,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CactusLogReload,spike_log_idle.glb,1,2,,,200,200,200,,5
+CactusLogWin,spike_log_win.glb,1,43,,,,,,,5
+CactusLogWinloop,spike_log_win.glb,43,63,,,,,,true,1
+CactusLogLose,spike_log_lose.glb,1,79,,,,,,,5
+CactusLogLoseloop,spike_log_lose.glb,80,-1,,,,,,true,1
+CactusLogProfile,spike_log_win.glb,34,34,,,,,,,5
+BarkeepDrunkenIdle,barley_drunkenmaster_win_balance.glb,,-1,,,100,100,250,true,
+BarkeepDrunkenWalk,barley_drunkenmaster_walk.glb,,19,,120,100,100,,true,1
+BarkeepDrunkenPrimary,barley_drunkenmaster_attack.glb,3,12,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepDrunkenSecondary,barley_drunkenmaster_attack.glb,,-1,,,100,50,200,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepDrunkenRecoil,barley_drunkenmaster_attack.glb,3,12,,,10,10,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepDrunkenReload,barley_drunkenmaster_reload.glb,,17,,,200,200,200,,hips_s#2+L_upperLeg_s#0+R_upperLeg_s#0
+BarkeepDrunkenPushback,barley_drunkenmaster_knockback.glb,,8,,,100,100,100,,5
+BarkeepDrunkenWin,barley_drunkenmaster_win.glb,,214,,,50,250,250,,
+BarkeepDrunkenWinloop,barley_drunkenmaster_win_balance.glb,,107,,,25,,,true,
+BarkeepDrunkenLose,barley_drunkenmaster_lose.glb,,137,,130,,,,,
+BarkeepDrunkenLoseloop,barley_drunkenmaster_lose.glb,138,191,,120,,,,true,
+BarkeepDrunkenWinidleloop,barley_drunkenmaster_win_balance.glb,,107,,,,,,true,
+BarkeepDrunkenProfile,barley_drunkenmaster_win.glb,212,212,,,,,,,
+BarkeepDrunkenIntro,barley_intro_pose.scw,,,,,,,,,
+DrillerGiftIdle,jacky_gift_express_idle.glb,1,45,,,100,100,,true,
+DrillerGiftWalk,jacky_gift_express_walk.glb,1,23,,,100,100,,true,1
+DrillerGiftAttack,jacky_gift_express_attack.glb,6,20,,,,,,,3
+DrillerGiftSuper,jacky_gift_express_super.glb,1,-1,,120,,,83,true,3
+DrillerGiftRecoil,jacky_gift_express_attack.glb,6,20,,,,,100,,4
+DrillerGiftSuperRecoil,jacky_gift_express_super.glb,1,-1,,120,,,83,true,4
+DrillerGiftHappy,jacky_gift_express_win.glb,,122,,,100,,,,
+DrillerGiftHappyLoop,jacky_gift_express_win.glb,123,171,,,,,,true,
+DrillerGiftLose,jacky_gift_express_lose.glb,,-1,,200,,,,,
+DrillerGiftLoseloop,jacky_gift_express_lose.glb,80,-1,,,,,,true,
+DrillerGiftPortrait,jacky_gift_express_win.glb,1,1,,,,,,,
+DrillerGiftIntro,jacky_intro_pose.glb,,-1,,,,,,,
+LuchadorTigerIdle,primo_tiger_idle.glb,1,49,,,200,200,,true,
+LuchadorTigerWalk,primo_tiger_walk.glb,1,27,,120,150,150,,true,1
+LuchadorTigerPrimary,primo_tiger_attack.glb,,5,,,1,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorTigerSecondary,primo_tiger_super.glb,,-1,,,100,100,,,5
+LuchadorTigerRecoil,primo_tiger_attack.glb,5,12,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorTigerRecoil2,primo_tiger_attack.glb,16,24,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorTigerPushback,primo_tiger_idle.glb,,20,,,100,100,400,,5
+LuchadorTigerWin,primo_tiger_win.glb,1,98,,,,,,,5
+LuchadorTigerWinloop,primo_tiger_win.glb,99,129,,,,,,true,1
+LuchadorTigerLose,primo_tiger_lose.glb,1,133,,,,,200,,5
+LuchadorTigerLoseloop,primo_tiger_lose.glb,134,164,,,,,,true,1
+LuchadorTigerProfile,primo_portrait.scw,1,1,,,,,,true,5
+LuchadorTigerIntro,primo_intro_pose.scw,,,,,,,,,
+BowDudeSantaIdle,bo_santa_idle.glb,1,29,,,100,100,,true,
+BowDudeSantaWalk,bo_santa_walk.glb,1,20,,,100,100,,true,1
+BowDudeSantaAttack,bo_santa_attack.glb,1,12,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeSantaSecondary,bo_ult.scw,1,12,,,50,50,350,true,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeSantaRecoil,bo_santa_attack.glb,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeSantaRecoil2,bo_ult.scw,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeSantaWin,bo_santa_win.glb,,157,,,100,,,,
+BowDudeSantaWinloop,bo_santa_win.glb,158,239,,,,,,true,
+BowDudeSantaLose,bo_santa_lose.glb,1,97,,,,,,,
+BowDudeSantaLoseloop,bo_santa_lose.glb,98,196,,,,,,true,
+BowDudeSantaProfile,bo_santa_idle.glb,1,1,,,,,,,
+AssaultShotgunSledIdle,griff_sled_idle.glb,,38,-1,,100,100,,true,
+AssaultShotgunSledWalk,griff_sled_walk.glb,,-1,-1,,100,100,,true,
+AssaultShotgunSledAttack,griff_sled_attack.glb,,3,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AssaultShotgunSledRecoil,griff_sled_attack.glb,4,-1,-1,,,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AssaultShotgunSledWin,griff_sled_win.glb,,177,-1,,,,,,
+AssaultShotgunSledWinloop,griff_sled_win.glb,178,298,-1,,,,,true,
+AssaultShotgunSledLose,griff_sled_lose.glb,,116,-1,,50,,,,
+AssaultShotgunSledLoseloop,griff_sled_lose.glb,117,159,-1,,,,,true,
+AssaultShotgunSledPortrait,griff_sled_win.glb,298,-1,-1,,,,,true,
+FangAttack,fang_attack.glb,,5,,,,,,,3
+FangRecoil,fang_attack.glb,,25,,,,,100,,4
+FangSuper,fang_attack.glb,10,13,,,,100,50,true,3
+FangWalk,fang_walk.glb,,-1,-1,,100,100,,true,1
+FangIdle,fang_idle.glb,,-1,-1,,100,100,,true,
+LuchadorCorazonIdle,primo_corazon_idle.glb,1,49,,,200,200,,true,
+LuchadorCorazonWalk,primo_corazon_walk.glb,1,27,,120,150,150,,true,1
+LuchadorCorazonPrimary,primo_rey_attack.scw,,5,,,1,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorCorazonSecondary,primo_rey_super.scw,,-1,,,100,100,,,5
+LuchadorCorazonRecoil,primo_rey_attack.scw,5,12,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorCorazonRecoil2,primo_rey_attack.scw,16,24,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorCorazonPushback,primo_corazon_idle.glb,,20,,,100,100,400,,5
+LuchadorCorazonWin,primo_corazon_win.glb,1,111,,,,,,,5
+LuchadorCorazonWinloop,primo_corazon_win.glb,112,-1,,,,,,true,1
+LuchadorCorazonLose,primo_lose.scw,1,41,,,,,200,,5
+LuchadorCorazonLoseloop,primo_lose.scw,42,89,,,,,,true,1
+LuchadorCorazonProfile,primo_corazon_win.glb,154,154,,,,,,true,5
+LuchadorCorazonIntro,primo_intro_pose.scw,,,,,,,,,
+KickerDudeFuriousIdle,fang_fireball_idle.glb,,-1,-1,,100,100,,true,
+KickerDudeFuriousWalk,fang_fireball_walk.glb,,-1,-1,,100,100,,true,1
+KickerDudeFuriousAttack,fang_fireball_attack.glb,,5,,,,,,,3
+KickerDudeFuriousSuper,fang_fireball_attack.glb,10,13,,,,100,50,true,3
+KickerDudeFuriousRecoil,fang_fireball_attack.glb,,25,,,,,100,,4
+FangWin,fang_win.glb,,178,-1,,,,,,
+FangWinloop,fang_win.glb,179,-1,-1,,,,,true,
+FangLose,fang_lose.glb,,96,-1,,,,,,
+FangLoseloop,fang_lose.glb,97,-1,-1,,,,,true,
+KickerDudeFuriousWin,fang_fireball_win.glb,,91,-1,,,,,,
+KickerDudeFuriousWinloop,fang_fireball_win.glb,92,141,-1,,,,,true,
+KickerDudeFuriousLose,fang_fireball_lose.glb,,145,-1,,,,,,
+KickerDudeFuriousLoseloop,fang_fireball_lose.glb,146,168,-1,,,,,true,
+ShamanDragonIdle,nita_nian_idle.glb,1,34,,,100,100,,true,
+ShamanDragonWalk,nita_nian_walk.glb,1,29,,170,100,100,,true,1
+ShamanDragonAttack,nita_nian_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanDragonSecondary,nita_nian_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanDragonRecoil,nita_nian_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanDragonReload,nita_nian_idle.glb,,-1,,,,,100,,ChestBone#2
+ShamanDragonPushback,nita_nian_pushback.glb,,-1,,,100,100,100,,5
+ShamanDragonWin,nita_nian_win.glb,1,79,,,,,,,5
+ShamanDragonWinloop,nita_nian_win.glb,80,113,,,,,,true,1
+ShamanDragonLose,nita_nian_lose.glb,1,30,,,,,,,5
+ShamanDragonLoseloop,nita_nian_lose.glb,30,35,,,,,,true,1
+ShamanDragonProfile,nita_nian_win.glb,88,88,,,,,,,5
+ShamanPetDragonIdle,bear_shiba_idle.scw,1,59,,,100,100,,true,
+ShamanPetDragonBearWalk,nita_bear_walk.scw,1,40,,170,100,100,,true,1
+ShamanPetDragonBearAttack,nita_bear_attack.scw,-1,-1,,,100,200,150,,spine_lower_s#4
+ShamanPetDragonBearRecoil,nita_bear_attack.scw,-1,-1,,,1,1,50,,spine_lower_s#4
+ShamanPetDragonBearPushback,nita_bear_idle.scw,-1,-1,,,200,300,500,,5
+RosaBPIdle,rosa_sergeant_idle.glb,1,25,,,100,100,,true,
+RosaBPWalk,rosa_sergeant_walk.glb,1,24,,,100,100,,true,1
+RosaBPAttack,rosa_sergeant_attack.glb,1,11,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPAttackRecoil,rosa_sergeant_attack.glb,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPAttackRecoil2,rosa_sergeant_attack.glb,20,28,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPUltRecoil,rosa_sergeant_ult.glb,,30,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPUltRecoil2,rosa_sergeant_detransform.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPWin,rosa_sergeant_win.glb,1,130,,,100,200,500,,
+RosaBPWinloop,rosa_sergeant_win.glb,131,159,,,500,100,300,true,
+RosaBPLose,rosa_sergeant_lose.glb,1,49,,,100,100,200,,
+RosaBPLoseloop,rosa_sergeant_lose.glb,50,79,,,1,100,200,true,
+RosaBPProfile,rosa_sergeant_idle.glb,1,1,,,,,,true,
+KickerDudeFuriousPortrait,fang_fireball_portrait.glb,,-1,-1,,,,,,
+FangPortrait,fang_portrait.glb,-1,-1,-1,,,,,,
+RosaBPIdle_transform,rosa_sergeant_idle_transform.glb,1,25,,,100,100,,true,
+RosaBPWalk_transform,rosa_sergeant_walk_transform.glb,1,24,,,100,100,,true,1
+RosaBPAttack_transform,rosa_sergeant_attack_transform.glb,1,38,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPAttackRecoil_transform,rosa_sergeant_attack_transform.glb,,21,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaBPAttackRecoil2_transform,rosa_sergeant_attack_transform.glb,20,28,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+TntDudeRetroIdle,dynamike_retro_anim_idle.glb,,-1,,,100,100,,true,0
+TntDudeRetroWalk,dynamike_retro_anim_walk.glb,1,29,,150,100,100,,true,1
+TntDudeRetroPrimary,dynamike_retro_anim_attack.glb,1,5,,,,,10,,hips_s#3
+TntDudeRetroSecondary,dynamike_retro_anim_super.glb,1,5,,,,,10,,hips_s#3
+TntDudeRetroRecoil,dynamike_retro_anim_attack.glb,5,20,,,,,100,,hips_s#4
+TntDudeRetroUlti,dynamike_retro_anim_super.glb,5,20,,,,,100,,hips_s#4
+TntDudeRetroReload,dynamike_retro_anim_walk.glb,1,5,,150,66,66,6,,spine_lower_s#0
+TntDudeRetroPushback,dynamike_retro_anim_pushback.glb,,-1,,,100,100,100,,5
+TntDudeRetroWin,dynamike_retro_anim_win.glb,1,88,,,,,,,
+TntDudeRetroWinloop,dynamike_retro_anim_win.glb,60,87,,80,,,,true,
+TntDudeRetroLose,dynamike_lose.scw,,50,,,,,,,
+TntDudeRetroLoseloop,dynamike_lose.scw,41,50,,,,,,true,
+TntDudeRetroProfile,dynamike_retro_anim_idle.glb,20,20,,,,,,true,
+BullDudeLionIdle,bull_lion_idle.glb,,29,,,150,150,,true,
+BullDudeLionWalk,bull_lion_walk.glb,,21,,,100,100,,true,1
+BullDudeLionPrimary,bull_lion_attack.glb,1,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeLionSecondary,bull_lion_super.glb,,21,,150,66,66,133,true,5
+BullDudeLionRecoil,bull_lion_attack.glb,1,16,,,50,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeLionReload,bull_lion_idle.glb,1,10,,200,250,250,250,,ChestBone#2
+BullDudeLionPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullDudeLionWin,bull_bullfasa_win.glb,,82,,,,,,,5
+BullDudeLionWinloop,bull_bullfasa_win_loop.glb,,60,,,,,,true,5
+BullDudeLionLose,bull_lion_lose.glb,,134,,,,,,,5
+BullDudeLionLoseloop,bull_lion_lose.glb,134,134,,,,,,true,5
+BullDudeLionProfile,bull_lion_idle.glb,1,1,,,,,,,5
+SpawnerDudeFlyIdle,mrp_fly_idle.glb,,28,,,100,100,100,true,1
+SpawnerDudeFlyWalk,mrp_fly_walk.glb,1,23,,,100,100,100,true,
+SpawnerDudeFlyAttack,mrp_fly_attack.glb,,28,,,,,,,R_gunbone_01_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpawnerDudeFlyRecoil,mrp_fly_attack.glb,6,28,,,,200,50,,R_gunbone_01_s#5+hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+SpawnerDudeFlyPushBack,mrp_fly_idle.glb,,28,,,100,100,100,,5
+SpawnerDudeFlyWin,mrp_fly_win.glb,,224,,,,,,,5
+SpawnerDudeFlyWinloop,mrp_fly_win.glb,179,226,,,,,,true,1
+SpawnerDudeFlyLose,mrp_fly_lose.glb,,239,,,,,,,5
+SpawnerDudeFlyLoseloop,mrp_fly_lose.glb,190,240,,,,,,true,1
+SpawnerDudeFlyPortrait,mrp_portrait.scw,,-1,,,,,,true,5
+SpawnerDudeTurretFlyIdle,mrp_fly_spawn_init.glb,82,-1,,,,,,true,1
+SpawnerDudeTurretFlySpawn,mrp_fly_spawn_init.glb,,84,,,,,,,5
+SpawnerDudeTurretFlySpawnLoop,mrp_fly_spawn_init.glb,84,100,,,,,,true,1
+EveIdle,eve_idle.glb,1,-1,-1,,400,400,,true,
+EveWalk,eve_walk.glb,,-1,-1,,400,400,,true,1
+EveBabyIdle,eve_baby_idle.glb,,-1,-1,,100,100,,true,
+EveBabyWalk,eve_baby_walk.glb,,-1,-1,,100,100,,true,
+EveBabyAttack,eve_baby_attack.glb,,-1,-1,,100,100,,true,
+EveEggIdle,eve_egg_idle.glb,,-1,-1,,100,100,,true,
+EveAttack,eve_attack.glb,,4,-1,,,,,,3
+EveAttackRecoil,eve_attack.glb,5,-1,-1,,,100,300,,4
+EveSuper,eve_super.glb,,-1,-1,,,,,true,3
+EveSuperRecoil,eve_super.glb,,-1,-1,,,100,100,,4
+SpawnerPetFlyIdle,mrp_count_pengula_pet_idle.glb,,-1,,,100,100,100,true,1
+SpawnerPetFlyWalk,mrp_count_pengula_pet_walk.glb,,-1,,,100,100,100,true,
+SpawnerPetFlyAttack,mrp_count_pengula_pet_attack.glb,4,15,-1,,,100,100,,3
+RosaMantisIdle,rosa_mantis_idle.glb,1,25,,,100,100,,true,
+RosaMantisWalk,rosa_mantis_walk.glb,1,24,,,100,100,,true,1
+RosaMantisAttack,rosa_mantis_attack.glb,1,11,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisAttackRecoil,rosa_mantis_attack.glb,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisAttackRecoil2,rosa_mantis_attack.glb,20,28,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisUltRecoil,rosa_mantis_ult.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisUltRecoil2,rosa_mantis_detransform.glb,,30,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisWin,rosa_mantis_win.glb,1,112,,,,,,,
+RosaMantisWinloop,rosa_mantis_win.glb,113,155,,,,,,true,
+RosaMantisLose,rosa_mantis_lose.glb,1,86,,,,,,,
+RosaMantisLoseloop,rosa_mantis_lose.glb,87,159,,,,,,true,
+RosaMantisProfile,rosa_mantis_portrait.glb,1,1,,,,,,true,
+CrossBomberEasterIdle,grom_easter_idle.glb,1,33,,,200,200,,true,
+CrossBomberEasterWalk,grom_easter_walk.glb,1,26,,120,150,150,,true,1
+CrossBomberEasterAttack,grom_easter_attack.glb,,5,,,,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CrossBomberEasterSecondary,grom_easter_attack.glb,3,20,,,100,100,50,,5
+CrossBomberEasterRecoil,grom_easter_attack.glb,5,20,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+CrossBomberEasterPushback,grom_easter_idle.glb,,10,,,50,100,50,,5
+CrossBomberEasterWin,grom_easter_win.glb,1,120,,,,200,,,5
+CrossBomberEasterWinloop,grom_easter_win.glb,121,173,,,100,100,,true,1
+CrossBomberEasterLose,grom_easter_lose.glb,1,142,,,,300,300,,5
+CrossBomberEasterLoseloop,grom_easter_lose.glb,143,190,,,100,100,,true,1
+CrossBomberEasterProfile,grom_easter_portrait_cam.glb,1,1,,,,,,true,5
+BowDudeWaspIdle,bo_wasp_idle.glb,1,29,,,100,100,,true,
+BowDudeWaspWalk,bo_wasp_walk.glb,1,20,,,100,100,,true,1
+BowDudeWaspAttack,bo_wasp_attack.glb,1,12,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeWaspSecondary,bo_wasp_attack.glb,1,12,,,50,50,350,true,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeWaspRecoil,bo_wasp_attack.glb,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeWaspRecoil2,bo_wasp_attack.glb,13,30,,,50,50,350,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BowDudeWaspWin,bo_wasp_win.glb,,129,,,,,,,
+BowDudeWaspWinloop,bo_wasp_win.glb,130,167,,,,,,true,
+BowDudeWaspLose,bo_wasp_lose.glb,1,162,,,,,,,
+BowDudeWaspLoseloop,bo_wasp_lose.glb,163,201,,,,,,true,
+BowDudeWaspProfile,bo_wasp_portrait_cam.glb,1,1,,,,,,,
+FleaSpaceCactusIdle,eve_space_cactus_idle.glb,1,57,-1,,400,400,,true,
+FleaSpaceCactusWalk,eve_space_cactus_walk.glb,,28,-1,,400,400,,true,1
+FleaSpaceCactusAttack,eve_space_cactus_attack.glb,,29,-1,,,,,,3
+FleaSpaceCactusSuper,eve_space_cactus_super.glb,,33,-1,,,,,true,3
+FleaSpaceCactusAttackRecoil,eve_space_cactus_attack.glb,5,29,-1,,,100,300,,4
+FleaSpaceCactusSuperRecoil,eve_space_cactus_super.glb,,33,-1,,,100,100,,4
+FleaPetSpaceCactusIdle,eve_space_cactus_baby_idle.glb,,13,-1,,100,100,,true,
+FleaPetSpaceCactusWalk,eve_space_cactus_baby_walk.glb,,14,-1,,100,100,,true,
+FleaPetSpaceCactusAttack,eve_space_cactus_baby_attack.glb,,13,-1,,100,100,,true,
+FleaBigEggSpaceCactusIdle,eve_space_cactus_egg_idle.glb,,-1,-1,,100,100,,true,
+EvePushback,eve_pushback.glb,,25,-1,,,400,500,,5
+TrickshotDudeFireflyIdle,rico_firefly_idle.glb,,-1,,,100,100,,true,
+TrickshotDudeFireflyWalk,rico_firefly_walk.glb,,25,,,100,100,,true,1
+TrickshotDudeFireflyPrimary,rico_firefly_attack.glb,5,8,,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+TrickshotDudeFireflySecondary,rico_firefly_attack.glb,5,8,,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+TrickshotDudeFireflyRecoil,rico_firefly_attack.glb,10,30,,150,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+TrickshotDudeFireflyReload,rico_firefly_idle.glb,1,2,,,200,200,200,,
+TrickshotDudeFireflyPushback,rico_firefly_idle.glb,,-1,,,200,100,200,,5
+TrickshotDudeFireflyWin,rico_firefly_win.glb,1,99,,,,,,,
+TrickshotDudeFireflyWinloop,rico_firefly_win.glb,99,137,,,,,,true,
+TrickshotDudeFireflyLose,rico_firefly_lose.glb,1,116,,,,,,,
+TrickshotDudeFireflyLoseloop,rico_firefly_lose.glb,117,262,,,,,,true,
+TrickshotDudeFireflyProfile,rico_firefly_idle.glb,1,1,,,,,,true,
+EnragerVineIdle,edgar_plant_idle.glb,1,44,-1,,100,100,,true,
+EnragerVineWalk,edgar_plant_walk.glb,1,22,-1,,100,100,,true,1
+EnragerVineAttack,edgar_plant_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerVineSuper,edgar_plant_super.glb,5,50,-1,,,250,250,,3
+EnragerVineRecoil,edgar_plant_attack.glb,6,30,-1,,,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerVinePushback,edgar_plant_pushback.glb,,-1,-1,,50,100,100,,5
+EnragerVineWin,edgar_plant_win.glb,,122,-1,,,,,,
+EnragerVineWinloop,edgar_plant_win.glb,123,204,-1,,,,,true,
+EnragerVineLose,edgar_plant_lose.glb,,126,-1,,,,,,
+EnragerVineLoseloop,edgar_plant_lose.glb,127,232,-1,,,,,true,
+EnragerVineProfile,edgar_plant_portrait_cam.glb,140,204,-1,,,,,,
+FleaDefaultHappy,eve_win.glb,,-1,-1,,,,,,
+FleaDefaultHappyLoop,eve_win_loop.glb,,-1,-1,,,,,true,
+FleaDefaultSad,eve_lose.glb,,109,-1,,,,,,
+FleaDefaultSadLoop,eve_lose_loop.glb,,-1,-1,,,,,true,
+MechaDudeRhinoIdle,meg_beetle_idle.glb,,-1,-1,,100,100,,true,
+MechaDudeRhinoWalk,meg_beetle_walk.glb,,-1,-1,,100,100,,true,1
+MechaDudeRhinoAttack,meg_beetle_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeRhinoSuper,meg_beetle_super.glb,,38,-1,,,,,,
+MechaDudeRhinoRecoil,meg_beetle_attack.glb,4,15,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeRhinoSuperRecoil,meg_beetle_super.glb,30,-1,-1,,,,50,,
+MechaDudeRhinoReload,meg_beetle_idle.glb,,,-1,,200,200,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeRhinoBeaPushback,bea_pushback.scw,,-1,,,25,100,200,,5
+MechaDudeRhinoWin,meg_beetle_win.glb,,158,-1,,,,,,5
+MechaDudeRhinoWinloop,meg_beetle_win.glb,101,133,-1,,,,,true,1
+MechaDudeRhinoLose,meg_beetle_lose.glb,,133,-1,,,,,,5
+MechaDudeRhinoLoseloop,meg_beetle_lose.glb,134,164,-1,,,,,true,1
+MechaDudeRhinoPortrait,meg_portrait.glb,,-1,-1,,,,,,
+WallyWeirdPlantIdle,sprout_weird_plant_idle.glb,,115,,,100,100,,true,
+WallyWeirdPlantWalk,sprout_weird_plant_walk.glb,1,29,,,100,100,,true,1
+WallyWeirdPlantPrimary,sprout_weird_plant_attack.glb,,29,,,,,,,body_s#3+L_wheel_s#0+R_wheel_s#0
+WallyWeirdPlantRecoil,sprout_weird_plant_attack.glb,5,20,,,,,100,,body_s#4+L_wheel_s#0+R_wheel_s#0
+WallyWeirdPlantReload,sprout_weird_plant_reload.glb,,20,,,100,100,100,,body_s#0+L_arm_01_s#4+L_wheel_s#0+R_wheel_s#0
+WallyWeirdPlantPushback,sprout_weird_plant_pushback.glb,,10,,,50,100,100,,5
+WallyWeirdPlantWin,sprout_weird_plant_win.glb,,278,,,,,,,
+WallyWeirdPlantWinloop,sprout_weird_plant_win.glb,141,280,,,,,,true,
+WallyWeirdPlantLose,sprout_weird_plant_lose.glb,,199,,,,,,,
+WallyWeirdPlantLoseloop,sprout_weird_plant_lose.glb,81,201,,,,,,true,
+WallyWeirdPlantPortrait,sprout_weird_plant_portrait_cam.glb,50,50,,,,,,true,
+ElectroSniperPlanthunterIdle,belle_planthunter_idle.glb,,-1,-1,,100,100,,true,
+ElectroSniperPlanthunterWalk,belle_planthunter_walk.glb,,-1,-1,,100,100,,true,1
+ElectroSniperPlanthunterAttack,belle_planthunter_attack.glb,1,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ElectroSniperPlanthunterRecoil,belle_planthunter_attack.glb,,25,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ElectroSniperPlanthunterPushback,belle_pushback.glb,,10,-1,,50,,50,,
+ElectroSniperPlanthunterWin,belle_planthunter_win.glb,,148,-1,,,,,,
+ElectroSniperPlanthunterWinloop,belle_planthunter_win.glb,149,184,-1,,,,,true,
+ElectroSniperPlanthunterLose,belle_planthunter_lose.glb,,167,-1,,,,,,
+ElectroSniperPlanthunterLoseloop,belle_planthunter_lose.glb,168,-1,-1,,,,,true,
+ElectroSniperPlanthunterPortrait,belle_biodome_portrait_cam.glb,,,-1,,,,,,
+FleaDefaultProfile,eve_portrait.glb,101,-1,-1,,,,,,
+MechaDudeBigRhinoIdle,meg_beetle_mecha_idle.glb,,-1,-1,,200,200,,true,
+MechaDudeBigRhinoWalk,meg_beetle_mecha_walk.glb,,-1,-1,,200,200,,true,1
+MechaDudeBigRhinoAttack,meg_beetle_mecha_attack_l.glb,,5,-1,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigRhinoSuper,meg_beetle_mecha_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigRhinoRecoilL,meg_beetle_mecha_attack_l.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigRhinoRecoilR,meg_beetle_mecha_attack_r.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigRhinoSuperRecoil,meg_beetle_mecha_super.glb,6,-1,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigRhinoDarrylDroidReload,droid_darryl_idle.scw,,10,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigRhinoDarrylDroidPushback,droid_darryl_pushback.scw,1,10,,,50,100,200,,5
+MechaDudeBigRhinoWin,meg_mecha_beetle_win.glb,,-1,-1,,,,,,
+FleaSpaceCactusProfile,eve_portrait_cam.glb,,-1,-1,,,,,,
+FleaSpaceCactusHappy,eve_space_cactus_win.glb,,154,-1,,,,,,
+FleaSpaceCactusHappyLoop,eve_space_cactus_win.glb,155,-1,-1,,,,,true,
+FleaSpaceCactusSad,eve_space_cactus_lose.glb,,159,-1,,,,,,
+FleaSpaceCactusSadLoop,eve_space_cactus_lose.glb,160,-1,-1,,,,,true,
+RosaMantisIdle_transform,rosa_mantis_idle_transform.glb,1,25,,,100,100,,true,
+RosaMantisWalk_transform,rosa_mantis_walk_transform.glb,1,24,,,100,100,,true,1
+RosaMantisAttack_transform,rosa_mantis_attack_transform.glb,1,11,,,100,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisAttackRecoil_transform,rosa_mantis_attack_transform.glb,12,19,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RosaMantisAttackRecoil2_transform,rosa_mantis_attack_transform.glb,20,28,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+FleaDefaultSadEnter,eve_lose.glb,,,-1,,,,,,
+CactusFireproofIdle,spike_idle.scw,,-1,,,100,100,,true,
+CactusFireproofWalk,spike_walk.scw,,-1,,,100,100,,true,1
+CactusFireproofPrimary,spike_attack.scw,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CactusFireproofSecondary,spike_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CactusFireproofRecoil,spike_attack.scw,8,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CactusFireproofRecoil2,spike_attack.scw,5,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CactusFireproofReload,spike_idle.scw,1,2,,,200,200,200,,5
+CactusFireproofWin,spike_fireproof_win.glb,1,117,,,,,,,5
+CactusFireproofWinloop,spike_fireproof_win.glb,66,117,,,,,,true,1
+CactusFireproofLose,spike_fireproof_lose.glb,1,158,,,,,,,5
+CactusFireproofLoseloop,spike_fireproof_lose.glb,158,158,,,,,,true,1
+CactusFireproofProfile,spike_win.scw,34,34,,,,,,,5
+BarrelBotCrashIdle,darryl_idle.scw,1,-1,,,100,100,,true,
+BarrelBotCrashWalk,darryl_walk.scw,1,20,,,100,100,,true,1
+BarrelBotCrashPrimary,darryl_attack.scw,,10,,,100,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCrashBarrelbotSecondary,darryl_crashtest_super.glb,,29,,,1,1,1,true,5
+BarrelBotCrashRecoil,darryl_recoil_01.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCrashRecoil2,darryl_recoil_02.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCrashReload,darryl_idle.scw,,-1,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCrashPushback,darryl_pushback.scw,1,10,,,50,100,200,,5
+BarrelBotCrashBarrelbotWin,darryl_crashtest_win.glb,,117,,,,,,,
+BarrelBotCrashBarrelbotWinloop,darryl_crashtest_win.glb,118,148,,,,,,true,
+BarrelBotCrashBarrelbotLose,darryl_crashtest_lose.glb,,116,,,,,200,,
+BarrelBotCrashBarrelbotLoseloop,darryl_crashtest_lose.glb,117,155,,,,,,,
+BarrelBotCrashHide,darryl_crashtest_win.glb,,1,,,200,200,100,true,
+BarrelBotCrashProfile,droid_darryl_win.scw,44,44,,,,,,,
+WhirlwindBikerIdle,carl_stuntman_idle.glb,,-1,,,100,100,,true,
+WhirlwindBikerWalk,carl_stuntman_walk.glb,,-1,,,100,100,,true,1
+WhirlwindBikerAttack,carl_stuntman_attack.glb,1,5,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WhirlwindBikerSecondary,carl_stuntman_super.glb,1,59,,,200,200,200,true,5
+WhirlwindBikerAttackRecoil,carl_stuntman_attack.glb,5,35,,,100,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WhirlwindBikerSecondaryRecoil,carl_stuntman_super.glb,1,59,,,,,,true,5
+WhirlwindBikerReload,carl_stuntman_attack.glb,17,25,,,100,100,100,,5
+WhirlwindBikerWin,carl_stuntman_win.glb,,138,,,,,,,
+WhirlwindBikerWinloop,carl_stuntman_win.glb,139,173,,,,,,true,
+WhirlwindBikerLose,carl_stuntman_lose.glb,,158,,,,,,,
+WhirlwindBikerLoseloop,carl_stuntman_lose.glb,158,158,,,,,,true,
+WhirlwindBikerProfile,carl_base_cam.scw,1,10,,,,,,true,
+SpawnerDudeDarumaIdle,mrp_daruma_idle.glb,,-1,,,100,100,100,true,1
+SpawnerDudeDarumaWalk,mrp_daruma_walk.glb,1,-1,,,100,100,100,true,
+SpawnerDudeDarumaAttack,mrp_daruma_attack.glb,,5,,,,,,,R_gunbone_01_s#4+hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SpawnerDudeDarumaRecoil,mrp_daruma_attack.glb,6,20,,,,200,50,,R_gunbone_01_s#5+hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+SpawnerDudeDarumaPushBack,mrp_daruma_idle.glb,,-1,,,100,100,100,,5
+SpawnerDudeDarumaWin,mrp_daruma_win.glb,,130,,,,,,,5
+SpawnerDudeDarumaWinloop,mrp_daruma_win.glb,131,170,,,,,,true,1
+SpawnerDudeDarumaLose,mrp_daruma_lose.glb,,184,,,,,,,5
+SpawnerDudeDarumaLoseloop,mrp_daruma_lose.glb,185,224,,,,,,true,1
+SpawnerDudeDarumaPortrait,mrp_daruma_portrait.glb,1,1,,,,,,true,5
+SnakeOilVillainIdle,byron_villain_idle.glb,1,59,-1,,120,120,,true,
+SnakeOilVillainWalk,byron_villain_walk.glb,1,-1,-1,,100,100,,true,1
+SnakeOilVillainAttack,byron_villain_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilVillainSuper,byron_villain_super.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilVillainRecoil,byron_villain_attack.glb,5,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilVillainSuperRecoil,byron_villain_super.glb,5,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SnakeOilVillainPushback,byron_villain_pushback.glb,,-1,-1,,,,,,5
+SnakeOilVillainWin,byron_villain_win.glb,1,156,,,,,,,
+SnakeOilVillainWinloop,byron_villain_win.glb,157,-1,,,,,,true,
+SnakeOilVillainLose,byron_villain_lose.glb,1,186,,,,,,,
+SnakeOilVillainLoseloop,byron_villain_lose.glb,187,199,,,,,,true,
+SnakeOilVillainProfile,byron_villain_portrait.glb,1,1,-1,,,,,,
+SpawnerDudeTurretDarumaIdle,mrp_spawner_idle.scw,,-1,,,,,,true,1
+SpawnerDudeTurretDarumaSpawn,mrp_spawner_spawn.scw,,84,,,,,,,5
+SpawnerDudeTurretDarumaSpawnLoop,mrp_spawner_spawn.scw,84,100,,,,,,true,1
+SpawnerPetDarumaIdle,mrp_pet_idle.scw,,-1,,,100,100,100,true,1
+SpawnerPetDarumaWalk,mrp_count_pengula_pet_walk.glb,,-1,,,100,100,100,true,
+SpawnerPetDarumaAttack,mrp_count_pengula_pet_attack.glb,4,15,-1,,,100,100,,3
+CannonGirlDefaultIdle,clyde_idle_anim.glb,,58,,,100,100,,true,
+CannonGirlDefaultWalk,clyde_run_anim.glb,,68,,,100,100,,true,1
+CannonGirlDefaultAttack,clyde_attack_anim.glb,,6,,,,50,,,3
+CannonGirlDefaultAttackRecoil,clyde_attack_anim.glb,6,25,,,50,,100,,4
+CannonGirlDefaultReload,clyde_idle_anim.glb,1,15,,,1000,1000,100,,5
+CannonGirlDefaultPushback,carl_pirate_pushback.scw,,-1,,,50,200,100,,5
+CannonGirlDefaultWin,clyde_win_anim.glb,,198,,,,,,,
+CannonGirlDefaultWinloop,clyde_win_anim.glb,134,200,,,,,,true,
+CannonGirlDefaultLose,clyde_lose_anim.glb,,113,,,,,,,
+CannonGirlDefaultLoseloop,clyde_lose_anim.glb,114,248,,,,,,true,
+CannonGirlDefaultProfile,clyde_portrait_pose.glb,30,30,,,,,,true,
+CannonGirlSmallDefaultIdle,bonnie_idle_anim.glb,,68,,,100,100,,true,
+CannonGirlSmallDefaultWalk,bonnie_run_anim.glb,,215,,129,100,100,,true,1
+CannonGirlSmallDefaultAttack,bonnie_attack_anim.glb,1,22,,,150,150,10,,spine_lower_s#4
+CannonGirlSmallDefaultMegSuper,bonnie_summonclyde_anim.glb,5,38,-1,,,,,,
+CannonGirlSmallDefaultRecoil,bonnie_attack_anim.glb,1,2,,,1000,1000,10,,spine_lower_s#4
+CannonGirlSmallDefaultRecoil2,bonnie_attack_anim.glb,1,22,,,1500,1000,10,,spine_lower_s#4
+CannonGirlSmallDefaultMegSuperRecoil,bonnie_summonclyde_anim.glb,30,39,-1,,1000,1000,50,,
+CannonGirlSmallDefaultLouchadorSecondary,bonnie_superfly_anim.glb,,60,,,100,100,,,5
+CannonGirlSmallDefaultReload,bonnie_idle_anim.glb,,-1,,,10000,10000,100,,ChestBone#2
+CannonGirlSmallDefaultPushback,leon_pushback.scw,1,34,,,100,100,100,,5
+CannonGirlSmallDefaultWin,bonnie_idle_anim.glb,1,84,,,,10,100,,5
+CannonGirlSmallDefaultWinloop,bonnie_idle_anim.glb,84,111,,,10,,,true,1
+CannonGirlSmallDefaultLose,bonnie_idle_anim.glb,1,45,,,,,,,5
+CannonGirlSmallDefaultLoseloop,bonnie_idle_anim.glb,45,50,,,,,,true,1
+CannonGirlSmallDefaultProfile,bonnie_idle_anim.glb,1,1,,,,,,true,5
+BlackHoleDeviousIdle,tara_devious_idle.glb,1,-1,,,200,,,true,5
+BlackHoleDeviousWalk,tara_devious_walk.glb,1,20,,80,200,,200,true,1
+BlackHoleDeviousPrimary,tara_attack.scw,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleDeviousSecondary,tara_devious_super.glb,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleDeviousRecoil,tara_attack.scw,4,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleDeviousSecondaryRecoil,tara_devious_super.glb,4,22,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleDeviousReload,tara_devious_idle.glb,1,12,,,,,50,,
+BlackHoleDeviousWin,tara_devious_win.glb,1,130,,,,,,,5
+BlackHoleDeviousWinloop,tara_devious_win.glb,131,179,,,,,,true,1
+BlackHoleDeviousLose,tara_devious_lose.glb,1,144,,,,,,,
+BlackHoleDeviousLoseloop,tara_devious_lose.glb,145,187,,,,,,true,
+BlackHoleDeviousProfile,tara_devious_portrait.glb,1,1,,,,,,,5
+JanetIdle,janet_idle.glb,,-1,-1,,100,100,,true,
+JanetWalk,janet_walk.glb,,-1,-1,80,100,100,,true,1
+JanetAttack,janet_attack.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JanetSuper,janet_super.glb,,-1,-1,,200,200,250,true,4
+JanetAttackRecoil,janet_attack.glb,1,-1,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JanetWin,janet_win.glb,,206,-1,,100,,,,
+JanetWinloop,janet_win.glb,207,234,-1,,,,,true,
+JanetLose,janet_lose.glb,,134,-1,,,,,,
+JanetLoseloop,janet_lose.glb,135,192,-1,,,,,true,
+DuplicatorVillainIdle,lolla_starforce_idle.glb,,-1,-1,,100,100,,true,
+DuplicatorVillainWalk,lolla_starforce_walk.glb,,-1,-1,,100,100,,true,1
+DuplicatorVillainAttack,lolla_starforce_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorVillainSuper,lolla_starforce_super.glb,,4,-1,,,,,true,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorVillainRecoil,lolla_starforce_attack.glb,5,17,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorVillainSuperRecoil,lolla_starforce_super.glb,4,18,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorVillainPushback,lolla_pushback.glb,,10,-1,,20,,100,,
+DuplicatorVillainWin,lolla_starforce_win.glb,,181,-1,,,,,,
+DuplicatorVillainWinloop,lolla_starforce_win.glb,182,-1,-1,,,,,true,
+DuplicatorVillainLose,lolla_starforce_lose.glb,,103,-1,,,,,,
+DuplicatorVillainLoseloop,lolla_starforce_lose.glb,104,134,-1,,,,,true,
+DuplicatorVillainPortrait,lolla_starforce_idle.glb,,,-1,,,,,,
+MechaDudeBigMonsterTruckIdle,meg_monstertruck_mecha_idle.glb,,-1,-1,,200,200,,true,
+MechaDudeBigMonsterTruckWalk,meg_monstertruck_mecha_walk.glb,,-1,-1,,200,200,,true,1
+MechaDudeBigMonsterTruckAttack,meg_monstertruck_mecha_attack_l.glb,,5,-1,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigMonsterTruckSuper,meg_monstertruck_mecha_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigMonsterTruckRecoilL,meg_monstertruck_mecha_attack_l.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigMonsterTruckRecoilR,meg_monstertruck_mecha_attack_r.glb,2,20,-1,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigMonsterTruckSuperRecoil,meg_monstertruck_mecha_super.glb,6,-1,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigMonsterTruckDarrylDroidReload,droid_darryl_idle.scw,,10,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeBigMonsterTruckDarrylDroidPushback,droid_darryl_pushback.scw,1,10,,,50,100,200,,5
+MechaDudeBigMonsterTruckWin,meg_mech_win.glb,,-1,-1,,,,,,
+MechaDudeMonsterTruckIdle,meg_idle.glb,,-1,-1,,100,100,,true,
+MechaDudeMonsterTruckWalk,meg_walk.glb,,-1,-1,,100,100,,true,1
+MechaDudeMonsterTruckAttack,meg_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeMonsterTruckSuper,meg_super.glb,,38,-1,,,,,,
+MechaDudeMonsterTruckRecoil,meg_attack.glb,4,15,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeMonsterTruckSuperRecoil,meg_super.glb,30,-1,-1,,,,50,,
+MechaDudeMonsterTruckReload,meg_idle.glb,,,-1,,200,200,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechaDudeMonsterTruckBeaPushback,bea_pushback.scw,,-1,,,25,100,200,,5
+MechaDudeMonsterTruckWin,meg_monstertruck_win.glb,,170,-1,,,,,,5
+MechaDudeMonsterTruckWinloop,meg_monstertruck_win.glb,138,170,-1,,,,,true,1
+MechaDudeMonsterTruckLose,meg_monstertruck_lose.glb,,169,-1,,,,,,5
+MechaDudeMonsterTruckLoseloop,meg_monstertruck_lose.glb,137,169,-1,,,,,true,1
+MechaDudeMonsterTruckPortrait,meg_portrait.glb,,-1,-1,,,,,,
+MegAddonMonstertruckWalk,meg_driver_monstertruck_walk.glb,,-1,-1,,200,200,,true,1
+CannonGirlVillainIdle,clyde_villain_idle.glb,,58,,,100,100,,true,
+CannonGirlVillainWalk,clyde_villain_run.glb,,68,,,100,100,,true,1
+CannonGirlVillainAttack,clyde_villain_attack.glb,,6,,,,50,,,3
+CannonGirlVillainAttackRecoil,clyde_villain_attack.glb,6,25,,,50,,100,,4
+CannonGirlVillainReload,clyde_idle_anim.glb,1,15,,,1000,1000,100,,5
+CannonGirlVillainPushback,carl_pirate_pushback.scw,,-1,,,50,200,100,,5
+CannonGirlVillainWin,clyde_villain_win.glb,,163,,,,,,,
+CannonGirlVillainWinloop,clyde_villain_win.glb,109,163,,,,,,true,
+CannonGirlVillainLose,clyde_villain_lose.glb,,168,,,,,,,
+CannonGirlVillainLoseloop,clyde_villain_lose.glb,138,168,,,,,,true,
+CannonGirlVillainProfile,clyde_villain_portrait.glb,30,30,,,,,,true,
+CannonGirlSmallVillainIdle,bonnie_idle_anim.glb,,68,,,100,100,,true,
+CannonGirlSmallVillainWalk,bonnie_run_anim.glb,,215,,129,100,100,,true,1
+CannonGirlSmallVillainAttack,bonnie_attack_anim.glb,1,22,,,150,150,10,,spine_lower_s#4
+CannonGirlSmallVillainMegSuper,bonnie_summonclyde_anim.glb,5,38,-1,,,,,true,
+CannonGirlSmallVillainRecoil,bonnie_attack_anim.glb,1,2,,,1000,1000,10,,spine_lower_s#4
+CannonGirlSmallVillainRecoil2,bonnie_attack_anim.glb,1,22,,,1500,1000,10,,spine_lower_s#4
+CannonGirlSmallVillainMegSuperRecoil,bonnie_summonclyde_anim.glb,30,39,-1,,1000,1000,50,,
+CannonGirlSmallVillainLouchadorSecondary,bonnie_superfly_anim.glb,,60,,,100,100,,,5
+CannonGirlSmallVillainReload,bonnie_idle_anim.glb,,1,,,500,500,100,,ChestBone#2
+CannonGirlSmallVillainPushback,leon_pushback.scw,1,34,,,100,100,100,,5
+CannonGirlSmallVillainWin,bonnie_idle_anim.glb,1,84,,,,10,100,,5
+CannonGirlSmallVillainWinloop,bonnie_idle_anim.glb,84,111,,,10,,,true,1
+CannonGirlSmallVillainLose,bonnie_idle_anim.glb,1,45,,,,,,,5
+CannonGirlSmallVillainLoseloop,bonnie_idle_anim.glb,45,50,,,,,,true,1
+CannonGirlSmallVillainProfile,bonnie_idle_anim.glb,1,1,,,,,,,5
+JanetPortrait,janet_portrait.glb,,-1,-1,,,,,,
+JanetPushback,janet_pushback.glb,,10,-1,,10,,200,,
+JetpackGirlValkyrieIdle,janet_valkyrie_idle.glb,,-1,-1,,100,100,,true,
+JetpackGirlValkyrieWalk,janet_valkyrie_walk.glb,,-1,-1,80,100,100,,true,1
+JetpackGirlValkyrieAttack,janet_valkyrie_attack.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JetpackGirlValkyrieSuper,janet_valkyrie_super.glb,,-1,-1,,200,200,250,true,4
+JetpackGirlValkyrieAttackRecoil,janet_valkyrie_attack.glb,1,-1,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JetpackGirlValkyriePushback,janet_pushback.glb,,10,-1,,10,,200,,
+JetpackGirlValkyrieWin,janet_valkyrie_win.glb,,149,-1,,100,,,,
+JetpackGirlValkyrieWinloop,janet_valkyrie_win.glb,150,177,-1,,,,,true,
+JetpackGirlValkyrieLose,janet_valkyrie_lose.glb,,194,-1,,,,,,
+JetpackGirlValkyrieLoseloop,janet_valkyrie_lose.glb,194,194,-1,,,,,true,
+JetpackGirlValkyriePortrait,janet_valkyrie_portrait.glb,,-1,-1,,,,,,
+JetpackGirlDamageTowerDefaultIdle,janet_gadget_speakers_idle.glb,,-1,,,,,,true,
+JetpackGirlDamageTowerDefaultSpawn,janet_gadget_speakers_idle.glb,,-1,,,,,,,
+DrillerCookyIdle,jacky_cooky_idle.glb,1,45,,,100,100,,true,
+DrillerCookyWalk,jacky_cooky_walk.glb,1,-1,,,100,100,,true,1
+DrillerCookyAttack,jacky_cooky_attack.glb,4,20,,,50,,,true,3
+DrillerCookySuper,jacky_cooky_super.glb,1,-1,,120,,,83,true,3
+DrillerCookyRecoil,jacky_cooky_attack.glb,6,20,,,,,100,,4
+DrillerCookySuperRecoil,jacky_cooky_super.glb,1,-1,,120,,,83,true,4
+DrillerCookyHappy,jacky_cooky_win.glb,,89,,,100,,,,
+DrillerCookyHappyLoop,jacky_cooky_win.glb,58,89,,,,,,true,
+DrillerCookyLose,jacky_cooky_lose.glb,,170,,,,,,,
+DrillerCookyLoseloop,jacky_cooky_lose.glb,170,-1,,,,,,true,
+DrillerCookyPortrait,jacky_cooky_idle.glb,1,1,,,,,,,
+DrillerCookyIntro,jacky_intro_pose.glb,,-1,,,,,,,
+SandstormKoyaIdle,sandy_koya_idle.glb,1,128,,,500,500,,true,5
+SandstormKoyaWalk,sandy_koya_walk.glb,1,20,,,500,500,,true,1
+SandstormKoyaAttack,sandy_koya_attack.glb,,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandstormKoyaRecoil,sandy_koya_attack.glb,,20,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandstormKoyaReload,sandy_koya_idle.glb,,10,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SandstormKoyaPushBack,sandy_koya_pushback.glb,,10,,,100,100,100,,
+SandstormKoyaWin,sandy_koya_win.glb,1,270,,,,,,,
+SandstormKoyaWinloop,sandy_koya_win.glb,143,270,,,,,,true,1
+SandstormKoyaLose,sandy_koya_lose.glb,,199,,,,,,,
+SandstormKoyaProfile,sandy_koya_portrait.glb,,,,,,,,true,1
+BaseballRjIdle,bibi_rj_idle.glb,1,29,,,100,100,,true,
+BaseballRjWalk,bibi_rj_walk.glb,1,29,,,120,200,,true,1
+BaseballRjPrimary,bibi_rj_attack.glb,,47,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballRjSecondary,bibi_rj_attack.glb,,45,,,100,100,100,true,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballRjRecoil,bibi_rj_attack.glb,22,51,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballRjRecoil2,bibi_rj_attack.glb,17,51,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BaseballRjPushback,bibi_rj_pushback.glb,,-1,,,100,100,100,,5
+BaseballRjWin,bibi_rj_win.glb,1,193,,,100,,,,5
+BaseballRjWinloop,bibi_rj_win.glb,164,193,,,,,,true,1
+BaseballRjLose,bibi_rj_lose.glb,1,134,,,,,,,5
+BaseballRjLoseloop,bibi_rj_lose.glb,106,134,,,,,,true,1
+BaseballRjProfile,bibi_rj_portrait.glb,,,,,,,,true,5
+RuffsChimmyIdle,ruffs_chimmy_idle.glb,1,29,-1,,100,100,,true,
+RuffsChimmyWalk,ruffs_chimmy_walk.glb,1,22,-1,,100,100,,true,1
+RuffsChimmyAttack,ruffs_chimmy_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsChimmySuper,ruffs_chimmy_super.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsChimmyRecoil,ruffs_chimmy_attack.glb,1,30,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsChimmySuperRecoil,ruffs_chimmy_super.glb,5,20,-1,,,,120,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RuffsChimmyPushback,ruffs_chimmy_pushback.glb,,-1,-1,,50,100,100,,5
+RuffsChimmyWin,ruffs_chimmy_win.glb,1,140,-1,,,,,,
+RuffsChimmyWinloop,ruffs_chimmy_win.glb,100,140,-1,,,,,true,
+RuffsChimmyLose,ruffs_chimmy_lose.glb,,77,-1,,,,,,
+RuffsChimmyLoseloop,ruffs_chimmy_lose.glb,47,-1,-1,,,,,true,
+RuffsChimmyPortrait,ruffs_chimmy_portrait.glb,,,-1,,,,,,
+BullDudeMangIdle,bull_mang_idle.glb,,29,,,150,150,,true,
+BullDudeMangWalk,bull_mang_walk.glb,,21,,,100,100,,true,1
+BullDudeMangPrimary,bull_mang_attack.glb,1,3,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeMangSecondary,bull_mang_super.glb,,21,,150,66,66,133,true,5
+BullDudeMangRecoil,bull_mang_attack.glb,4,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeMangReload,bull_mang_idle.glb,1,10,,200,250,250,250,,ChestBone#2
+BullDudeMangPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullDudeMangWin,bull_mang_win.glb,,154,,,,,,,5
+BullDudeMangWinloop,bull_mang_win.glb,104,154,,,,,,true,5
+BullDudeMangLose,bull_mang_lose.glb,,168,,,,,,,5
+BullDudeMangLoseloop,bull_mang_lose.glb,144,168,,,,,,true,5
+BullDudeMangProfile,bull_mang_portrait.glb,1,1,,,,,,true,5
+ClusterBombDudeShookyIdle,tick_shooky_idle.glb,1,47,,,,,,true,
+ClusterBombDudeShookyWalk,tick_shooky_walk.glb,1,21,,125,,,,true,1
+ClusterBombDudeShookyPrimary,tick_shooky_attack.glb,1,20,,,,,25,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ClusterBombDudeShookySecondary,tick_shooky_ult.glb,1,20,,,,,25,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ClusterBombDudeShookyRecoil,tick_shooky_attack.glb,1,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ClusterBombDudeShookyUltRecoil,tick_shooky_ult.glb,1,20,,,,,300,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ClusterBombDudeShookyWin,tick_shooky_win.glb,1,188,,,,,,,
+ClusterBombDudeShookyWinloop,tick_shooky_win.glb,126,188,,,,,,true,
+ClusterBombDudeShookyLose,tick_shooky_lose.glb,1,193,,,,,,,
+ClusterBombDudeShookyLoseloop,tick_shooky_lose.glb,142,193,,,,,,true,
+ClusterBombDudeShookyProfile,tick_shooky_idle.glb,19,19,,,,,,,
+RocketGirlDeliveryIdle,brock_delivery_idle.glb,,-1,,135,74,74,,true,
+RocketGirlDeliveryWalk,brock_delivery_run.glb,,-1,,150,100,100,,true,1
+RocketGirlDeliveryPrimary,brock_delivery_attack.glb,,-1,,,1,300,300,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlDeliverySecondary,brock_delivery_attack.glb,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlDeliveryRecoil,brock_delivery_attack.glb,,-1,,,1,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlDeliveryRecoil2,brock_delivery_attack.glb,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlDeliveryPushback,brock_pushback1.scw,,-1,,,100,100,100,,5
+RocketGirlDeliveryWin,brock_delivery_win.glb,,122,,,,,,,5
+RocketGirlDeliveryWinloop,brock_delivery_win.glb,123,182,,,,,,true,5
+RocketGirlDeliveryLose,brock_delivery_lose.glb,1,118,,,,,,,5
+RocketGirlDeliveryLoseloop,brock_delivery_lose.glb,110,118,,,,,,true,5
+RocketGirlDeliveryProfile,brock_delivery_win.glb,182,182,,,,,,true,5
+EnragerTataIdle,edgar_tata_idle.glb,1,44,-1,,100,100,,true,
+EnragerTataWalk,edgar_tata_walk.glb,1,22,-1,,100,100,,true,1
+EnragerTataAttack,edgar_tata_attack.glb,1,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerTataSuper,edgar_tata_super.glb,5,50,-1,,,250,250,,3
+EnragerTataRecoil,edgar_tata_attack.glb,6,30,-1,,,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+EnragerTataPushback,edgar_pushback.scw,,-1,-1,,50,100,100,,5
+EnragerTataWin,edgar_tata_win.glb,,152,-1,,,,,,
+EnragerTataWinloop,edgar_tata_win.glb,103,152,-1,,,,,true,
+EnragerTataLose,edgar_tata_lose.glb,,26,-1,,,,,,
+EnragerTataLoseloop,edgar_tata_lose.glb,48,48,-1,,,,,true,
+EnragerTataProfile,edgar_tata_portrait.glb,152,152,-1,,,,,true,
+MummyDjIdle,emz_dj_idle.glb,,-1,,,100,100,,true,
+MummyDjWalk,emz_dj_walk.glb,,29,,,100,100,,true,1
+MummyDjPrimary,emz_dj_attack.glb,2,6,,,,,,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+MummyDjRecoil,emz_dj_attack.glb,7,22,,,50,,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+MummyDjSecondary,emz_dj_idle.glb,,,,,,,,,
+MummyDjSecondaryRecoil,emz_dj_idle.glb,,,,,,,,,
+MummyDjReload,emz_dj_reload.glb,,-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
+MummyDjPushback,emz_dj_pushback.glb,,-1,,,100,100,100,,
+MummyDjWin,emz_dj_win.glb,,142,,,,,,,
+MummyDjWinloop,emz_dj_win.glb,143,197,,,,,,true,
+MummyDjLose,emz_dj_lose.glb,,151,,,,,,,
+MummyDjLoseloop,emz_dj_lose.glb,152,210,,,,,,,
+MummyDjProfile,emz_dj_portrait.glb,77,77,,,,,,,
+MummyDjIntro,emz_dj_win.glb,,,,,,,,true,
+ElectroSniperCoralIdle,belle_coral_idle.glb,,-1,-1,,100,100,,true,
+ElectroSniperCoralWalk,belle_coral_walk.glb,,-1,-1,,100,100,,true,1
+ElectroSniperCoralAttack,belle_coral_attack.glb,1,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ElectroSniperCoralRecoil,belle_coral_attack.glb,,25,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ElectroSniperCoralPushback,belle_pushback.glb,,10,-1,,50,,50,,
+ElectroSniperCoralWin,belle_coral_win.glb,,157,-1,,,,,,
+ElectroSniperCoralWinloop,belle_coral_win.glb,158,188,-1,,,,,true,
+ElectroSniperCoralLose,belle_coral_lose.glb,,137,-1,,,,,,
+ElectroSniperCoralLoseloop,belle_coral_lose.glb,138,-1,-1,,,,,true,
+ElectroSniperCoralPortrait,belle_coral_portrait.glb,,-1,-1,,,,,,
+KickerDudeOctoIdle,fang_octo_idle.glb,,-1,-1,,100,100,,true,
+KickerDudeOctoWalk,fang_octo_walk.glb,,-1,-1,,100,100,,true,1
+KickerDudeOctoAttack,fang_octo_attack.glb,,5,,,,,,,3
+KickerDudeOctoSuper,fang_octo_attack.glb,10,13,,,,100,50,true,3
+KickerDudeOctoRecoil,fang_octo_attack.glb,,25,,,,,100,,4
+KickerDudeOctoWin,fang_octo_win.glb,,187,-1,,,,,,
+KickerDudeOctoWinloop,fang_octo_win.glb,188,-1,-1,,,,,true,
+KickerDudeOctoLose,fang_octo_lose.glb,,186,-1,,,,,,
+KickerDudeOctoLoseloop,fang_octo_lose.glb,159,-1,-1,,,,,true,
+KickerDudeOctoPortrait,fang_octo_idle.glb,,,-1,,,,,,
+PennyIdle,penny_idle.glb,,-1,,,100,100,,true,
+PennyWalk,penny_walk.glb,,19,,,100,100,,true,1
+PennyPrimary,penny_attack.glb,1,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PennyUltiAttack,mari_ult.scw,,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PennyRecoil,penny_attack.glb,1,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PennyUltiRecoil,mari_ult.scw,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PennyReload,penny_idle.glb,,5,,,200,200,200,,
+PennyPushback,penny_idle.glb,,-1,,,100,100,200,,5
+PennyWin,penny_win.glb,1,146,,,,,,,
+PennyWinloop,penny_win.glb,147,201,,,,,,true,
+PennyLose,penny_lose.glb,1,158,,,,,,,
+PennyLoseloop,penny_lose.glb,159,196,,,,,,true,
+PennyProfile,penny_portrait_redux.glb,1,1,,,,,,true,
+SilencerDefaultIdle,otis_idle.glb,1,60,,,100,100,,true,
+SilencerDefaultWalk,otis_walk.glb,1,29,,115,100,100,,true,1
+SilencerDefaultAttack,otis_attack.glb,8,15,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerDefaultSecondary,otis_super.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerDefaultRecoil,otis_attack.glb,12,23,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerDefaultSecondaryRecoil,otis_super.glb,6,40,,,,,175,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerDefaultReload,pam_reload.scw,,20,,,100,,100,,hips_s#1+chest_s#4+spine_lower_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerDefaultPushback,pam_pushback.scw,,10,,,25,100,150,,
+SilencerDefaultWin,otis_win.glb,,207,,,,,,,5
+SilencerDefaultWinloop,otis_winloop.glb,,67,,,,,,true,1
+SilencerDefaultLose,otis_lose.glb,,158,,,,,,,
+SilencerDefaultLoseloop,otis_lose.glb,77,158,,,,,,true,
+SilencerDefaultPortrait,otis_portrait_cam.glb,60,-1,,,,,,true,
+ArtilleryTurretDefaultIdle,penny_turret_idle.glb,,-1,,,100,100,,true,
+ArtilleryTurretDefaultAttack,penny_turret_attack.glb,,-1,,,,,50,,4
+ArtilleryTurretDefaultSpawn,penny_turret_spawn.glb,,35,,,,,100,,3
+GunslingerPaintballIdle,colt_paintball_idle.glb,,-1,,,100,100,,true,
+GunslingerPaintballWalk,colt_paintball_walk.glb,,-1,,125,100,100,,true,1
+GunslingerPaintballPrimary,colt_paintball_attack.glb,,-1,,,100,200,100,,spine_lower_s#3
+GunslingerPaintballSecondary,colt_paintball_attack.glb,,-1,,,200,200,100,,spine_lower_s#3
+GunslingerPaintballRecoil,colt_paintball_recoil1.glb,1,10,,,50,50,100,,spine_lower_s#4
+GunslingerPaintballRecoil2,colt_paintball_recoil2.glb,1,10,,,50,50,100,,spine_lower_s#4
+GunslingerPaintballReload,colt_paintball_idle.glb,1,3,,,800,800,800,,spine_lower_s#4
+GunslingerPaintballPushback,colt_pushback.scw,,-1,,,100,100,100,,5
+GunslingerPaintballWin,colt_paintball_win.glb,,129,,,,,,,
+GunslingerPaintballWinloop,colt_paintball_win.glb,130,160,,,,,,true,
+GunslingerPaintballLose,colt_paintball_lose.glb,,153,,,,,,,
+GunslingerPaintballLoseloop,colt_paintball_lose.glb,154,200,,,,,,true,
+GunslingerPaintballProfile,colt_paintball_idle.glb,1,1,,,,,,,
+ClusterBombPetShookyIdle,bombhead_shooky_idle.glb,1,12,,,,,,true,
+SilencerDefaultAddonStarfishSpawn,starfish_addon_spawn.glb,1,-1,,,,,200,,5
+SilencerPharaohIdle,otis_phara_idle.glb,1,60,,,100,100,,true,
+SilencerPharaohWalk,otis_phara_walk.glb,1,29,,115,100,100,,true,1
+SilencerPharaohAttack,otis_phara_attack.glb,8,15,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerPharaohSecondary,otis_phara_super.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerPharaohRecoil,otis_phara_attack.glb,12,23,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerPharaohSecondaryRecoil,otis_phara_super.glb,6,40,,,,,175,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerPharaohWin,otis_phara_win.glb,,248,,,,,,,5
+SilencerPharaohWinloop,otis_phara_win.glb,184,248,,,,,,true,1
+SilencerPharaohLose,otis_phara_lose.glb,,279,,,,,,,
+SilencerPharaohLoseloop,otis_phara_lose.glb,235,279,,,,,,true,
+SilencerPharaohPortrait,otis_phara_portrait_cam.glb,,-1,,,,,,true,
+ArtilleryDudeGoldIdle,penny_idle.glb,,-1,,,100,100,,true,
+ArtilleryDudeGoldWalk,penny_walk.glb,,19,,,100,100,,true,1
+ArtilleryDudeGoldPrimary,penny_attack.glb,1,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeGoldUltiAttack,mari_ult.scw,,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeGoldRecoil,penny_attack.glb,1,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeGoldUltiRecoil,mari_ult.scw,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeGoldReload,penny_idle.glb,,5,,,200,200,200,,
+ArtilleryDudeGoldPushback,penny_idle.glb,,-1,,,100,100,200,,5
+ArtilleryDudeGoldWin,penny_win.glb,1,146,,,,,,,
+ArtilleryDudeGoldWinloop,penny_win.glb,147,201,,,,,,true,
+ArtilleryDudeGoldLose,penny_lose.glb,1,158,,,,,,,
+ArtilleryDudeGoldLoseloop,penny_lose.glb,159,196,,,,,,true,
+ArtilleryDudeGoldProfile,penny_portrait_redux.glb,1,1,,,,,,true,
+ArtilleryDudeSilverIdle,penny_idle.glb,,-1,,,100,100,,true,
+ArtilleryDudeSilverWalk,penny_walk.glb,,19,,,100,100,,true,1
+ArtilleryDudeSilverPrimary,penny_attack.glb,1,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSilverUltiAttack,mari_ult.scw,,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSilverRecoil,penny_attack.glb,1,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSilverUltiRecoil,mari_ult.scw,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSilverReload,penny_idle.glb,,5,,,200,200,200,,
+ArtilleryDudeSilverPushback,penny_idle.glb,,-1,,,100,100,200,,5
+ArtilleryDudeSilverWin,penny_win.glb,1,146,,,,,,,
+ArtilleryDudeSilverWinloop,penny_win.glb,147,201,,,,,,true,
+ArtilleryDudeSilverLose,penny_lose.glb,1,158,,,,,,,
+ArtilleryDudeSilverLoseloop,penny_lose.glb,159,196,,,,,,true,
+ArtilleryDudeSilverProfile,penny_portrait_redux.glb,1,1,,,,,,true,
+SilencerDefaultAddonStarfishIdle,starfish_addon_idle.glb,-1,-1,,,,,,true,
+SilencerPharaohAddonStarfishIdle,starfishphara_addon_idle.glb,-1,-1,,,,,,true,
+SilencerPharaohAddonStarfishSpawn,starfishphara_addon_spawn.glb,1,-1,,,,,200,,5
+SilencerDefaultEnv,otis_env.glb,1,300,,,,,,true,
+NinjaGhostIdle,leon_ghost_idle.glb,1,28,,,100,100,,true,
+NinjaGhostWalk,leon_ghost_walk.glb,1,29,,170,100,100,,true,1
+NinjaGhostAttack,leon_ghost_attack.glb,1,3,,,,,10,,spine_lower_s#4
+NinjaGhostSecondary,leon_ghost_idle.glb,1,20,,,,,10,,spine_lower_s#4
+NinjaGhostRecoil,leon_ghost_attack.glb,3,7,,,,,10,,spine_lower_s#4
+NinjaGhostRecoil2,leon_ghost_attack.glb,7,11,,,,,10,,spine_lower_s#4
+NinjaGhostReload,leon_ghost_idle.glb,,-1,,,,,100,,ChestBone#2
+NinjaGhostPushback,leon_pushback.scw,1,34,,,100,100,100,,5
+NinjaGhostWin,leon_ghost_win.glb,1,202,,,,10,100,,5
+NinjaGhostWinloop,leon_ghost_win.glb,140,202,,,10,,,true,1
+NinjaGhostLose,leon_ghost_lose.glb,1,137,,,,,,,5
+NinjaGhostLoseloop,leon_ghost_lose.glb,106,137,,,,,,true,1
+NinjaGhostProfile,leon_ghost_pose.glb,1,10,,,,,,true,5
+NinjaGhostIntro,leon_intro_pose.scw,,,,,,,,,
+StickyBombVeteranIdle,squeak_veteran_idle.glb,,-1,-1,,100,100,,true,
+StickyBombVeteranWalk,squeak_veteran_walk.glb,,-1,-1,,100,100,,true,1
+StickyBombVeteranAttack,squeak_veteran_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombVeteranRecoil,squeak_veteran_attack.glb,5,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombVeteranPushback,squeak_veteran_pushback.glb,,-1,-1,,,,,,
+StickyBombVeteranWin,squeak_veteran_win.glb,,138,-1,,,,,,
+StickyBombVeteranWinloop,squeak_veteran_win.glb,68,140,-1,,,,,true,
+StickyBombVeteranLose,squeak_veteran_lose.glb,58,118,-1,,,,,,
+StickyBombVeteranLoseloop,squeak_veteran_lose.glb,118,118,-1,,,,,true,
+StickyBombVeteranPortrait,squeak_veteran_portrait.glb,150,150,-1,,,,,,
+UndertakerMechaIdle,mortis_mecha_idle.glb,1,32,,,200,200,,true,
+UndertakerMechaWalk,mortis_mecha_walk.glb,1,32,,150,100,100,,true,1
+UndertakerMechaAttack,mortis_mecha_attack.glb,3,30,,,,250,200,,3
+UndertakerMechaUltiAttack,mortis_mecha_ult.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+UndertakerMechaRecoil1,mortis_mecha_attack.glb,3,30,,,,250,200,,4
+UndertakerMechaUltiRecoil1,mortis_mecha_ult.glb,5,40,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+UndertakerMechaPushback,mortis_pushback.scw,,-1,,,100,100,100,,5
+UndertakerMechaWin,mortis_mecha_win.glb,1,197,,,,,,,1
+UndertakerMechaWinloop,mortis_mecha_win.glb,198,227,,,,,,true,1
+UndertakerMechaLose,mortis_mecha_lose.glb,,102,,,,,,,1
+UndertakerMechaLoseloop,mortis_mecha_lose.glb,102,102,,,,,,true,1
+UndertakerMechaProfile,mortis_mecha_portrait.glb,,,,,,,,,1
+MinigunDudeBrokerIdle,pam_broker_idle.glb,1,-1,,,100,100,,true,
+MinigunDudeBrokerWalk,pam_broker_walk.glb,1,22,,,100,100,,true,1
+MinigunDudeBrokerAttack,pam_broker_attack.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeBrokerSecondary,pam_broker_super.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeBrokerRecoil,pam_broker_attack.glb,4,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeBrokerSecondaryRecoil,pam_broker_super.glb,6,20,,,,,175,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeBrokerReload,pam_broker_reload.glb,,20,,,100,,100,,hips_s#1+chest_s#4+spine_lower_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MinigunDudeBrokerPushback,pam_broker_pushback.glb,,10,,,25,100,150,,
+MinigunDudeBrokerWin,pam_broker_win.glb,,171,,,,,,,5
+MinigunDudeBrokerWinloop,pam_broker_win.glb,172,203,,,,,,true,1
+MinigunDudeBrokerLose,pam_broker_lose.glb,,157,,,,,,,
+MinigunDudeBrokerLoseloop,pam_broker_lose.glb,158,189,,,,,,true,
+MinigunDudeBrokerPortrait,pam_broker_portrait.glb,,-1,,,,,,true,
+BossBotOldIdle,bossbot_idle.scw,,-1,,,500,500,,true,
+BossBotOldWalk,bossbot_walk.scw,,-1,,150,500,500,,true,1
+BossBotOldPrimary,bossbot_shoot_recoil.scw,,-1,,,1,,,,ChestBone#3
+BossBotOldRecoil,bossbot_recoil_1.scw,,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+BossBotOldRecoil2,bossbot_recoil_2.scw,,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+BossBotOldPushback,bossbot_idle.scw,,-1,,,100,100,400,,5
+BossBotOldWin,bossbot_idle.scw,,-1,,,,,200,,5
+BossBotOldWinloop,bossbot_idle.scw,,-1,,,,,,true,1
+BossBotOldLose,bossbot_idle.scw,,-1,,,,,200,,5
+BossBotOldLoseloop,bossbot_idle.scw,,-1,,,,,,true,1
+MeleeFastBotOldIdle,fastmeleebot_idle.scw,-1,-1,,,500,500,,true,
+MeleeFastBotOldWalk,fastmeleebot_walk.scw,-1,-1,,150,120,200,,true,1
+MeleeFastBotOldRecoil,fastmeleebot_recoil.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+MeleeFastBotOldPushback,fastmeleebot_idle.scw,-1,-1,,,100,100,400,,5
+MeleeFastBotOldWin,fastmeleebot_idle.scw,-1,-1,,,,,200,,5
+MeleeFastBotOldWinloop,fastmeleebot_idle.scw,-1,-1,,,,,,true,1
+MeleeFastBotOldLose,fastmeleebot_idle.scw,-1,-1,,,,,200,,5
+MeleeFastBotOldLoseloop,fastmeleebot_idle.scw,-1,-1,,,,,,true,1
+MeleeBotOldIdle,meleebot_idle.scw,-1,-1,,,500,500,,true,
+MeleeBotOldWalk,meleebot_walk.scw,-1,-1,,150,120,200,,true,1
+MeleeBotOldRecoil,recoil.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+MeleeBotOldRecoil2,recoil_2.scw,-1,-1,,,1,100,200,,PelvisBone#4+RLegBone#0+LLegBone#0
+MeleeBotOldPushback,meleebot_idle.scw,-1,-1,,,100,100,400,,5
+MeleeBotOldWin,meleebot_idle.scw,-1,-1,,,,,200,,5
+MeleeBotOldWinloop,meleebot_idle.scw,-1,-1,,,,,,true,1
+MeleeBotOldLose,meleebot_idle.scw,-1,-1,,,,,200,,5
+MeleeBotOldLoseloop,meleebot_idle.scw,-1,-1,,,,,,true,1
+RangedBotOldIdle,rangedbot_idle.scw,-1,-1,,,100,100,,true,
+RangedBotOldWalk,rangedbot_walk.scw,-1,-1,,100,100,100,,true,1
+RangedBotOldPrimary,rangedbot_attack1.scw,-1,-1,,,100,300,600,,ChestBone#3
+RangedBotOldSecondary,rangedbot_attack1.scw,-1,-1,,,100,300,600,,ChestBone#3
+RangedBotOldRecoil,rangedbot_recoil.scw,-1,-1,,,100,200,400,,ChestBone#4
+RangedBotOldReload,rangedbot_reload.scw,-1,-1,,,200,200,200,,ChestBone#2
+RangedBotOldPushback,rangedbot_idle.scw,-1,-1,,,200,100,200,,5
+RangedBotOldWin,rangedbot_win1.scw,-1,-1,,,,,200,,
+RangedBotOldWinloop,rangedbot_winloop1.scw,-1,-1,,,,,,true,
+RangedBotOldLose,rangedbot_lose1.scw,-1,-1,,,,,200,,
+RangedBotOldLoseloop,rangedbot_loseloop1.scw,-1,-1,,,,,,true,
+WeaponThrowerDefaultIdle,bronson_idle.glb,1,73,,,100,100,,true,
+WeaponThrowerDefaultWalk,bronson_walk.glb,1,29,,,100,100,,true,1
+WeaponThrowerDefaultAttack,bronson_attack.glb,12,25,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultAttackRecoil,bronson_attack.glb,22,30,,,10,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultAttackRecoil2,bronson_attack.glb,30,35,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultUltRecoil,bronson_super.glb,10,50,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultUltRecoil2,bronson_small_super.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultWin,bronson_win.glb,1,86,,,100,200,500,,
+WeaponThrowerDefaultWinloop,bronson_win.glb,86,159,,,500,100,300,true,
+WeaponThrowerDefaultLose,bronson_lose.glb,,108,,,100,100,200,,
+WeaponThrowerDefaultLoseloop,bronson_lose.glb,71,108,,,1,100,200,true,
+WeaponThrowerDefaultProfile,bronson_portrait.glb,1,1,,,,,,true,
+WeaponThrowerDefaultIdle_transform,bronson_small_idle.glb,1,73,,,100,100,,true,
+WeaponThrowerDefaultWalk_transform,bronson_small_walk.glb,1,29,,150,100,100,,true,1
+WeaponThrowerDefaultAttack_transform,bronson_small_attack.glb,10,25,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultAttackRecoil_transform,bronson_small_attack.glb,15,30,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerDefaultAttackRecoil2_transform,bronson_attack.glb,35,35,,200,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorIdle,bronson_emperor_idle.glb,1,98,,,100,100,,true,
+WeaponThrowerEmperorWalk,bronson_emperor_walk.glb,1,29,,,100,100,,true,1
+WeaponThrowerEmperorAttack,bronson_emperor_attack.glb,10,18,,,10,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorAttackRecoil,bronson_emperor_attack.glb,19,30,,,50,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorAttackRecoil2,bronson_emperor_attack.glb,30,35,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorUltRecoil,bronson_emperor_super.glb,10,30,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorUltRecoil2,bronson_emperor_small_super.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorWin,bronson_emperor_win.glb,1,155,,,,,,,
+WeaponThrowerEmperorWinloop,bronson_emperor_win.glb,156,196,,,200,200,,true,
+WeaponThrowerEmperorLose,bronson_emperor_lose.glb,1,164,,,100,100,200,,
+WeaponThrowerEmperorLoseloop,bronson_emperor_lose.glb,122,164,,,1,100,200,true,
+WeaponThrowerEmperorProfile,bronson_emperor_portrait.glb,1,1,,,,,,true,
+WeaponThrowerEmperorIdle_transform,bronson_emperor_small_idle.glb,1,73,,,100,100,,true,
+WeaponThrowerEmperorWalk_transform,bronson_emperor_small_walk.glb,1,29,,,100,100,,true,1
+WeaponThrowerEmperorAttack_transform,bronson_emperor_small_attack.glb,10,25,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorAttackRecoil_transform,bronson_emperor_small_attack.glb,15,30,,,,,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerEmperorAttackRecoil2_transform,bronson_emperor_attack.glb,30,35,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+BossBotPrimary,bot_boss_attack_b.glb,,39,-1,,,100,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BossBotPrimaryRecoil,bot_boss_attack_b.glb,40,55,-1,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+GusIdle,gus_idle.glb,,-1,-1,,200,200,200,true,
+GusWalk,gus_run.glb,1,24,-1,,200,200,200,true,1
+GusPrimary,gus_attack.glb,,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+GusPrimaryRecoil,gus_attack.glb,,23,-1,,,100,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DeadMariachiOutlawIdle,poco_darkhorse_idle.glb,,-1,,,100,100,,true,
+DeadMariachiOutlawWalk,poco_darkhorse_walk.glb,,-1,,160,100,100,,true,1
+DeadMariachiOutlawAttack,poco_darkhorse_attack.glb,,5,,,100,100,100,,spine_lower_s#3
+DeadMariachiOutlawSecondary,poco_darkhorse_attack.glb,4,20,,,100,100,100,,spine_lower_s#3
+DeadMariachiOutlawRecoil,poco_darkhorse_attack.glb,4,20,,,100,100,100,,spine_lower_s#4
+DeadMariachiOutlawReload,poco_darkhorse_idle.glb,1,2,,,100,200,200,,spine_lower_s#2
+DeadMariachiOutlawPushback,poco_darkhorse_idle.glb,,-1,,,200,300,500,,5
+DeadMariachiOutlawWin,poco_darkhorse_win.glb,1,195,,,,,,,
+DeadMariachiOutlawWinloop,poco_darkhorse_win.glb,154,195,,,,,,true,
+DeadMariachiOutlawLose,poco_darkhorse_lose.glb,1,192,,,,,,,
+DeadMariachiOutlawLoseloop,poco_darkhorse_lose.glb,161,192,,,,,,true,
+DeadMariachiOutlawProfile,poco_darkhorse_portrait.glb,1,1,,,,,,,
+DuplicatorOutlawIdle,lolla_outlaw_idle.glb,,-1,-1,,100,100,,true,
+DuplicatorOutlawWalk,lolla_outlaw_walk.glb,,-1,-1,,100,100,,true,1
+DuplicatorOutlawAttack,lolla_outlaw_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorOutlawSuper,lolla_outlaw_super.glb,,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorOutlawRecoil,lolla_outlaw_attack.glb,5,17,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorOutlawSuperRecoil,lolla_outlaw_super.glb,4,18,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorOutlawPushback,lolla_outlaw_pushback.glb,,10,-1,,20,,100,,
+DuplicatorOutlawWin,lolla_outlaw_win.glb,,171,-1,,,,800,,
+DuplicatorOutlawWinloop,lolla_outlaw_win.glb,131,-1,-1,,,,,true,
+DuplicatorOutlawLose,lolla_outlaw_lose.glb,,201,-1,,,,,,
+DuplicatorOutlawLoseloop,lolla_outlaw_lose.glb,158,201,-1,,,,,true,
+DuplicatorOutlawPortrait,lolla_outlaw_portrait.glb,,,-1,,,,,,
+StickyBombRabbitIdle,squeak_rabbit_idle.glb,,-1,-1,,100,100,,true,
+StickyBombRabbitWalk,squeak_rabbit_walk.glb,,-1,-1,,100,100,,true,1
+StickyBombRabbitAttack,squeak_rabbit_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombRabbitRecoil,squeak_rabbit_attack.glb,5,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+StickyBombRabbitPushback,squeak_rabbit_pushback.glb,,-1,-1,,,,,,
+StickyBombRabbitWin,squeak_rabbit_win.glb,,192,-1,,,,,,
+StickyBombRabbitWinloop,squeak_rabbit_win.glb,154,192,-1,,,,,true,
+StickyBombRabbitLose,squeak_rabbit_lose.glb,,198,-1,,,,,,
+StickyBombRabbitLoseloop,squeak_rabbit_lose.glb,165,198,-1,,,,,true,
+StickyBombRabbitPortrait,squeak_rabbit_portrait.glb,150,150,-1,,,,,,
+CrowVultureIdle,crow_outlaw_idle.glb,1,29,,,100,100,,true,1
+CrowVultureWalk,crow_outlaw_walk.glb,1,19,,,100,100,,true,1
+CrowVulturePrimary,crow_outlaw_attack.glb,,5,,,100,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CrowVultureSecondary,crow_outlaw_super.glb,,45,,,50,50,200,,5
+CrowVultureRecoil,crow_outlaw_attack.glb,5,20,,,,50,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+CrowVultureReload,crow_outlaw_reload.glb,1,20,,,100,100,200,,hips_s#0+chest_s#5+R_clavicle_s#0+head_s#0+L_upperLeg_s#0+R_upperLeg_s#0
+CrowVulturePushback,crow_pushback.glb,1,10,,,200,100,100,,5
+CrowVultureWin,crow_outlaw_win.glb,,146,,,,,,,
+CrowVultureWinloop,crow_outlaw_win.glb,104,146,,,,,,true,
+CrowVultureLose,crow_outlaw_lose.glb,,163,,,,,,,
+CrowVultureLoseloop,crow_outlaw_lose.glb,121,163,,,,,,true,
+CrowVultureProfile,crow_outlaw_portrait.glb,1,1,,,,,,true,
+BossBotSecondary,bot_boss_charge_windup.glb,,-1,-1,,100,100,100,,4
+BossBotSecondaryRecoil,bot_boss_charge.glb,,-1,-1,,200,200,100,true,4
+GusWin,gus_win.glb,,262,-1,,,,,,
+GusWinloop,gus_win.glb,263,307,-1,,,,,true,
+GusLose,gus_lose.glb,,77,-1,,,,,,
+GusLoseloop,gus_lose.glb,78,-1,-1,,,,,true,
+GusPushback,gus_pushback.glb,,15,-1,,20,250,250,,
+HealingStationBrokerIdle,pam_broker_turret_idle.glb,1,41,,,,,,true,
+HealingStationBrokerSpawn,pam_broker_turret_spawn.glb,,-1,,,,,,,
+GusPortrait,gus_portrait.glb,,-1,-1,,,,,,
+KnightPizzaIdle,ash_pizza_idle.glb,,-1,-1,,100,100,,true,
+KnightPizzaWalk,ash_pizza_walk.glb,,-1,-1,,100,100,,true,
+KnightPizzaAttack,ash_pizza_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPizzaSuper,ash_pizza_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPizzaRecoil,ash_pizza_attack.glb,21,35,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPizzaSuperRecoil,ash_pizza_super.glb,6,20,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPizzaPushback,ash_pizza_pushback.glb,,10,-1,,30,100,100,,5
+KnightPizzaWin,ash_pizza_win.glb,,173,-1,,,,,,
+KnightPizzaWinloop,ash_pizza_win.glb,147,173,-1,,,,,true,
+KnightPizzaLose,ash_pizza_lose.glb,,176,-1,,,,,,
+KnightPizzaLoseloop,ash_pizza_lose.glb,139,176,-1,,,,,true,
+KnightPizzaPortrait,ash_pizza_portrait.glb,,-1,-1,,,,,,
+CrossBomberFrankenIdle,grom_franken_idle.glb,1,33,,,200,200,,true,
+CrossBomberFrankenWalk,grom_franken_walk.glb,1,26,,120,150,150,,true,1
+CrossBomberFrankenAttack,grom_franken_attack.glb,,5,,,,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+CrossBomberFrankenSecondary,grom_franken_attack.glb,3,20,,,100,100,50,,5
+CrossBomberFrankenRecoil,grom_franken_attack.glb,5,20,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+CrossBomberFrankenPushback,grom_franken_idle.glb,,10,,,50,100,50,,5
+CrossBomberFrankenWin,grom_franken_win.glb,1,248,,,,200,,,5
+CrossBomberFrankenWinloop,grom_franken_win.glb,205,248,,,100,100,,true,1
+CrossBomberFrankenLose,grom_franken_lose.glb,1,148,,,,300,300,,5
+CrossBomberFrankenLoseloop,grom_franken_lose.glb,118,148,,,100,100,,true,1
+CrossBomberFrankenProfile,grom_franken_idle.glb,1,1,,,,,,true,5
+JetpackGirlTopgunIdle,janet_idle.glb,,-1,-1,,100,100,,true,
+JetpackGirlTopgunWalk,janet_walk.glb,,-1,-1,80,100,100,,true,1
+JetpackGirlTopgunAttack,janet_attack.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JetpackGirlTopgunSuper,janet_super.glb,,-1,-1,,200,200,250,true,4
+JetpackGirlTopgunAttackRecoil,janet_attack.glb,1,-1,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JetpackGirlTopgunPushback,janet_pushback.glb,,10,-1,,10,,200,,
+JetpackGirlTopgunWin,janet_win.glb,,206,-1,,100,,,,
+JetpackGirlTopgunWinloop,janet_win.glb,207,234,-1,,,,,true,
+JetpackGirlTopgunLose,janet_lose.glb,,134,-1,,,,,,
+JetpackGirlTopgunLoseloop,janet_lose.glb,135,192,-1,,,,,true,
+JetpackGirlTopgunPortrait,janet_portrait.glb,,-1,-1,,,,,,
+ArtilleryDudeZombieIdle,penny_ghost_idle.glb,,-1,,,100,100,,true,
+ArtilleryDudeZombieWalk,penny_ghost_walk.glb,,27,,,100,100,,true,1
+ArtilleryDudeZombiePrimary,penny_ghost_attack.glb,1,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeZombieUltiAttack,penny_ghost_super.glb,,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeZombieRecoil,penny_ghost_attack.glb,1,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeZombieUltiRecoil,penny_ghost_super.glb,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeZombieReload,penny_ghost_idle.glb,,5,,,200,200,200,,
+ArtilleryDudeZombiePushback,penny_ghost_idle.glb,,-1,,,100,100,200,,5
+ArtilleryDudeZombieWin,penny_ghost_win.glb,1,194,,,,,,,
+ArtilleryDudeZombieWinloop,penny_ghost_win.glb,160,194,,,,,,true,
+ArtilleryDudeZombieLose,penny_ghost_lose.glb,1,192,,,,,,,
+ArtilleryDudeZombieLoseloop,penny_ghost_lose.glb,156,192,,,,,,true,
+ArtilleryDudeZombieProfile,penny_ghost_portrait.glb,1,1,,,,,,true,
+ShieldTankDefaultIdle,buster_idle.glb,,28,,,74,74,,true,
+ShieldTankDefaultWalk,buster_walk.glb,,29,,,100,100,,true,1
+ShieldTankDefaultPrimary,buster_attack.glb,,-1,,,1,300,300,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankDefaultSecondary,buster_attack.glb,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankDefaultRecoil,buster_attack.glb,,-1,,,1,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankDefaultRecoil2,buster_attack.glb,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankDefaultPushback,buster_idle.glb,,-1,,,100,100,100,,5
+ShieldTankDefaultWin,buster_win.glb,,159,,,,150,500,,5
+ShieldTankDefaultWinloop,buster_win.glb,131,159,,,150,,500,true,5
+ShieldTankDefaultLose,buster_lose.glb,,148,,,,,,,5
+ShieldTankDefaultLoseloop,buster_lose.glb,112,148,,,,,,true,5
+ShieldTankDefaultProfile,buster_portrait.glb,1,1,,,,,,,5
+ShieldTankDefaultIdle_transform,buster_idle_transform.glb,,28,,,74,74,,true,
+ShieldTankDefaultWalk_transform,buster_walk_transform.glb,,29,,,100,100,,true,1
+RocketGirlGhostIdle,brock_idle1.scw,,-1,,135,74,74,,true,
+RocketGirlGhostWalk,brock_walk1.scw,,-1,,150,100,100,,true,1
+RocketGirlGhostPrimary,brock_attack1.scw,,-1,,,1,300,300,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlGhostSecondary,brock_attack1.scw,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlGhostRecoil,brock_attack1.scw,,-1,,,1,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlGhostRecoil2,brock_attack1.scw,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+RocketGirlGhostPushback,brock_pushback1.scw,,-1,,,100,100,100,,5
+RocketGirlGhostWin,brock_ghost_win.glb,,50,,,,150,500,,5
+RocketGirlGhostWinloop,brock_ghost_winloop.glb,,59,,,150,,500,true,5
+RocketGirlGhostLose,brock_lose1.scw,1,70,,,,,,,5
+RocketGirlGhostLoseloop,brock_lose1.scw,70,110,,,,,,true,5
+RocketGirlGhostProfile,brock_ghost_portrait.glb,1,1,,,,,,,5
+PercenterInspectorIdle,colette_ghost_win.glb,170,209,-1,,100,100,,true,
+PercenterInspectorWalk,colette_ghost_walk.glb,1,-1,-1,,100,100,,true,1
+PercenterInspectorAttack,colette_ghost_attack.glb,1,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterInspectorSuper,colette_ghost_super.glb,,-1,,,50,50,50,true,5
+PercenterInspectorRecoil,colette_ghost_attack.glb,3,20,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PercenterInspectorWin,colette_ghost_win.glb,1,209,,,,1000,1000,,
+PercenterInspectorLose,colette_ghost_lose.glb,1,149,,,,,,,
+PercenterInspectorLoseloop,colette_ghost_lose.glb,150,178,,,,,,true,
+PercenterInspectorPortrait,colette_portrait.scw,1,1,,,,,,true,
+BlackHoleWorldfinalIdle,tara_world_final_idle.glb,1,-1,,,200,,,true,5
+BlackHoleWorldfinalWalk,tara_world_final_walk.glb,1,20,,80,200,,200,true,1
+BlackHoleWorldfinalPrimary,tara_world_final_walk.glb,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleWorldfinalSecondary,tara_world_final_ult.glb,1,4,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleWorldfinalRecoil,tara_world_final_attack.glb,4,20,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleWorldfinalSecondaryRecoil,tara_world_final_ult.glb,4,22,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BlackHoleWorldfinalReload,tara_world_final_idle.glb,1,12,,,,,50,,
+BlackHoleWorldfinalWin,tara_world_finals_win.glb,1,208,,,,,,,5
+BlackHoleWorldfinalWinloop,tara_world_finals_win.glb,164,208,,,,,,true,1
+BlackHoleWorldfinalLose,tara_world_finals_lose.glb,1,196,,,,,,,
+BlackHoleWorldfinalLoseloop,tara_world_finals_lose.glb,154,196,,,,,,true,
+BlackHoleWorldfinalProfile,tara_world_final_win.glb,34,34,,,,,,,5
+ShieldTankChainsawIdle,buster_ash_idle.glb,,28,,,74,74,,true,
+ShieldTankChainsawWalk,buster_ash_walk.glb,,29,,,100,100,,true,1
+ShieldTankChainsawPrimary,buster_ash_attack.glb,,-1,,,1,300,300,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankChainsawSecondary,buster_ash_attack.glb,,-1,,,1,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankChainsawRecoil,buster_ash_attack.glb,,-1,,,1,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankChainsawRecoil2,buster_ash_attack.glb,,-1,,,1,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShieldTankChainsawPushback,buster_ash_idle.glb,,-1,,,100,100,100,,5
+ShieldTankChainsawWin,buster_ash_win.glb,,169,,,,150,500,,5
+ShieldTankChainsawWinloop,buster_ash_win.glb,126,169,,,150,,500,true,5
+ShieldTankChainsawLose,buster_ash_lose.glb,1,208,,,,,,,5
+ShieldTankChainsawLoseloop,buster_ash_lose.glb,177,208,,,,,,true,5
+ShieldTankChainsawProfile,buster_ash_portrait.glb,3,3,,,,,,,5
+ArtilleryTurretGhostIdle,penny_ghost_turret_idle.glb,,-1,,,100,100,,true,
+ArtilleryTurretGhostAttack,penny_ghost_turret_attack.glb,3,-1,,,,,50,,4
+ArtilleryTurretGhostSpawn,penny_ghost_turret_spawn.glb,,35,,,,,100,,3
+ShieldTankChainsawIdle_transform,buster_ash_idle_transform.glb,,28,,,74,74,,true,
+ShieldTankChainsawWalk_transform,buster_ash_walk_transform.glb,,29,,,100,100,,true,1
+JesterDefaultIdle,chester_idle.glb,1,31,,,100,100,,true,
+JesterDefaultWalk,chester_run.glb,1,31,,170,100,100,,true,1
+JesterDefaultAttack,chester_attack.glb,11,42,,,50,100,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JesterDefaultSecondary,chester_attack.glb,11,42,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JesterDefaultRecoil,chester_attack.glb,28,42,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JesterDefaultRecoil2,chester_attack.glb,28,42,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JesterDefaultReload,chester_idle.glb,,7,,,,,100,,
+JesterDefaultPushback,chester_idle.glb,1,1,,,100,100,100,,5
+JesterDefaultWin,chester_win_1.glb,1,206,,,,10,100,,5
+JesterDefaultWinloop,chester_winloop.glb,,43,,,10,,,true,1
+JesterDefaultLose,chester_lose.glb,1,138,,,,,,,5
+JesterDefaultLoseloop,chester_lose.glb,139,183,,,,,,true,1
+JesterDefaultProfile,chester_portrait.glb,,,,,,,,true,5
+JesterDefaultIntro,chester_portrait.glb,,,,,,,,,
+FireDudeFrostIdle,amber_frost_idle.glb,1,-1,-1,,100,100,,true,
+FireDudeFrostWalk,amber_frost_walk.glb,1,22,-1,,100,100,,true,1
+FireDudeFrostAttack,amber_frost_attack.glb,5,10,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+FireDudeFrostRecoil,amber_frost_attack.glb,10,20,-1,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+FireDudeFrostPushback,amber_frost_pushback.glb,,-1,-1,,,,,,
+FireDudeFrostWin,amber_frost_win.glb,,151,-1,,,,,,
+FireDudeFrostWinloop,amber_frost_win.glb,110,151,-1,,,,,true,
+FireDudeFrostLose,amber_frost_lose.glb,,84,-1,,,,,,
+FireDudeFrostLoseloop,amber_frost_lose.glb,75,75,-1,,,,,true,
+FireDudeFrostPortrait,amber_frost_portrait.glb,,-1,,,,,,,
+KnightPinataIdle,ash_pinata_idle.glb,,-1,-1,,100,100,,true,
+KnightPinataWalk,ash_pinata_walk.glb,,-1,-1,,100,100,,true,
+KnightPinataAttack,ash_pinata_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPinataSuper,ash_pinata_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPinataRecoil,ash_pinata_attack.glb,21,35,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPinataSuperRecoil,ash_pinata_super.glb,6,20,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+KnightPinataPushback,ash_pinata_idle.glb,,10,-1,,30,100,100,,5
+KnightPinataWin,ash_pinata_win.glb,,132,-1,,,,,,
+KnightPinataWinloop,ash_pinata_win.glb,95,132,-1,,,,,true,
+KnightPinataLose,ash_pinata_lose.glb,,118,-1,,,,,,
+KnightPinataLoseloop,ash_pinata_lose.glb,118,118,-1,,,,,true,
+KnightPinataPortrait,ash_pinata_portrait.glb,,-1,-1,,,,,,
+KnightPetPinataIdle,ash_pet_idle.glb,,-1,-1,,,,,true,
+BarrelBotCupcakeIdle,darryl_cupcake_idle.glb,1,-1,,,100,100,,true,
+BarrelBotCupcakeWalk,darryl_walk.scw,1,20,,,100,100,,true,1
+BarrelBotCupcakePrimary,darryl_cupcake_attack.glb,,10,,,100,100,100,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCupcakeBarrelbotSecondary,darryl_cupcake_super.glb,,29,,,1,1,1,true,5
+BarrelBotCupcakeRecoil,darryl_recoil_01.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCupcakeRecoil2,darryl_recoil_02.scw,1,10,,,,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCupcakeReload,darryl_idle.scw,,-1,,,800,800,800,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BarrelBotCupcakePushback,darryl_pushback.scw,1,10,,,50,100,200,,5
+BarrelBotCupcakeBarrelbotWin,darryl_cupcake_win.glb,,120,,,,,200,,
+BarrelBotCupcakeBarrelbotWinloop,darryl_cupcake_win.glb,120,168,,,,,,true,
+BarrelBotCupcakeBarrelbotLose,darryl_cupcake_lose.glb,,79,,,,,200,,
+BarrelBotCupcakeBarrelbotLoseloop,darryl_cupcake_lose.glb,79,79,,,,,,true,
+BarrelBotCupcakeHide,darryl_win.scw,,1,,,200,200,100,true,
+BarrelBotCupcakeProfile,darryl_win.scw,44,44,,,,,,true,
+BeamerDefaultIdle,mandy_idle.glb,1,46,,,,,,true,
+BeamerDefaultWalk,mandy_walk.glb,1,21,,,,,,true,1
+BeamerDefaultAttack,mandy_attack.glb,1,12,,177,,,,,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
+BeamerDefaultSecondary,mandy_super.glb,,45,,,50,50,50,,5
+BeamerDefaultRecoil,mandy_attack.glb,7,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
+BeamerDefaultReload,mandy_idle.glb,,10,,,500,500,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
+BeamerDefaultPushback,mandy_idle.glb,1,10,,,50,50,100,,5
+BeamerDefaultWin,mandy_win.glb,1,230,,,,,,,5
+BeamerDefaultWinloop,mandy_win.glb,186,230,,,,,,true,1
+BeamerDefaultLose,mandy_lose.glb,1,223,,,,,,,5
+BeamerDefaultLoseloop,mandy_lose.glb,175,223,,,,,,true,1
+BeamerDefaultProfile,mandy_portrait.glb,,,,,,,,,5
+KnightKrampusIdle,ash_krampus_idle.glb,,-1,-1,,100,100,,true,
+KnightKrampusWalk,ash_krampus_walk.glb,,-1,-1,,100,100,,true,
+KnightKrampusAttack,ash_krampus_attack.glb,5,20,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+KnightKrampusSuper,ash_krampus_super.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+KnightKrampusRecoil,ash_krampus_attack.glb,21,35,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+KnightKrampusSuperRecoil,ash_krampus_super.glb,6,20,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+KnightKrampusPushback,ash_pushback.glb,,10,-1,,30,100,100,,5
+KnightKrampusWin,ash_krampus_win.glb,,154,-1,,,,,,
+KnightKrampusWinloop,ash_krampus_win.glb,154,193,-1,,,,,true,
+KnightKrampusLose,ash_krampus_lose.glb,,-1,-1,,,,,,
+KnightKrampusLoseloop,ash_krampus_lose.glb,116,158,-1,,,,,true,
+KnightKrampusPortrait,ash_krampus_portrait.glb,,-1,-1,,,,,,
+KnightPetKrampusIdle,ash_pet_idle.glb,,-1,-1,,,,,true,
+WeaponThrowerYetiIdle,bronson_yeti_idle.glb,1,73,,,100,100,,true,
+WeaponThrowerYetiWalk,bronson_yeti_walk.glb,1,29,,,100,100,,true,1
+WeaponThrowerYetiAttack,bronson_yeti_attack.glb,12,25,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerYetiAttackRecoil,bronson_yeti_attack.glb,22,30,,,10,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerYetiAttackRecoil2,bronson_yeti_attack.glb,30,35,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerYetiUltRecoil,bronson_yeti_super.glb,10,50,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerYetiUltRecoil2,bronson_yeti_small_super.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerYetiWin,bronson_yeti_win.glb,1,191,,,100,200,500,,
+WeaponThrowerYetiWinloop,bronson_yeti_win.glb,191,234,,,500,100,300,true,
+WeaponThrowerYetiLose,bronson_yeti_lose.glb,,79,,,100,100,200,,
+WeaponThrowerYetiLoseloop,bronson_yeti_lose.glb,79,79,,,1,100,200,true,
+WeaponThrowerYetiProfile,bronson_yeti_portrait.glb,1,1,,,,,,,
+ShamanGummybearIdle,nita_gummybear_idle.glb,1,34,,,100,100,,true,
+ShamanGummybearWalk,nita_gummybear_walk.glb,1,29,,170,100,100,,true,1
+ShamanGummybearAttack,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanGummybearSecondary,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanGummybearRecoil,nita_make_attack.glb,3,26,,,,,200,,spine_lower_s#4
+ShamanGummybearReload,nita_gummybear_idle.glb,,-1,,,,,100,,ChestBone#2
+ShamanGummybearPushback,nita_pushback.scw,,-1,,,100,100,100,,5
+ShamanGummybearWin,nita_gummybear_win.glb,1,182,,,,,,,5
+ShamanGummybearWinloop,nita_gummybear_win.glb,132,182,,,,,,true,1
+ShamanGummybearLose,nita_lose.scw,1,35,,,,,,,5
+ShamanGummybearLoseloop,nita_lose.scw,35,35,,,,,,true,1
+ShamanGummybearProfile,nita_win.scw,88,88,,,,,,,5
+ShamanPetGummybearIdle,bear_shiba_idle.scw,1,59,,,100,100,,true,
+ShamanPetGummybearBearWalk,nita_bear_walk.scw,1,40,,170,100,100,,true,1
+ShamanPetGummybearBearAttack,nita_bear_attack.scw,-1,-1,,,100,200,150,,spine_lower_s#4
+ShamanPetGummybearBearRecoil,nita_bear_attack.scw,-1,-1,,,1,1,50,,spine_lower_s#4
+ShamanPetGummybearBearPushback,nita_bear_idle.scw,-1,-1,,,200,300,500,,5
+BeamerLavaQueenIdle,mandy_lava_idle.glb,1,46,,,,,,true,
+BeamerLavaQueenWalk,mandy_lava_walk.glb,1,21,,,,,,true,1
+BeamerLavaQueenAttack,mandy_lava_attack.glb,1,12,,177,,,,,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
+BeamerLavaQueenSecondary,mandy_lava_super.glb,,45,,,50,50,50,,5
+BeamerLavaQueenRecoil,mandy_lava_attack.glb,7,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
+BeamerLavaQueenReload,mandy_lava_idle.glb,,10,,,500,500,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
+BeamerLavaQueenPushback,mandy_lava_idle.glb,1,10,,,50,50,100,,5
+BeamerLavaQueenWin,mandy_lava_win.glb,1,178,,,,,,,5
+BeamerLavaQueenWinloop,mandy_lava_win.glb,130,178,,,,,,true,1
+BeamerLavaQueenLose,mandy_lava_lose.glb,1,218,,,,,,,5
+BeamerLavaQueenLoseloop,mandy_lava_lose.glb,218,218,,,,,,true,1
+BeamerLavaQueenProfile,mandy_portrait.glb,,,,,,,,,5
+JesterGhostIdle,chester_idle.glb,1,31,,,100,100,,true,
+JesterGhostWalk,chester_run.glb,1,31,,170,100,100,,true,1
+JesterGhostAttack,chester_attack.glb,11,42,,,50,100,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JesterGhostSecondary,chester_attack.glb,11,42,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JesterGhostRecoil,chester_attack.glb,28,42,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JesterGhostRecoil2,chester_attack.glb,28,42,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JesterGhostReload,chester_idle.glb,1,1,,,,,100,,
+JesterGhostPushback,chester_idle.glb,1,1,,,100,100,100,,5
+JesterGhostWin,chester_win_1.glb,1,206,,,,10,100,,5
+JesterGhostWinloop,chester_winloop.glb,,43,,,10,,,true,1
+JesterGhostLose,chester_lose.glb,1,139,,,,,,,5
+JesterGhostLoseloop,chester_lose.glb,139,181,,,,,,true,1
+JesterGhostProfile,chester_portrait.glb,,,,,,,,true,5
+JesterGhostIntro,chester_portrait.glb,,,,,,,,,
+RopeDudeLollipopIdle,buzz_lollipop_idle.glb,,28,-1,,100,100,,true,
+RopeDudeLollipopWalk,buzz_lollipop_walk.glb,,27,-1,,100,100,,true,1
+RopeDudeLollipopAttack,buzz_lollipop_attack.glb,,28,-1,,,,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+RopeDudeLollipopSuperThrow,buzz_lollipop_super_throw.glb,,5,-1,,,,,,3
+RopeDudeLollipopSuperThrowRecoil,buzz_lollipop_super_throw.glb,3,20,-1,,,200,50,,4
+RopeDudeLollipopSuperJump,buzz_lollipop_super_jump.glb,,-1,-1,,100,,50,true,5
+RopeDudeLollipopWin,buzz_lollipop_win.glb,,134,-1,,,,,,
+RopeDudeLollipopWinloop,buzz_lollipop_win.glb,88,134,-1,,,,,true,
+RopeDudeLollipopLose,buzz_lollipop_lose.glb,,79,-1,,,,,,
+RopeDudeLollipopLoseloop,buzz_lollipop_lose.glb,57,79,-1,,,,,true,
+RopeDudeLollipopPortrait,buzz_lollipop_portrait.glb,,-1,-1,,,,,,
+AssaultShotgunArcadeIdle,griff_arcade_idle.glb,,38,-1,,100,100,,true,
+AssaultShotgunArcadeWalk,griff_arcade_walk.glb,,-1,-1,,100,100,,true,
+AssaultShotgunArcadeAttack,griff_arcade_attack.glb,,3,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+AssaultShotgunArcadeRecoil,griff_arcade_attack.glb,4,-1,-1,,,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+AssaultShotgunArcadeWin,griff_arcade_win.glb,,97,-1,,,,,,
+AssaultShotgunArcadeWinloop,griff_arcade_win.glb,71,97,-1,,,,,true,
+AssaultShotgunArcadeLose,griff_arcade_lose.glb,,138,-1,,50,,,,
+AssaultShotgunArcadeLoseloop,griff_arcade_lose.glb,64,138,-1,,,,,true,
+AssaultShotgunArcadePortrait,griff_arcade_portrait.glb,,-1,-1,,,,,,
+DoorManDefaultIdle,gray_idle.glb,,-1,,,100,100,,true,
+DoorManDefaultWalk,gray_walk.glb,,-1,,125,100,100,,true,1
+DoorManDefaultPrimary,gray_attack.glb,,-1,,,100,200,100,,spine_lower_s#3
+DoorManDefaultSecondary,gray_super.glb,,-1,,,200,200,100,,spine_lower_s#3
+DoorManDefaultRecoil,gray_attack.glb,1,10,,,100,100,200,,spine_lower_s#4
+DoorManDefaultRecoil2,gray_super.glb,1,10,,,100,100,200,,spine_lower_s#4
+DoorManDefaultReload,gray_idle.glb,1,3,,,800,800,800,,spine_lower_s#4
+DoorManDefaultPushback,gray_walk.glb,,-1,,,100,100,100,,5
+DoorManDefaultWin,gray_win.glb,,206,,,,,,,
+DoorManDefaultWinloop,gray_win.glb,206,238,,,,,,true,
+DoorManDefaultLose,gray_lose.glb,1,196,,,,,200,,
+DoorManDefaultLoseloop,gray_lose.glb,196,196,,,,,200,true,
+DoorManDefaultProfile,gray_portrait.glb,30,31,,,,,,,
+FleaBikerIdle,eve_biker_idle.glb,1,-1,-1,,400,400,,true,
+FleaBikerWalk,eve_biker_walk.glb,,-1,-1,,400,400,,true,1
+FleaBikerAttack,eve_biker_attack.glb,,31,-1,,,,,,3
+FleaBikerSuper,eve_biker_super.glb,,-1,-1,,,,,true,3
+FleaBikerAttackRecoil,eve_biker_attack.glb,5,-1,-1,,,100,300,,4
+FleaBikerSuperRecoil,eve_biker_super.glb,,-1,-1,,,100,100,,4
+FleaBikerPushback,eve_biker_pushback.glb,,25,-1,,,400,500,,5
+FleaBikerHappy,eve_biker_win.glb,,141,-1,,,,,,
+FleaBikerHappyLoop,eve_biker_win.glb,141,174,-1,,,,,true,
+FleaBikerSad,eve_biker_lose.glb,,109,-1,,,,,,
+FleaBikerSadLoop,eve_biker_lose.glb,109,109,-1,,,,,true,
+FleaBikerSadEnter,eve_biker_lose.glb,,,-1,,,,,,
+FleaBikerProfile,eve_biker_portrait_cam.glb,101,-1,-1,,,,,,
+SoulCollectorworldfinalsIdle,gus_world_finals_idle.glb,,-1,-1,,200,200,200,true,
+SoulCollectorworldfinalsWalk,gus_world_finals_walk.glb,1,28,-1,,200,200,200,true,1
+SoulCollectorworldfinalsPrimary,gus_world_finals_attack.glb,,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SoulCollectorworldfinalsPrimaryRecoil,gus_world_finals_attack.glb,,23,-1,,,100,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SoulCollectorworldfinalsPushback,gus_world_finals_pushback.glb,,15,-1,,20,250,250,,
+SoulCollectorworldfinalsWin,gus_world_finals_win.glb,,200,-1,,,,,,
+SoulCollectorworldfinalsWinloop,gus_world_finals_win.glb,118,158,-1,,,,,true,
+SoulCollectorworldfinalsLose,gus_world_finals_lose.glb,,148,-1,,,,,,
+SoulCollectorworldfinalsLoseloop,gus_world_finals_lose.glb,117,150,-1,,,,,true,
+SoulCollectorworldfinalsPortrait,gus_worldfinals_pose.glb,,,-1,,,,,,
+WeaponThrowerValentinesIdle,bronson_idle.glb,1,73,,,100,100,,true,
+WeaponThrowerValentinesWalk,bronson_walk.glb,1,29,,,100,100,,true,1
+WeaponThrowerValentinesAttack,bronson_attack.glb,12,25,,,,,10,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerValentinesAttackRecoil,bronson_attack.glb,22,30,,,10,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerValentinesAttackRecoil2,bronson_attack.glb,30,35,,,1,100,100,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerValentinesUltRecoil,bronson_super.glb,10,50,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerValentinesUltRecoil2,bronson_small_super.glb,,-1,,,1,100,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WeaponThrowerValentinesWin,bronson_valentines_win.glb,1,86,,,100,200,500,,
+WeaponThrowerValentinesWinloop,bronson_valentines_win.glb,86,159,,,500,100,300,true,
+WeaponThrowerValentinesLose,bronson_lose.glb,,108,,,100,100,200,,
+WeaponThrowerValentinesLoseloop,bronson_lose.glb,71,108,,,1,100,200,true,
+WeaponThrowerValentinesProfile,bronson_teddy_portrait.glb,1,1,,,,,,true,
+EveBabyBikerIdle,eve_baby_biker_idle.glb,,13,-1,,100,100,,true,
+EveBabyBikerWalk,eve_baby_biker_walk.glb,,14,-1,,100,100,,true,
+EveBabyBikerAttack,eve_baby_biker_attack.glb,,13,-1,,100,100,,true,
+EveEggBikerIdle,eve_egg_biker_idle.glb,,-1,-1,,100,100,,true,
+BeamerDefaultIdle_transform,mandy_idle_transform.glb,1,21,,,200,250,,true,
+BeamerLavaQueenIdle_transform,mandy_idle_transform.glb,1,21,,,200,250,,true,
+BeamerDefaultEnv,mandy_env.glb,1,854,,,,,,true,
+JesterDefaultEnv,chester_env.glb,1,300,,,,,,true,
+ShotgunGirloldschoolIdle,shelly_xmas_idle.glb,,-1,,,100,100,,true,
+ShotgunGirloldschoolWalk,shelly_xmas_walk.glb,1,30,,,100,100,,true,1
+ShotgunGirloldschoolPrimary,shelly_xmas_attack.glb,1,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirloldschoolSecondary,shelly_xmas_attack.glb,1,5,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirloldschoolRecoil,shelly_xmas_attack.glb,6,20,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ShotgunGirloldschoolReload,shelly_xmas_idle.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
+ShotgunGirloldschoolPushback,shelly_pushback.scw,,-1,,,100,100,100,,5
+ShotgunGirloldschoolWin,shelly_xmas_win.glb,1,59,,,,,,,5
+ShotgunGirloldschoolWinloop,shelly_xmas_win.glb,60,102,,,,,,true,1
+ShotgunGirloldschoolLose,shelly_lose.scw,1,50,,,,,,,5
+ShotgunGirloldschoolLoseloop,shelly_lose.scw,50,130,,,,,,true,1
+ShotgunGirloldschoolProfile,shelly_win.scw,80,80,,,,,,true,
+ShotgunGirloldschoolIntro,shelly_intro_pose.scw,,,,,,,,,
+DoorManRunawayIdle,gray_idle.glb,,-1,,,100,100,,true,
+DoorManRunawayWalk,gray_walk.glb,,-1,,125,100,100,,true,1
+DoorManRunawayPrimary,gray_attack.glb,,-1,,,100,200,100,,spine_lower_s#3
+DoorManRunawaySecondary,gray_super.glb,,-1,,,200,200,100,,spine_lower_s#3
+DoorManRunawayRecoil,gray_attack.glb,1,10,,,100,100,200,,spine_lower_s#4
+DoorManRunawayRecoil2,gray_super.glb,1,10,,,100,100,200,,spine_lower_s#4
+DoorManRunawayReload,gray_idle.glb,1,3,,,800,800,800,,spine_lower_s#4
+DoorManRunawayPushback,gray_walk.glb,,-1,,,100,100,100,,5
+DoorManRunawayWin,gray_runaway_win.glb,,206,,,,,,,
+DoorManRunawayWinloop,gray_runaway_win.glb,206,238,,,,,,true,
+DoorManRunawayLose,gray_lose.glb,1,196,,,,,200,,
+DoorManRunawayLoseloop,gray_lose.glb,196,196,,,,,200,true,
+DoorManRunawayProfile,gray_portrait.glb,30,31,,,,,,,
+SilencerOniIdle,otis_oni_idle.glb,1,60,,,100,100,,true,
+SilencerOniWalk,otis_oni_walk.glb,1,29,,115,100,100,,true,1
+SilencerOniAttack,otis_oni_attack.glb,8,15,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerOniSecondary,otis_oni_super.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerOniRecoil,otis_oni_attack.glb,12,23,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerOniSecondaryRecoil,otis_oni_super.glb,6,40,,,,,175,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SilencerOniWin,otis_oni_win.glb,,179,,,,,,,5
+SilencerOniWinloop,otis_oni_win.glb,137,179,,,,,,true,1
+SilencerOniLose,otis_oni_lose.glb,,158,,,,,,,
+SilencerOniLoseloop,otis_oni_lose.glb,122,182,,,,,,true,
+SilencerOniPortrait,otis_oni_portrait.glb,60,-1,,,,,,true,
+SilencerOniAddonStarfishIdle,starfish_addon_idle.glb,,-1,,,,,,true,
+SilencerOniAddonStarfishSpawn,starfishphara_addon_spawn.glb,1,-1,,,,,200,,5
+ArtilleryDudeDarkBunnyIdle,penny_bunny_dark_redux_idle.glb,1,30,,,100,100,,true,
+ArtilleryDudeDarkBunnyWalk,penny_bunny_dark_redux_walk.glb,1,29,,,100,100,,true,1
+ArtilleryDudeDarkBunnyPrimary,penny_bunny_dark_redux_attack.glb,1,20,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeDarkBunnyUltiAttack,penny_bunny_dark_redux_ulti.glb,,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeDarkBunnyRecoil,penny_bunny_dark_redux_attack.glb,1,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeDarkBunnyUltiRecoil,penny_bunny_redux_ulti.glb,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeDarkBunnyReload,penny_bunny_dark_redux_idle.glb,,5,,,200,200,200,,
+ArtilleryDudeDarkBunnyPushback,penny_bunny_dark_redux_idle.glb,,18,,,100,100,200,,5
+ArtilleryDudeDarkBunnyWin,penny_bunny_dark_redux_win.glb,1,150,,,,,,,
+ArtilleryDudeDarkBunnyWinloop,penny_bunny_dark_redux_win.glb,107,150,,,,,,true,
+ArtilleryDudeDarkBunnyLose,penny_bunny_dark_redux_lose.glb,1,105,,,,,,,
+ArtilleryDudeDarkBunnyLoseloop,penny_bunny_dark_redux_lose.glb,90,105,,,,,,true,
+ArtilleryDudeDarkBunnyProfile,penny_bunny_redux_portrait.glb,,,,,,,,true,
+MechanicSummerIdle,jessie_beach_idle_geo.glb,,-1,,,100,100,,true,
+MechanicSummerWalk,jessie_beach_walk_geo.glb,,-1,,,100,100,,true,1
+MechanicSummerPrimary,jessie_beach_attack_geo.glb,,4,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+MechanicSummerUltiAttack,jessie_beach_idle_geo.glb,,-1,,,200,200,10,true,5
+MechanicSummerRecoil,jessie_beach_attack_geo.glb,1,15,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+MechanicSummerUltiRecoil,jessie_beach_idle_geo.glb,,-1,,,200,200,100,,5
+MechanicSummerReload,jessie_beach_idle_geo.glb,,,,,200,200,200,,chest_s#2
+MechanicSummerPushback,jessie_beach_pushback_geo.glb,,10,,,100,100,100,true,5
+MechanicSummerWin,jessie_beach_win_geo.glb,1,150,,,,,,,
+MechanicSummerWinloop,jessie_beach_win_geo.glb,101,150,,,,,,true,
+MechanicSummerLose,jessie_beach_lose_geo.glb,1,99,,,,,,,
+MechanicSummerLoseloop,jessie_beach_lose_geo.glb,98,135,,,,,,true,
+MechanicSummerProfile,jessie_beach_portrait.glb,,,,,,,,true,
+TurretSummertimeIdle,jessie_turret_idle.glb,,-1,-1,,50,50,,true,
+TurretSummertimeAttack,jessie_turret_attack.glb,,11,-1,,,,20,,
+TurretSummertimeSpawn,jessie_turret_spawn.glb,,-1,-1,,,,50,,
+DuplicatorKitsuneIdle,lolla_kitsune_idle.glb,,-1,-1,,100,100,,true,
+DuplicatorKitsuneWalk,lolla_kitsune_walk.glb,,-1,-1,,100,100,,true,1
+DuplicatorKitsuneAttack,lolla_kitsune_attack.glb,,4,-1,,50,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorKitsuneSuper,lolla_kitsune_super.glb,,4,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorKitsuneRecoil,lolla_kitsune_attack.glb,5,17,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorKitsuneSuperRecoil,lolla_kitsune_super.glb,4,18,-1,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+DuplicatorKitsunePushback,lolla_kitsune_pushback.glb,,10,-1,,20,,100,,
+DuplicatorKitsuneWin,lolla_kitsune_win.glb,,148,-1,,,,800,,
+DuplicatorKitsuneWinloop,lolla_kitsune_win.glb,102,148,-1,,,,,true,
+DuplicatorKitsuneLose,lolla_kitsune_lose.glb,,188,-1,,,,,,
+DuplicatorKitsuneLoseloop,lolla_kitsune_lose.glb,154,188,-1,,,,,true,
+DuplicatorKitsunePortrait,lolla_kitsune_portrait.glb,,,-1,,,,,,
+DoorManDetectiveIdle,gray_investigator_idle.glb,,-1,,,100,100,,true,
+DoorManDetectiveWalk,gray_investigator_walk.glb,,-1,,125,100,100,,true,1
+DoorManDetectivePrimary,gray_investigator_attack.glb,,-1,,,100,200,100,,spine_lower_s#3
+DoorManDetectiveSecondary,gray_investigator_super.glb,,-1,,,200,200,100,,spine_lower_s#3
+DoorManDetectiveRecoil,gray_investigator_attack.glb,1,10,,,100,100,200,,spine_lower_s#4
+DoorManDetectiveRecoil2,gray_investigator_super.glb,1,10,,,100,100,200,,spine_lower_s#4
+DoorManDetectiveReload,gray_investigator_idle.glb,1,3,,,800,800,800,,spine_lower_s#4
+DoorManDetectivePushback,gray_investigator_walk.glb,,-1,,,100,100,100,,5
+DoorManDetectiveWin,gray_investigator_win.glb,,226,,,,,,,
+DoorManDetectiveWinloop,gray_investigator_win.glb,176,226,,,,,,true,
+DoorManDetectiveLose,gray_investigator_lose.glb,1,169,,,,,200,,
+DoorManDetectiveLoseloop,gray_investigator_lose.glb,169,204,,,,,200,true,
+DoorManDetectiveProfile,gray_investigator_portrait.glb,2,2,,,,,,,
+ControllerEasterIdle,nani_easter_idle.glb,1,45,,,100,100,,true,
+ControllerEasterWalk,nani_easter_walk.glb,1,27,,,100,100,,true,1
+ControllerEasterAttack,nani_easter_attack.glb,,5,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ControllerEasterSecondary,nani_super.scw,,-1,,,100,100,,true,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ControllerEasterRecoil,nani_easter_attack.glb,,23,,,,,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ControllerEasterReload,nani_easter_idle.glb,,10,,,200,200,100,,
+ControllerEasterPushback,nani_easter_pushback.glb,,-1,,,50,,100,,5
+ControllerEasterWin,nani_easter_win.glb,,209,,,,,,,1
+ControllerEasterWinloop,nani_easter_win.glb,168,209,,,,,,true,1
+ControllerEasterLose,nani_easter_lose.glb,,-1,,,,,,,1
+ControllerEasterLoseloop,nani_easter_lose.glb,113,173,,,,,,true,1
+ControllerEasterPortrait,nani_easter_portrait.glb,,-1,,,,,,,
+LuchadorButlerIdle,primo_butler_idle.glb,1,49,,,200,200,,true,
+LuchadorButlerWalk,primo_butler_walk.glb,1,27,,120,150,150,,true,1
+LuchadorButlerPrimary,primo_butler_attack.glb,,5,,,1,100,50,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorButlerSecondary,primo_butler_super.glb,,-1,,,100,100,,,5
+LuchadorButlerRecoil,primo_butler_attack.glb,5,12,,,,,50,,hips_s#5+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorButlerRecoil2,primo_butler_attack.glb,16,24,,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+LuchadorButlerPushback,primo_butler_idle.glb,,20,,,100,100,400,,5
+LuchadorButlerWin,primo_butler_win.glb,1,211,,,,,,,5
+LuchadorButlerWinloop,primo_butler_win.glb,149,211,,,,,,true,1
+LuchadorButlerLose,primo_butler_lose.glb,1,178,,,,,200,,5
+LuchadorButlerLoseloop,primo_butler_lose.glb,178,178,,,,,,true,1
+LuchadorButlerProfile,primo_butler_portrait.glb,74,74,,,,,,true,5
+LuchadorButlerIntro,primo_intro_pose.scw,,,,,,,,,
+HammerDudeknightIdle,frank_make_idle.glb,,-1,,,500,500,,true,
+HammerDudeknightWalk,frank_make_walk.glb,1,29,,120,300,300,,true,5
+HammerDudeknightPrimary,frank_make_attack_geo.glb,1,45,,,,,100,,5
+HammerDudeknightSecondary,frank_make_super.glb,1,50,,,100,100,,true,5
+HammerDudeknightRecoil,frank_make_attack_geo.glb,22,35,,,,,200,,5
+HammerDudeknightRecoil2,frank_make_super.glb,36,50,,,1,1,100,,5
+HammerDudeknightReloading,frank_make_idle.glb,,6,,,,,50,,
+HammerDudeknightPushback,frank_pushback.scw,,-1,,,120,120,400,,5
+HammerDudeknightWin,frank_make_win.glb,1,118,,,,,,,5
+HammerDudeknightWinloop,frank_make_win.glb,118,168,,,,,,true,1
+HammerDudeknightLose,frank_make_lose.glb,1,100,,,,,,,5
+HammerDudeknightLoseloop,frank_make_lose.glb,100,119,,,,,,true,1
+HammerDudeknightProfile,frank_make_portrait.glb,44,44,,,,,,true,
+HammerDudeknightIntro,frank_intro_pose.scw,,,,,,,,,
+BullDudeAlleycatIdle,bull_alleycat_idle.glb,,29,,,150,150,,true,
+BullDudeAlleycatWalk,bull_alleycat_walk.glb,,21,,,100,100,,true,1
+BullDudeAlleycatPrimary,bull_alleycat_attack.glb,,19,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeAlleycatSecondary,bull_alleycat_super.glb,,21,,150,66,66,133,true,5
+BullDudeAlleycatRecoil,bull_alleycat_attack.glb,4,20,,,50,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+BullDudeAlleycatReload,bull_alleycat_idle.glb,1,10,,200,250,250,250,,ChestBone#2
+BullDudeAlleycatPushback,bull_rock_pushback.scw,,-1,,,100,100,100,,5
+BullDudeAlleycatWin,bull_alleycat_win.glb,,157,,,,,,,5
+BullDudeAlleycatWinloop,bull_alleycat_win.glb,157,201,,,,,,true,5
+BullDudeAlleycatLose,bull_alleycat_lose.glb,,136,,,,,,,5
+BullDudeAlleycatLoseloop,bull_alleycat_lose.glb,136,190,,,,,,true,5
+BullDudeAlleycatProfile,bull_alleycat_portrait.glb,,,,,,,,true,5
+TntDudeTenguIdle,dynamike_tengu_idle.glb,,-1,,,100,100,,true,0
+TntDudeTenguWalk,dynamike_tengu_walk.glb,1,29,,150,100,100,,true,1
+TntDudeTenguPrimary,dynamike_tengu_attack.glb,1,5,,,,,10,,hips_s#3
+TntDudeTenguSecondary,dynamike_tengu_super.glb,1,5,,,,,10,true,hips_s#3
+TntDudeTenguRecoil,dynamike_tengu_attack.glb,5,20,,,,,100,,hips_s#4
+TntDudeTenguUlti,dynamike_tengu_super.glb,5,20,,,,,100,,hips_s#4
+TntDudeTenguReload,dynamike_tengu_walk.glb,1,5,,150,66,66,6,,spine_lower_s#0
+TntDudeTenguPushback,dynamike_tengu_pushback.glb,,-1,,,100,100,100,,5
+TntDudeTenguWin,dynamike_tengu_win.glb,1,118,,,,,,,
+TntDudeTenguWinloop,dynamike_tengu_win.glb,118,160,,80,,,,true,
+TntDudeTenguLose,dynamike_tengu_lose.glb,,152,,,,,,,
+TntDudeTenguLoseloop,dynamike_tengu_lose.glb,152,185,,,,,,true,
+TntDudeTenguProfile,dynamike_tengu_portrait.glb,20,20,,,,,,true,
+WhirlwindRamadanIdle,carl_ramadan_idle.glb,1,180,,,100,100,,true,
+WhirlwindRamadanWalk,carl_ramadan_walk.glb,1,20,,,100,100,,true,1
+WhirlwindRamadanAttack,carl_ramadan_attack.glb,1,35,,,100,100,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WhirlwindRamadanSecondary,carl_ramadan_super.glb,1,35,,,200,200,200,true,5
+WhirlwindRamadanAttackRecoil,carl_ramadan_attack.glb,1,35,,,100,200,200,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+WhirlwindRamadanSecondaryRecoil,carl_ramadan_super.glb,1,35,,,,,,true,5
+WhirlwindRamadanReload,carl_ramadan_attack.glb,17,25,,,100,100,100,,5
+WhirlwindRamadanWin,carl_ramadan_win.glb,1,200,,,,,,,
+WhirlwindRamadanWinloop,carl_ramadan_win.glb,171,200,,,,,,true,
+WhirlwindRamadanLose,carl_ramadan_lose.glb,1,192,,,,,,,
+WhirlwindRamadanLoseloop,carl_ramadan_lose.glb,153,192,,,,,,true,
+WhirlwindRamadanProfile,carl_ramadan_portrait.glb,3,3,,,,,,true,
+ArtilleryGalElfIdle,mari_idle.scw,,28,,,100,100,,true,
+ArtilleryGalElfWalk,mari_walk.scw,,28,,,100,100,,true,1
+ArtilleryGalElfPrimary,mari_attack.scw,1,20,,,,,1,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalElfUltiAttack,mari_ult.scw,1,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalElfRecoil,mari_attack.scw,5,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalElfUltiRecoil,mari_ult.scw,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryGalElfReload,mari_idle.scw,,5,,,200,200,200,,
+ArtilleryGalElfPushback,mari_idle.scw,,20,,,100,100,200,,5
+ArtilleryGalElfWin,mari_win.scw,1,61,,,,,,,
+ArtilleryGalElfWinloop,mari_win.scw,62,90,,,,,,true,
+ArtilleryGalElfLose,mari_lose.scw,1,50,,,,,,,
+ArtilleryGalElfLoseloop,mari_lose.scw,40,50,,,,,,true,
+ArtilleryGalElfProfile,mari_win.scw,1,1,,,,,,true,
+ArtilleryDudeSmugglerIdle,penny_smuggler_idle.glb,,-1,,,100,100,,true,
+ArtilleryDudeSmugglerArtilleryGalWalk,mari_walk.scw,,28,,150,100,100,,true,1
+ArtilleryDudeSmugglerArtilleryGalPrimary,mari_attack.scw,1,20,,,,,1,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSmugglerArtilleryGalUltiAttack,mari_attack.scw,1,5,,,,,10,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSmugglerArtilleryGalRecoil,mari_attack.scw,5,20,,,,,150,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSmugglerArtilleryGalUltiRecoil,mari_ult.scw,5,22,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+ArtilleryDudeSmugglerArtilleryGalReload,mari_idle.scw,,5,,,200,200,200,,
+ArtilleryDudeSmugglerArtilleryGalPushback,mari_attack.scw,,-1,,,100,100,200,,5
+ArtilleryDudeSmugglerWin,penny_smuggler_win.glb,1,61,-1,,,,,,
+ArtilleryDudeSmugglerWinloop,penny_smuggler_win.glb,62,90,-1,,,,,true,
+ArtilleryDudeSmugglerArtilleryGalLose,mari_lose.scw,1,105,,,,,,,
+ArtilleryDudeSmugglerArtilleryGalLoseloop,mari_lose.scw,40,50,,,,,,true,
+ArtilleryDudeSmugglerPortrait,penny_portrait.glb,1,1,-1,,,,,true,
+ArtilleryTurretElfIdle,turret_idle.scw,,-1,,,,,,true,
+ArtilleryTurretElfAttack,turret_attack.scw,,-1,,,,,1,,4
+ArtilleryTurretElfSpawn,turret_spawn.scw,,-1,,,,,1,,3
+SniperMariposaIdle,piper_noir_idle.glb,1,41,,,100,100,,true,
+SniperMariposaWalk,piper_noir_walk.glb,1,20,,,100,100,,true,1
+SniperMariposaAttack,piper_noir_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
+SniperMariposaSecondary,piper_noir_super.glb,,-1,,,50,50,50,,5
+SniperMariposaRecoil,piper_noir_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
+SniperMariposaReload,piper_noir_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
+SniperMariposaPushback,piper_noir_pushback.glb,1,10,,,50,50,100,,5
+SniperMariposaWin,piper_noir_win.glb,1,147,,,,,,,5
+SniperMariposaWinloop,piper_noir_win.glb,147,188,,,,,,true,1
+SniperMariposaLose,piper_noir_lose.glb,1,160,,,,,,,5
+SniperMariposaLoseloop,piper_noir_lose.glb,125,160,,,,,,true,1
+SniperMariposaProfile,piper_noir_portrait.glb,,,,,,,,,5
+JetpackGirlPopstarIdle,janet_popstar_idle.glb,,-1,-1,,100,100,,true,
+JetpackGirlPopstarWalk,janet_popstar_walk.glb,,-1,-1,80,100,100,,true,1
+JetpackGirlPopstarAttack,janet_popstar_attack.glb,,5,-1,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+JetpackGirlPopstarSuper,janet_popstar_super.glb,,-1,-1,,200,200,250,true,4
+JetpackGirlPopstarAttackRecoil,janet_popstar_attack.glb,1,-1,-1,,,,50,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+JetpackGirlPopstarPushback,janet_pushback.glb,,10,-1,,10,,200,,
+JetpackGirlPopstarWin,janet_popstar_win.glb,,220,-1,,100,,,,
+JetpackGirlPopstarWinloop,janet_popstar_win.glb,178,220,-1,,,,,true,
+JetpackGirlPopstarLose,janet_popstar_lose.glb,,134,-1,,,,,,
+JetpackGirlPopstarLoseloop,janet_popstar_lose.glb,143,184,-1,,,,,true,
+JetpackGirlPopstarPortrait,janet_popstar_portrait.glb,,-1,-1,,,,,,
+PuppeteerDefaultIdle,willow_idle.glb,,31,,,100,100,,true,
+PuppeteerDefaultWalk,willow_walk.glb,1,23,,,100,100,,true,1
+PuppeteerDefaultPrimary,willow_attack.glb,1,29,,,,,,,hips_s#3+L_upperLeg_s#0+R_upperLeg_s#0
+PuppeteerDefaultSecondary,willow_attack.glb,1,29,,,,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PuppeteerDefaultRecoil,willow_attack.glb,6,29,,,,,100,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+PuppeteerDefaultWin,willow_win.glb,1,185,,,,,,,5
+PuppeteerDefaultWinloop,willow_win.glb,185,227,,,,,,true,1
+PuppeteerDefaultLose,willow_lose.glb,1,125,,,,,,,5
+PuppeteerDefaultLoseloop,willow_lose.glb,125,167,,,,,,true,1
+PuppeteerDefaultProfile,willow_portrait.glb,,,,,,,,true,
+PuppeteerDefaultIntro,willow_win.glb,250,250,,,,,,,
+SplitterCultistIdle,rt_cultist_idle.glb,1,29,,,100,100,,true,
+SplitterCultistWalk,rt_cultist_walk.glb,1,20,,,100,100,,true,1
+SplitterCultistAttack,rt_cultist_attack.glb,1,13,,,50,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterCultistRecoil,rt_cultist_super.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterCultistWin,rt_cultist_win.glb,1,128,,,,,,,
+SplitterCultistWinloop,rt_cultist_win.glb,128,161,,,,,,true,
+SplitterCultistLose,rt_cultist_lose.glb,1,181,,,,,,,
+SplitterCultistLoseloop,rt_cultist_lose.glb,156,181,,,,,,true,
+SplitterCultistProfile,rt_cultist_portrait.glb,,,,,,,,true,
+SplitterCultistWalk_transform,rt_cultist_move_transform.glb,1,20,,,100,100,,true,1
+SplitterCultistAttack_transform,rt_cultist_move_transform.glb,1,20,,,100,100,,true,1
+SplitterCultistIdle_transform,rt_cultist_move_transform.glb,1,20,,,100,100,,true,1
+SplitterPoliceIdle,rt_police_idle.glb,1,29,,,100,100,,true,
+SplitterPoliceWalk,rt_police_walk_geo.glb,1,20,,,100,100,,true,1
+SplitterPoliceAttack,rt_police_attack.glb,1,13,,,50,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterPoliceRecoil,rt_police_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterPoliceWin,rt_police_win_geo.glb,1,148,,,,,,,
+SplitterPoliceWinloop,rt_police_win_geo.glb,100,148,,,,,,true,
+SplitterPoliceLose,rt_police_lose.glb,1,139,,,,,,,
+SplitterPoliceLoseloop,rt_police_lose.glb,82,139,,,,,,true,
+SplitterPoliceProfile,rt_portrait.glb,1,1,,,,,,true,
+SplitterPoliceWalk_transform,rt_police_move_transform.glb,1,20,,,100,100,,true,1
+SplitterPoliceAttack_transform,rt_police_move_transform.glb,1,20,,,100,100,,true,1
+SplitterPoliceIdle_transform,rt_police_move_transform.glb,1,20,,,100,100,,true,1
+SplitterDefaultIdle,rt_idle.glb,1,29,,,100,100,,true,
+SplitterDefaultWalk,rt_walk.glb,1,20,,,100,100,,true,1
+SplitterDefaultAttack,rt_attack.glb,1,13,,,50,,,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterDefaultRecoil,rt_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterDefaultWin,rt_win.glb,1,148,,,,,,,
+SplitterDefaultWinloop,rt_win.glb,100,148,,,,,,true,
+SplitterDefaultLose,rt_lose.glb,1,99,,,,,,,
+SplitterDefaultLoseloop,rt_lose.glb,77,139,,,,,,true,
+SplitterDefaultProfile,rt_portrait.glb,1,1,,,,,,true,
+SplitterLegsDefaultIdle,rt_idle.glb,1,29,,,100,100,,true,
+SplitterLegsDefaultWalk,rt_walk.glb,1,20,,,100,100,,true,1
+SplitterLegsDefaultAttack,rt_idle.glb,1,29,,,100,100,,true,
+SplitterLegsDefaultRecoil,rt_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterLegsDefaultWin,rt_win.glb,1,148,,,,,,,
+SplitterLegsDefaultWinloop,rt_win.glb,101,148,,,,,,true,
+SplitterLegsDefaultLose,rt_lose.glb,1,139,,,,,,,
+SplitterLegsDefaultLoseloop,rt_lose.glb,82,139,,,,,,true,
+SplitterLegsDefaultProfile,rt_potrait.glb,1,1,,,,,,true,
+SplitterDefaultWalk_transform,rt_move_transform.glb,1,20,,,100,100,,true,1
+SplitterDefaultAttack_transform,rt_move_transform.glb,1,20,,,100,100,,true,1
+SplitterDefaultIdle_transform,rt_move_transform.glb,1,20,,,100,100,,true,1
+SplitterLegsCultistIdle,rt_cultist_attack.glb,5,8,,,100,100,,,1
+SplitterLegsCultistWalk,rt_cultist_attack.glb,5,8,,,100,100,,,1
+SplitterLegsCultistAttack,rt_cultist_attack.glb,1,8,,,100,100,,true,1
+SplitterLegsCultistRecoil,rt_cultist_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterLegsCultistWin,rt_cultist_win.glb,1,148,,,,,,,
+SplitterLegsCultistWinloop,rt_cultist_win.glb,101,148,,,,,,true,
+SplitterLegsCultistLose,rt_cultist_lose.glb,1,139,,,,,,,
+SplitterLegsCultistLoseloop,rt_cultist_lose.glb,82,139,,,,,,true,
+SplitterLegsCultistProfile,rt_potrait.glb,1,1,,,,,,true,
+SplitterLegsPoliceIdle,rt_idle.glb,1,29,,,100,100,,true,
+SplitterLegsPoliceWalk,rt_walk.glb,1,20,,,100,100,,true,1
+SplitterLegsPoliceAttack,rt_idle.glb,1,29,,,100,100,,true,
+SplitterLegsPoliceRecoil,rt_attack.glb,5,-1,,,,,250,,hips_s#4+L_upperLeg_s#0+R_upperLeg_s#0
+SplitterLegsPoliceWin,rt_win.glb,1,148,,,,,,,
+SplitterLegsPoliceWinloop,rt_win.glb,101,148,,,,,,true,
+SplitterLegsPoliceLose,rt_lose.glb,1,139,,,,,,,
+SplitterLegsPoliceLoseloop,rt_lose.glb,82,139,,,,,,true,
+SplitterLegsPoliceProfile,rt_potrait.glb,1,1,,,,,,true,
diff --git a/CN-48.326/csv_client/billing_packages.csv b/CN-48.326/csv_client/billing_packages.csv
new file mode 100644
index 000000000..2a031cd36
--- /dev/null
+++ b/CN-48.326/csv_client/billing_packages.csv
@@ -0,0 +1,250 @@
+"Name","TID","Type","TypeCN","Disabled","ExistsApple","ExistsAndroid","ExistsCN","DisabledCN","ExistsAppleCN","ExistsAndroidCN","Diamonds","USD","Order","RMB","TencentID","IconExportName","FrameNumber","StarterPackNumber","XpLevelReq","ValueFactor","LabelTID","LabelValue","Bg","Decor","IsPromotion","Coins","RefundGemValue","PricePointGemValue","SCIDStore","PremiumPass"
+"String","String","int","int","boolean","boolean","boolean","boolean","boolean","boolean","boolean","int","int","int","int","string","string","int","int","int","int","String","int","int","int","boolean","int","int","int","boolean","boolean"
+"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","FALSE","FALSE","FALSE","TRUE",,,110,299,0,,,,,1,5,4,,,1,0,,600,181,,,
+"com.supercell.laser.starterpack2","TID_STARTER_PACK_2",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,190,399,0,,,,,2,15,4,,,1,0,,450,243,,,
+"com.supercell.laser.starterpack3","TID_STARTER_PACK_3",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,240,499,0,,,,,3,25,4,,,1,0,,700,322,,,
+"com.supercell.laser.starterpack4","TID_STARTER_PACK_4",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,320,599,0,,,,,4,35,4,,,1,0,,700,402,,,
+"com.supercell.laser.xmas2018pack","TID_IAP_XMAS2018_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,330,499,9,,,,,,,4,,,3,1,,,330,,,
+"com.supercell.laser.starterpackx","TID_STARTER_PACK_0",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,330,499,0,,,,,0,0,4,,,1,3,,,330,,,
+"com.supercell.laser.starterpack5","TID_STARTER_PACK_5",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,340,699,0,,,,,5,50,4,,,1,0,,900,446,,,
+"com.supercell.laser.starterpack6","TID_STARTER_PACK_6",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,420,799,0,,,,,6,75,4,,,1,0,,900,526,,,
+"com.supercell.laser.starterpack7","TID_STARTER_PACK_7",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,390,899,0,,,,,7,100,4,,,1,0,,2000,625,,,
+"com.supercell.laser.lny2019pack","TID_IAP_LNY2019_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,330,999,9,,,,,,,3,,,3,2,,1500,506,,,
+"com.supercell.laser.march2019pack","TID_IAP_REFRESHER_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,191,499,9,,,,,,,4,,,1,3,,1111,322,,,
+"com.supercell.laser.starterpack8","TID_STARTER_PACK_8",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,470,999,0,,,,,8,125,4,,,1,0,,2000,705,,,
+"com.supercell.laser.goldenweek","TID_IAP_GOLDENWEEK_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,330,999,9,,,,,,,3,,,4,4,,1500,506,,,
+"com.supercell.laser.retropolisgempack","TID_IAP_RETROPOLIS_PACK",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,250,499,0,,,,,,,3,,,4,5,,,250,,,
+"com.supercell.laser.retropoliscoins1","TID_IAP_RETROCOIN_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,,3,,,3,5,,2100,247,,,
+"com.supercell.laser.retropoliscoins2","TID_IAP_RETROCOIN_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,1,,,,,,,3,,,3,5,,2100,247,,,
+"com.supercell.laser.retropoliscoins3","TID_IAP_RETROCOIN_PACK_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,2,,,,,,,3,,,3,5,,2100,247,,,
+"com.supercell.laser.sprinkle0","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,80,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle1","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,1,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle2","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,80,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle3","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle4","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle5","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle6","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle7","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle8","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.sprinkle9","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,0,99,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.som1","TID_IAP_SOM_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,,2,,,3,4,,1700,200,,,
+"com.supercell.laser.som2","TID_IAP_SOM_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,999,9,,,,,,,2,,,3,4,,4200,494,,,
+"com.supercell.laser.som3","TID_IAP_SOM_PACK_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,820,1999,9,,,,,,,2,,,1,4,,0,820,,,
+"com.supercell.laser.som4","TID_IAP_SOM_PACK_4",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,570,999,9,,,,,,,4,,,1,4,,2000,805,,,
+"com.supercell.laser.august1","TID_IAP_AUGUST_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,370,999,9,,,,,,,3,,,1,4,,2000,605,,,
+"com.supercell.laser.august2","TID_IAP_AUGUST_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,790,1999,9,,,,,,,3,,,1,4,,2000,1025,,,
+"com.supercell.laser.flash1","TID_IAP_FLASH_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,499,9,,,,,,,,"TID_BEST_VALUE_EXTRA",25,4,4,,0,100,,,
+"com.supercell.laser.flash2","TID_IAP_FLASH_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1100,2999,9,,,,,,,4,,,1,4,,8000,2041,,,
+"com.supercell.laser.moon191","TID_IAP_MOON_19_PACK_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,260,999,9,,,,,,,3,,,1,4,,2000,495,,,
+"com.supercell.laser.moon192","TID_IAP_MOON_19_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1250,4999,9,,,,,,,,"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",,,340,999,9,,,,,,,3,,,1,4,,1500,516,,,
+"com.supercell.laser.b2s192","TID_IAP_B2S_19_PACK_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,,5,,,3,4,,3500,412,,,
+"com.supercell.laser.b2s193","TID_IAP_B2S_19_PACK_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,45,199,9,,,,,,,,"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",,,80,199,9,,,,,,,,"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,,,,,,,3,,,3,4,,2100,247,,,
+"com.supercell.laser.cw193","TID_IAP_CYBER_WEEK_19_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,190,299,9,,,,,,,5,,,1,4,,500,249,,,
+"com.supercell.laser.gstar2019","TID_IAP_GSTAR2019_FINALS",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1110,4999,9,,,,,,,3,,,6,4,,12000,2522,,,
+"com.supercell.laser.bow191","TID_IAP_BRAWLOWEEN_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,420,999,9,,,,,,,4,,,1,4,,2100,667,,,
+"com.supercell.laser.bow192","TID_IAP_BRAWLOWEEN_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,699,9,,,,,,,3,,,3,4,,3000,353,,,
+"com.supercell.laser.bow193","TID_IAP_BRAWLOWEEN_19_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,380,1499,9,,,,,,,,"TID_BEST_VALUE_DISCOUNT",25,4,4,,0,380,,,
+"com.supercell.laser.arabic01","TID_IAP_ARABIC_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,110,199,9,,,,,,,5,,,1,4,,480,166,,,
+"com.supercell.laser.arabic02","TID_IAP_ARABIC_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,9,,,,,,,4,,,3,4,,2800,329,,,
+"com.supercell.laser.xmas190","TID_IAP_XMAS_19_0",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,360,999,9,,,,,,,3,,,7,4,,1200,501,,,
+"com.supercell.laser.xmas191","TID_IAP_XMAS_19_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,80,99,9,,,,,,,5,,,7,4,,0,80,,,
+"com.supercell.laser.xmas192","TID_IAP_XMAS_19_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,340,499,9,,,,,,,5,,,7,4,,600,411,,,
+"com.supercell.laser.xmas193","TID_IAP_XMAS_19_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,510,999,9,,,,,,,5,,,7,4,,2700,828,,,
+"com.supercell.laser.xmas194","TID_IAP_XMAS_19_4",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,930,1999,9,,,,,,,5,,,7,4,,6000,1636,,,
+"com.supercell.laser.cp1119","TID_IAP_COINPACK_11_19",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,299,9,,,,,,,3,,,3,4,,1250,147,,,
+"com.supercell.laser.xmas195","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,199,9,,,,,,,5,,,7,4,,0,160,,,
+"com.supercell.laser.xmas196","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,470,699,9,,,,,,,5,,,7,4,,900,576,,,
+"com.supercell.laser.xmas197","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,640,1299,9,,,,,,,5,,,7,4,,3500,1052,,,
+"com.supercell.laser.xmas198","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1140,2499,9,,,,,,,5,,,7,4,,8000,2081,,,
+"com.supercell.laser.xmas199","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,299,9,,,,,,,5,,,7,4,,700,242,,,
+"com.supercell.laser.xmas200","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,470,799,9,,,,,,,5,,,7,4,,1700,670,,,
+"com.supercell.laser.xmas201","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,640,1499,9,,,,,,,5,,,7,4,,5100,1240,,,
+"com.supercell.laser.xmas202","TID_IAP_XMAS_19_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1140,2999,9,,,,,,,5,,,7,4,,11500,2493,,,
+"com.supercell.laser.ny201","TID_IAP_NEW_YEAR_20",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,180,499,9,,,,,,,3,,,1,4,,600,251,,,
+"com.supercell.laser.cp0120","TID_IAP_COINPACK_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,99,9,,,,,,,4,,,3,4,,550,65,,,
+"com.supercell.laser.cp0121","TID_IAP_COINPACK_GENERIC",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,199,9,,,,,,,3,,,3,4,,1400,165,,,
+"com.supercell.laser.lny201","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,299,9,,,,,,,5,,,8,4,,800,254,,,
+"com.supercell.laser.lny202","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,299,9,,,,,,,4,,,8,4,,350,201,,,
+"com.supercell.laser.lny203","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,230,499,9,,,,,,,4,,,8,4,,900,336,,,
+"com.supercell.laser.lny204","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,460,999,9,,,,,,,4,,,8,4,,1700,660,,,
+"com.supercell.laser.lny205","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,900,1999,9,,,,,,,4,,,8,4,,3600,1324,,,
+"com.supercell.laser.lny206","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,240,399,9,,,,,,,5,,,8,4,,800,334,,,
+"com.supercell.laser.lny207","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,240,499,9,,,,,,,4,,,8,4,,800,334,,,
+"com.supercell.laser.lny208","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,520,999,9,,,,,,,4,,,8,4,,1200,661,,,
+"com.supercell.laser.lny209","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,750,1499,9,,,,,,,4,,,8,4,,2100,997,,,
+"com.supercell.laser.lny2010","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1300,2999,9,,,,,,,4,,,8,4,,6000,2006,,,
+"com.supercell.laser.lny2011","TID_IAP_LNY2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,130,199,9,,,,,,,5,,,8,4,,300,165,,,
+"com.supercell.laser.tgs201","TID_IAP_TGS2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,499,9,,,,,,,3,,,1,4,,750,248,,,
+"com.supercell.laser.tgs202","TID_IAP_TGS2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,320,999,9,,,,,,,3,,,1,4,,1500,496,,,
+"com.supercell.laser.vd20","TID_IAP_VD2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,230,499,9,,,,,,,3,,,1,4,,300,265,,,
+"com.supercell.laser.mar20","TID_IAP_MAR2020",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,470,999,9,,,,,,,3,,,1,4,,200,494,,,
+"com.supercell.laser.brawlpass0","TID_SHOP_SPECIAL_OFFER",5,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,,,,,,,,,0,,,
+"com.supercell.laser.brawlpass1","TID_SHOP_SPECIAL_OFFER",5,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,,,,,,,,,0,,,
+"com.supercell.laser.0320gp","TID_SHOP_SPECIAL_OFFER",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,415,1999,9,,,,,,,,"TID_BEST_VALUE_EXTRA",15,4,4,,0,415,,,
+"com.supercell.laser.0320backup","TID_SHOP_SPECIAL_OFFER",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,270,499,9,,,,,,,3,,,1,4,,0,270,,,
+"com.supercell.laser.bundle099","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,99,0,,,,,,,,,,,,,,,15,,
+"com.supercell.laser.bundle199","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,199,0,,,,,,,,,,,,,,,30,,
+"com.supercell.laser.bundle299","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,299,0,,,,,,,,,,,,,,,48,,
+"com.supercell.laser.bundle399","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,399,0,,,,,,,,,,,,,,,64,,
+"com.supercell.laser.bundle499","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,499,0,,,,,,,,,,,,,,,80,,
+"com.supercell.laser.bundle599","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,599,0,,,,,,,,,,,,,,,102,,
+"com.supercell.laser.bundle699","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,699,0,,,,,,,,,,,,,,,119,,
+"com.supercell.laser.bundle799","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,799,0,,,,,,,,,,,,,,,136,,
+"com.supercell.laser.bundle899","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,899,0,,,,,,,,,,,,,,,153,,
+"com.supercell.laser.bundle999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,999,0,,,,,,,,,,,,,,,170,,
+"com.supercell.laser.bundle1099","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1099,0,,,,,,,,,,,,,,,198,,
+"com.supercell.laser.bundle1199","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1199,0,,,,,,,,,,,,,,,216,,
+"com.supercell.laser.bundle1299","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1299,0,,,,,,,,,,,,,,,234,,
+"com.supercell.laser.bundle1399","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1399,0,,,,,,,,,,,,,,,252,,
+"com.supercell.laser.bundle1499","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1499,0,,,,,,,,,,,,,,,270,,
+"com.supercell.laser.bundle1599","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1599,0,,,,,,,,,,,,,,,288,,
+"com.supercell.laser.bundle1699","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1699,0,,,,,,,,,,,,,,,306,,
+"com.supercell.laser.bundle1799","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1799,0,,,,,,,,,,,,,,,324,,
+"com.supercell.laser.bundle1899","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1899,0,,,,,,,,,,,,,,,342,,
+"com.supercell.laser.bundle1999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,1999,0,,,,,,,,,,,,,,,360,,
+"com.supercell.laser.bundle2999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,2999,0,,,,,,,,,,,,,,,570,,
+"com.supercell.laser.bundle3999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,3999,0,,,,,,,,,,,,,,,760,,
+"com.supercell.laser.bundle4999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,4999,0,,,,,,,,,,,,,,,950,,
+"com.supercell.laser.bundle9999","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE","FALSE","TRUE",,,0,9999,0,,,,,,,,,,,,,,,2000,,
+"com.supercell.laser.psg1","TID_IAP_PSG_WEEKEND",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,240,499,0,,,,,,,4,,,1,4,,700,322,,,
+"com.supercell.laser.psg2","TID_IAP_PSG_WEEKEND",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,490,999,0,,,,,,,4,,,1,4,,1700,690,,,
+"com.supercell.laser.04200","TID_IAP_APRIL20_0",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,499,0,,,,,,,3,,,1,4,,700,242,,,
+"com.supercell.laser.gw200","TID_IAP_GOLDENWEEK20",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,320,499,0,,,,,,,5,,,1,4,,700,402,,,
+"com.supercell.laser.gw201","TID_IAP_GOLDENWEEK20",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,570,999,0,,,,,,,5,,,1,4,,2400,852,,,
+"com.supercell.laser.gw202","TID_IAP_GOLDENWEEK20",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1740,2999,0,,,,,,,5,,,1,4,,8200,2705,,,
+"com.supercell.laser.04201","TID_IAP_APRIL20_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,80,199,0,,,,,,,4,,,1,4,,350,121,,,
+"com.supercell.laser.04202","TID_IAP_APRIL20_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,299,0,,,,,,,4,,,3,4,,1100,129,,,
+"com.supercell.laser.sc101","TID_IAP_SC10_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,200,499,0,,,,,,,4,,,1,4,,1100,329,,,
+"com.supercell.laser.sc102","TID_IAP_SC10_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,400,999,0,,,,,,,4,,,1,4,,2400,682,,,
+"com.supercell.laser.0620","TID_IAP_0620",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,499,0,,,,,,,3,,,1,4,,700,242,,,
+"com.supercell.laser.0720","TID_IAP_0720",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,499,0,,,,,,,3,,,1,4,,700,242,,,
+"com.supercell.laser.0520c","TID_IAP_0520C",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,110,199,0,,,,,,,5,,,1,4,,350,151,,,
+"com.supercell.laser.0620c","TID_IAP_0620C",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,205,299,0,,,,,,,5,,,1,4,,250,234,,,
+"com.supercell.laser.0620d","TID_IAP_0620D",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,410,999,0,,,,,,,5,,,1,4,,4000,881,,,
+"com.supercell.laser.ms201","TID_IAP_MS20_1",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,125,299,0,,,,,,,4,,,1,4,,500,184,,,
+"com.supercell.laser.ms202","TID_IAP_MS20_2",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,240,499,0,,,,,,,4,,,1,4,,700,322,,,
+"com.supercell.laser.ms203","TID_IAP_MS20_3",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,760,1999,0,,,,,,,4,,,1,4,,6000,1466,,,
+"com.supercell.laser.coins0620","TID_IAP_COINS_0620",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,0,499,0,,,,,,,6,,,3,4,,4000,471,,,
+"com.supercell.laser.0520g","TID_IAP_0520G",3,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,1200,4999,0,,,,,,,,"TID_BEST_VALUE_EXTRA",25,4,4,,0,1200,,,
+"com.supercell.laser_cn.gempack0","TID_SHOP_GEM_PACK_1_TITLE",,1,"TRUE",,,"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",,,"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",,,"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",,,"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",,,"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",,,"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","TRUE","FALSE","FALSE",110,299,0,1800,"GD2020051315893438495358",,,1,5,4,,,1,0,,600,181,,,
+"com.supercell.laser_cn.starterpack2","TID_STARTER_PACK_2",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",190,399,0,2500,"GD2020051315893554469821",,,2,15,4,,,1,0,,450,243,,,
+"com.supercell.laser_cn.starterpack3","TID_STARTER_PACK_3",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",240,499,0,3000,"GD2020051315893556064734",,,3,25,4,,,1,0,,700,322,,,
+"com.supercell.laser_cn.starterpack4","TID_STARTER_PACK_4",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",320,599,0,4000,"GD2020051315893556850503",,,4,35,4,,,1,0,,700,402,,,
+"com.supercell.laser_cn.starterpack5","TID_STARTER_PACK_5",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",340,699,0,4500,"GD2020051315893557620869",,,5,50,4,,,1,0,,900,446,,,
+"com.supercell.laser_cn.starterpack6","TID_STARTER_PACK_6",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",420,799,0,5000,"GD2020051315893558367029",,,6,75,4,,,1,0,,900,526,,,
+"com.supercell.laser_cn.starterpack7","TID_STARTER_PACK_7",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",390,899,0,6000,"GD2020051315893559247326",,,7,100,4,,,1,0,,2000,625,,,
+"com.supercell.laser_cn.starterpack8","TID_STARTER_PACK_8",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",470,999,0,6800,"GD2020051315893559900801",,,8,125,4,,,1,0,,2000,705,,,
+"com.supercell.laser_cn.bundle099","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,99,0,600,"GD2020051315893560974566",,,,,,,,,,,,,15,,
+"com.supercell.laser_cn.bundle199","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,199,0,1200,"GD2020051315893561777109",,,,,,,,,,,,,30,,
+"com.supercell.laser_cn.bundle299","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,299,0,1800,"GD2020051315893562768024",,,,,,,,,,,,,48,,
+"com.supercell.laser_cn.bundle399","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,399,0,2500,"GD2020051315893563393233",,,,,,,,,,,,,67,,
+"com.supercell.laser_cn.bundle499","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,499,0,3000,"GD2020051315893564519131",,,,,,,,,,,,,80,,
+"com.supercell.laser_cn.bundle599","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,599,0,4000,"GD2020051315893565054481",,,,,,,,,,,,,100,,
+"com.supercell.laser_cn.bundle699","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,699,0,4500,"GD2020051315893565736928",,,,,,,,,,,,,113,,
+"com.supercell.laser_cn.bundle799","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,799,0,5000,"GD2020051315893566861518",,,,,,,,,,,,,125,,
+"com.supercell.laser_cn.bundle899","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,899,0,6000,"GD2020051315893567448771",,,,,,,,,,,,,150,,
+"com.supercell.laser_cn.bundle999","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,999,0,6800,"GD2020051315893568147279",,,,,,,,,,,,,170,,
+"com.supercell.laser_cn.bundle1099","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1099,0,7300,"GD2020051315893568691926",,,,,,,,,,,,,205,,
+"com.supercell.laser_cn.bundle1199","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1199,0,7800,"GD2020051315893569305245",,,,,,,,,,,,,219,,
+"com.supercell.laser_cn.bundle1299","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1299,0,8800,"GD2020051315893570022200",,,,,,,,,,,,,248,,
+"com.supercell.laser_cn.bundle1399","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1399,0,9300,"GD2020051315893570953471",,,,,,,,,,,,,262,,
+"com.supercell.laser_cn.bundle1499","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1499,0,9800,"GD2020051315893571525843",,,,,,,,,,,,,276,,
+"com.supercell.laser_cn.bundle1599","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1599,0,10800,"GD2020051315893572164344",,,,,,,,,,,,,304,,
+"com.supercell.laser_cn.bundle1699","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1699,0,11300,"GD2020051315893573188100",,,,,,,,,,,,,318,,
+"com.supercell.laser_cn.bundle1799","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1799,0,11800,"GD2020051315893573675868",,,,,,,,,,,,,332,,
+"com.supercell.laser_cn.bundle1899","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1899,0,12300,"GD2020051315893574244963",,,,,,,,,,,,,346,,
+"com.supercell.laser_cn.bundle1999","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,1999,0,12800,"GD2020051315893574803116",,,,,,,,,,,,,360,,
+"com.supercell.laser_cn.bundle2999","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,2999,0,19800,"GD2020051315893575482563",,,,,,,,,,,,,573,,
+"com.supercell.laser_cn.bundle3999","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,3999,0,25800,"GD2020051315893576448461",,,,,,,,,,,,,747,,
+"com.supercell.laser_cn.bundle4999","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,4999,0,32800,"GD2020051315893576957327",,,,,,,,,,,,,950,,
+"com.supercell.laser_cn.bundle9999","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,9999,0,64800,"GD2020051315893577550063",,,,,,,,,,,,,2000,,
+"com.supercell.laser_cn.0720","TID_IAP_0720",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",160,499,0,3000,"GD2020051315893578491695",,,,,3,,,1,4,,700,242,,,
+"com.supercell.laser_cn.0620c","TID_IAP_0620C",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",205,299,0,1800,"GD2020051315893579540286",,,,,5,,,1,4,,250,234,,,
+"com.supercell.laser_cn.0620d","TID_IAP_0620D",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",410,999,0,6800,"GD2020051315893580080168",,,,,5,,,1,4,,4000,881,,,
+"com.supercell.laser_cn.ms201","TID_IAP_MS20_1",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",125,299,0,1800,"GD2020051415894427544118",,,,,4,,,1,4,,500,184,,,
+"com.supercell.laser_cn.ms202","TID_IAP_MS20_2",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",240,499,0,3000,"GD2020051315893581952366",,,,,4,,,1,4,,700,322,,,
+"com.supercell.laser_cn.ms203","TID_IAP_MS20_3",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",760,1999,0,12800,"GD2020051315893582613473",,,,,4,,,1,4,,6000,1466,,,
+"com.supercell.laser_cn.coins0620","TID_IAP_COINS_0620",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",0,499,0,3000,"GD2020051315893583148280",,,,,6,,,3,4,,4000,471,,,
+"com.supercell.laser_cn.0520g","TID_IAP_0520G",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",1200,4999,0,32800,"GD2020051315893583984100",,,,,,"TID_BEST_VALUE_EXTRA",25,4,4,,0,1200,,,
+"com.supercell.laser.som_072001","TID_IAP_SOM_072001",3,,"TRUE","FALSE","FALSE",,"TRUE",,,240,499,0,3000,,,,,,4,,,1,4,,700,322,,,
+"com.supercell.laser.som_072002","TID_IAP_SOM_072002",3,,"TRUE","FALSE","FALSE",,"TRUE",,,390,999,0,6800,,,,,,3,,,1,4,,1000,508,,,
+"com.supercell.laser.som_072003","TID_IAP_SOM_072003",3,,"TRUE","FALSE","FALSE",,"TRUE",,,160,499,0,3000,,,,,,3,,,1,4,,700,242,,,
+"com.supercell.laser.som_072004","TID_IAP_SOM_072004",3,,"TRUE","FALSE","FALSE",,"TRUE",,,110,199,0,1200,,,,,,5,,,1,4,,350,151,,,
+"com.supercell.laser.som_072005","TID_IAP_SOM_072005",3,,"TRUE","FALSE","FALSE",,"TRUE",,,110,199,0,1200,,,,,,5,,,1,4,,350,151,,,
+"com.supercell.laser.som_072006","TID_IAP_SOM_072006",3,,"TRUE","FALSE","FALSE",,"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","FALSE","FALSE",,"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","FALSE","FALSE",,"TRUE",,,330,999,0,6800,,,,,,4,,,1,4,,3000,683,,,
+"com.supercell.laser.som_072009","TID_IAP_SOM_072009",3,,"TRUE","FALSE","FALSE",,"TRUE",,,330,999,0,6800,,,,,,3,,,1,4,,2000,565,,,
+"com.supercell.laser.som_072010","TID_IAP_SOM_072010",3,,"TRUE","FALSE","FALSE",,"TRUE",,,0,499,0,3000,,,,,,5,,,3,4,,3400,400,,,
+"com.supercell.laser_cn.som_072001","TID_IAP_SOM_072001",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",240,499,0,3000,"GD2020062815933124419699",,,,,4,,,1,4,,700,322,,,
+"com.supercell.laser_cn.som_072002","TID_IAP_SOM_072002",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",390,999,0,6800,"GD2020062815933125447645",,,,,3,,,1,4,,1000,508,,,
+"com.supercell.laser_cn.som_072003","TID_IAP_SOM_072003",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",160,499,0,3000,"GD2020062815933127234459",,,,,3,,,1,4,,700,242,,,
+"com.supercell.laser_cn.som_072004","TID_IAP_SOM_072004",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",110,199,0,1200,"GD2020062815933128285051",,,,,5,,,1,4,,350,151,,,
+"com.supercell.laser_cn.som_072005","TID_IAP_SOM_072005",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",110,199,0,1200,"GD2020062815933134747209",,,,,5,,,1,4,,350,151,,,
+"com.supercell.laser_cn.som_072006","TID_IAP_SOM_072006",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",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",,,"FALSE","TRUE","FALSE","FALSE",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",,,"FALSE","TRUE","FALSE","FALSE",330,999,0,6800,"GD2020062815933132375996",,,,,4,,,1,4,,3000,683,,,
+"com.supercell.laser_cn.som_072009","TID_IAP_SOM_072009",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",330,999,0,6800,"GD2020062815933133239896",,,,,3,,,1,4,,2000,565,,,
+"com.supercell.laser_cn.som_072010","TID_IAP_SOM_072010",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",0,499,0,3000,"GD2020062815933134021369",,,,,5,,,3,4,,3400,400,,,
+"com.supercell.laser.starr_09001","TID_IAP_STARR_09001",3,,"TRUE","FALSE","FALSE",,"TRUE",,,490,999,0,6800,,,,,,4,,,1,4,,2000,725,,,
+"com.supercell.laser.starr_09002","TID_IAP_STARR_09002",3,,"TRUE","FALSE","FALSE",,"TRUE",,,330,999,0,6800,,,,,,3,,,1,4,,2000,565,,,
+"com.supercell.laser.starr_09003","TID_IAP_STARR_09003",3,,"TRUE","FALSE","FALSE",,"TRUE",,,30,199,0,1200,,,,,,5,,,1,4,,1020,150,,,
+"com.supercell.laser.starr_09004","TID_IAP_STARR_09004",3,,"TRUE","FALSE","FALSE",,"TRUE",,,110,199,0,1200,,,,,,5,,,1,4,,340,150,,,
+"com.supercell.laser.starr_09005","TID_IAP_STARR_09005",3,,"TRUE","FALSE","FALSE",,"TRUE",,,110,199,0,1200,,,,,,5,,,12,4,,360,152,,,
+"com.supercell.laser.starr_09006","TID_IAP_STARR_09006",3,,"TRUE","FALSE","FALSE",,"TRUE",,,570,999,0,6800,,,,,,5,,,12,4,,2400,852,,,
+"com.supercell.laser_cn.starr_09001","TID_IAP_STARR_09001",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",490,999,0,6800,"GD2020090315991135284938",,,,,4,,,1,4,,2000,725,,,
+"com.supercell.laser_cn.starr_09002","TID_IAP_STARR_09002",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",330,999,0,6800,"GD2020090315991136759594",,,,,3,,,1,4,,2000,565,,,
+"com.supercell.laser_cn.starr_09003","TID_IAP_STARR_09003",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",30,199,0,1200,"GD2020090315991138132399",,,,,5,,,1,4,,1020,150,,,
+"com.supercell.laser_cn.starr_09004","TID_IAP_STARR_09004",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",110,199,0,1200,"GD2020090315991139533500",,,,,5,,,1,4,,340,150,,,
+"com.supercell.laser_cn.starr_09005","TID_IAP_STARR_09005",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",110,199,0,1200,"GD2020090315991140992899",,,,,5,,,12,4,,360,152,,,
+"com.supercell.laser_cn.starr_09006","TID_IAP_STARR_09006",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",570,999,0,6800,"GD2020090315991142104145",,,,,5,,,12,4,,2400,852,,,
+"com.supercell.laser_cn.starr_09007","TID_IAP_STARR_09006",,3,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",760,1999,0,12800,"GD2020090315991142639030",,,,,5,,,12,4,,8800,1795,,,
+"com.supercell.laser.starr_09007","TID_IAP_STARR_09006",3,,"TRUE","FALSE","FALSE",,"TRUE",,,760,1999,0,12800,,,,,,5,,,12,4,,8800,1795,,,
+"com.supercell.laser.bundle2499","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE",,"TRUE",,,0,2499,0,,,,,,,,,,,,,,,475,,
+"com.supercell.laser.bundle2799","TID_IAP_BUNDLE_OFFER",6,,,"TRUE","TRUE",,"TRUE",,,0,2799,0,,,,,,,,,,,,,,,532,,
+"com.supercell.laser_cn.bundle2499","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,2999,0,16300,"GD2021051116207151686700",,,,,,,,,,,,,472,,
+"com.supercell.laser_cn.bundle2799","TID_IAP_BUNDLE_OFFER",,6,"TRUE",,,"TRUE",,"TRUE","TRUE",0,2999,0,18800,"GD2021051116207151320041",,,,,,,,,,,,,545,,
+"com.supercell.laser.newstarterpack1","TID_STARTER_PACK_1",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,100,99,0,,,,,1,5,5,,,1,0,,100,112,,,
+"com.supercell.laser.newstarterpack2","TID_STARTER_PACK_2",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,160,199,0,,,,,2,15,5,,,1,0,,0,160,,,
+"com.supercell.laser.newstarterpack3","TID_STARTER_PACK_3",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,205,299,0,,,,,3,25,5,,,1,0,,300,240,,,
+"com.supercell.laser.newstarterpack4","TID_STARTER_PACK_4",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,400,499,0,,,,,4,35,5,,,1,0,,400,447,,,
+"com.supercell.laser.newstarterpack5","TID_STARTER_PACK_5",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,500,599,0,,,,,5,50,5,,,1,0,,500,559,,,
+"com.supercell.laser.newstarterpack6","TID_STARTER_PACK_6",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,610,799,0,,,,,6,75,5,,,1,0,,600,681,,,
+"com.supercell.laser.newstarterpack7","TID_STARTER_PACK_7",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,730,999,0,,,,,7,100,5,,,1,0,,1700,930,,,
+"com.supercell.laser.newstarterpack8","TID_STARTER_PACK_8",2,,"TRUE","FALSE","FALSE","FALSE","TRUE",,,890,1499,0,,,,,8,125,5,,,1,0,,5000,1478,,,
+"com.supercell.laser_cn.newstarterpack1","TID_STARTER_PACK_1",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",100,99,0,600,"GD2021081116286537055113",,,1,5,5,,,1,0,,100,112,,,
+"com.supercell.laser_cn.newstarterpack2","TID_STARTER_PACK_2",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",160,199,0,1200,"GD2021081116286537694577",,,2,15,5,,,1,0,,0,160,,,
+"com.supercell.laser_cn.newstarterpack3","TID_STARTER_PACK_3",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",205,299,0,1800,"GD2021081116286537969006",,,3,25,5,,,1,0,,300,240,,,
+"com.supercell.laser_cn.newstarterpack4","TID_STARTER_PACK_4",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",400,499,0,3000,"GD2021081116286538846049",,,4,35,5,,,1,0,,400,447,,,
+"com.supercell.laser_cn.newstarterpack5","TID_STARTER_PACK_5",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",500,599,0,4000,"GD2021081116286539149716",,,5,50,5,,,1,0,,500,559,,,
+"com.supercell.laser_cn.newstarterpack6","TID_STARTER_PACK_6",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",610,799,0,5000,"GD2021081116286539519246",,,6,75,5,,,1,0,,600,681,,,
+"com.supercell.laser_cn.newstarterpack7","TID_STARTER_PACK_7",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",730,999,0,6800,"GD2021081116286539868726",,,7,100,5,,,1,0,,1700,930,,,
+"com.supercell.laser_cn.newstarterpack8","TID_STARTER_PACK_8",,2,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",890,1499,0,9800,"GD2021081116286540077144",,,8,125,5,,,1,0,,5000,1478,,,
+"com.supercell.laser.seasonpass999","TID_SHOP_SPECIAL_OFFER",7,,"TRUE",,,,"TRUE",,,0,999,0,,,,,,,,,,,,,,169,,,
+"com.supercell.laser_cn.seasonpass999","TID_SHOP_SPECIAL_OFFER",,7,"TRUE",,,"FALSE","TRUE","FALSE","FALSE",0,999,0,6800,,,,,,,,,,,,,169,,,
+"com.supercell.laser.gempack0_yt","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,30,199,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.gempack2_yt","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,170,999,9,,,,,,,,,,,,"TRUE",0,0,,,
+"com.supercell.laser.scid.gempack0","TID_SUPERCELL_STORE_GEM_PACK_1_TITLE",1,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",30,199,1,,,"shop_gem_0",0,,,,,,,,,,30,,"TRUE","FALSE"
+"com.supercell.laser.scid.gempack1","TID_SUPERCELL_STORE_GEM_PACK_2_TITLE",1,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",80,499,2,,,"shop_gem_1",1,,,,,,,,,,80,,"TRUE","FALSE"
+"com.supercell.laser.scid.gempack2","TID_SUPERCELL_STORE_GEM_PACK_3_TITLE",1,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",170,999,3,,,"shop_gem_2",2,,,,"TID_SHOP_LABEL_POPULAR",,,,,,170,,"TRUE","FALSE"
+"com.supercell.laser.scid.gempack3","TID_SUPERCELL_STORE_GEM_PACK_4_TITLE",1,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",360,1999,4,,,"shop_gem_3",3,,,,,,,,,,360,,"TRUE","FALSE"
+"com.supercell.laser.scid.gempack4","TID_SUPERCELL_STORE_GEM_PACK_5_TITLE",1,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",950,4999,5,,,"shop_gem_4",4,,,,,,,,,,950,,"TRUE","FALSE"
+"com.supercell.laser.scid.gempack5","TID_SUPERCELL_STORE_GEM_PACK_6_TITLE",1,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",2000,9999,6,,,"shop_gem_5",5,,,,"TID_SHOP_LABEL_BEST_VALUE",,,,,,2000,,"TRUE","FALSE"
+"com.supercell.laser.scid.seasonpass","TID_SUPERCELL_STORE_BRAWL_PASS",7,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",0,999,2,,,,,,,,,,,,,,169,,"TRUE","TRUE"
+"com.supercell.laser.scid.seasonpassbundle","TID_SUPERCELL_STORE_BRAWL_PASS_BUNDLE",7,,"FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","FALSE",0,1999,3,,,,,,,,,,,,,,169,,"TRUE","TRUE"
+"com.supercell.laser.gempack1_yt","TID_PROMOCODE_PACK",4,,,"FALSE","TRUE","FALSE","TRUE",,,80,499,9,,,,,,,,,,,,"TRUE",0,0,,,
diff --git a/CN-48.326/csv_client/bp_purchase_popup.csv b/CN-48.326/csv_client/bp_purchase_popup.csv
new file mode 100644
index 000000000..8b6d9628d
--- /dev/null
+++ b/CN-48.326/csv_client/bp_purchase_popup.csv
@@ -0,0 +1,12 @@
+"Name","Season","HeroArea1","HeroArea2","HeroArea3","FrameName"
+"string","int","String","String","String","String"
+"season8",7,"ShotgunGirlPrincess","KnightDefault","KnightNinja",8
+"season9",8,"BullDudeTerminator","DuplicatorDefault","DuplicatorChola",9
+"season10",9,"RosaBP","KickerDudeDefault","KickerDudeFurious",10
+"season11",10,"TrickshotDudeFirefly","FleaDefault","FleaSpaceCactus",11
+"season12",11,"WhirlwindBiker","JetpackGirlDefault","JetpackGirlValkyrie",12
+"season13",12,"GunslingerPaintball","SilencerDefault","SilencerPharaoh",13
+"season14",13,"DeadMariachiOutlaw","WeaponThrowerDefault","WeaponThrowerEmperor",14
+"season15",14,"ArtilleryDudeZombie","ShieldTankDefault","ShieldTankChainsaw",15
+"season16",15,"ShamanGummybear","BeamerDefault","BeamerLavaQueen",16
+"season17",16,"LuchadorButler","SplitterDefault","SplitterCultist",17
diff --git a/CN-48.326/csv_client/client_globals.csv b/CN-48.326/csv_client/client_globals.csv
new file mode 100644
index 000000000..e5a6a7c69
--- /dev/null
+++ b/CN-48.326/csv_client/client_globals.csv
@@ -0,0 +1,277 @@
+"Name","NumberValue","BooleanValue","TextValue","NumberArray","StringArray","AltStringArray"
+"String","int","boolean","string","int","String","String"
+"HELP_CENTER_LANGUAGES",,,,,"EN",
+,,,,,"DE",
+,,,,,"IT",
+,,,,,"FR",
+,,,,,"ES",
+,,,,,"PT",
+,,,,,"NL",
+,,,,,"CN",
+,,,,,"JP",
+,,,,,"KR",
+,,,,,"TR",
+,,,,,"NO",
+,,,,,"RU",
+"FEEDBACK_CATEGORIES",,,,,"Purchasing Issue",
+,,,,,"Connection Issue",
+,,,,,"Report Problem",
+,,,,,"Feedback",
+,,,,,"Lost Village",
+,,,,,"Account Locked",
+"GAMECENTER_REAUTHORIZE",,"FALSE",,,,
+"LOW_GFX_DEVICES",,,,,"iPad2,.*",
+,,,,,"iPad3,.*",
+,,,,,"iPhone4,.*",
+,,,,,"iPhone5,.*",
+,,,,,"iPod5,.*",
+,,,,,"iPhone6,.*",
+"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",
+"LOW_MEMORY_LIMIT",1536,,,,,
+"ASH_CNT",250,,,,,
+"ASH_CNT_COMBAT",40,,,,,
+"SNOWFLAKE_CNT",200,,,,,
+"SNOWFLAKE_CNT_COMBAT",100,,,,,
+"LOAD_DROID_SANS_FALLBACK_MANUALLY",,"TRUE",,,,
+"LOAD_DROID_SANS_FALLBACK_MANUALLY_ANDROID",,"FALSE",,,,
+"SHOW_GEM_BALANCE_IN_JP",,"TRUE",,,,
+"GOOGLE_SERVICE_ACHIEVEMENTS",,"FALSE",,,,
+"GOOGLE_SERVICE_REAUTHORIZE",,,,,,
+"IN_APP_RETRY_LIMIT",4,,,,,
+"DISCONNECT_IN_APPS",,"FALSE",,,,
+"RETRY_PURCHASES_IN_SHOP",,"TRUE",,,,
+"HARD_BIND_TOWN_HALL_LEVEL",4,,,,,
+"USE_DEVICE_LINK",,"FALSE",,,,
+"CONFIRM_WORD_MAX_LENGTH",15,,,,,
+"HUD_PRINT_TIME",6,,,,,
+"PAYMENT_LIMIT_CONFIRMATION_ENABLED",,"FALSE",,,,
+"PAYMENT_LIMIT_CONFIRMATION_USD",15000,,,,,
+"PAYMENT_LIMIT_CONFIRMATION_TIME",15,,,,,
+"HIGH_SCORE_EMPTY_LINES",,,,10,,
+,,,,50,,
+,,,,100,,
+,,,,150,,
+,,,,200,,
+"NO_MONEY_COLOR_RED",255,,,,,
+"NO_MONEY_COLOR_GREEN",123,,,,,
+"NO_MONEY_COLOR_BLUE",114,,,,,
+"ACHIEVEMENTS_ENABLED",,"TRUE",,,,
+"GAME_CENTER_ACHIEVEMENTS_ENABLED",,"TRUE",,,,
+"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",,,,
+"USE_DEFAULT_USER_NAME",,"FALSE",,,,
+"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",,,,
+"GOOGLE_KUNLUN_TRANSFER_COUNTRIES",,,,,"CN",
+"SHOW_IAP_INFO_IN_KOREA",,"TRUE",,,,
+"USE_HELPSHIFT_LINKS",,"FALSE",,,,
+"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",,,,
+"FINISH_DEFERRED_TRANSACTION_IN_HOURS",24,,,,,
+"RESET_PENDING_TRANSACTION_WHEN_FINISHING_DEFERRED_PURCHASE",,"TRUE",,,,
+"SHOW_INGAME_MAINTENANCE_SCREEN",,"TRUE",,,,
+"TRACK_MODULO",13,,,,,
+"CANCEL_KUNLUN_PURCHASES_ON_WINDOW_CLOSED",,"TRUE",,,,
+"TRAINING_SHOW_MAX_CAPACITY_WITH_OVERTRAINING",,"FALSE",,,,
+"MINIMUM_LIVE_CHAT",-1,,,,,
+"SPECIAL_URLS",,,,,"EN",
+,,,,,"CN",
+"DEFERRED_FILE_DOWNLOAD_ENABLED",,"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",,,"本公司积极履行《网络游戏行业防沉迷自律公约》\n抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。\n适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。",,,
+"CN_STARTUP_WARNING_BOTTOM",,,"根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、\n《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》,\n所有网络游戏用户均需使用有效身份信息完成账号实名注册后方可进入游戏,认证为未成年的玩家将受到防沉迷功能限制。\n沪网文【2018】8544-517号、新出网证(沪)字33号 著作权人:SUPERCELL OY 出版单位:\n上海游族信息技术有限公司 运营单位:上海游族信息技术有限公司\n国新出审【2020】552号 出版物号:ISBN 978-7-498-07472-0",,,
+"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,,,,,
+"NEW_HERO_CHANCE",48,,,,,
+"PP_CHANCE",922,,,,,
+"TOKEN_DOUBLER_CHANCE",30,,,,,
+"MAX_LUCK",30,,,,,
+"SPECTATE_ENABLED",,"TRUE",,,,
+"KAKAO_ENABLED",,"TRUE",,,,
+"LINE_ENABLED",,"FALSE",,,,
+"SELFHELP_ENABLED",,"TRUE",,,,
+"RETRY_LOGIN_DURING_MAINTENANCE",,"TRUE",,,,
+"ONLINE_MENU_NEW_ITEM_THROTTLE_SECS",60,,,,,
+"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",4,,,,,
+"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_IMAGE_PATH",,,"image/brawl_icon.png",,,
+"YOOZOO_OPID_TO_OPSID",,,,,2402,2208
+"TUTORIAL_FIRST_BATTLE_LOCATION",,,"SurvivalTutorial",,,
+"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",,,,
+"CLUB_UNLOCK_FLOW_SKIN_1",,,"TrickshotDudeChicken",,,
+"CLUB_UNLOCK_FLOW_SKIN_2",,,"TntDudeToxic",,,
+"CLUB_UNLOCK_FLOW_MIN_WAIT",2,,,,,
+"CLUB_LEAGUE_ONBOARDING_FLOW_SKIN_1",,,"TrickshotDudeChicken",,,
+"CLUB_LEAGUE_ONBOARDING_FLOW_SKIN_2",,,"TntDudeToxic",,,
+"CLUB_SHOP_TEASE_SKIN_DEFAULT",,,"TrickshotDudeChicken",,,
+"CLUB_LEAGUE_SELFHELP_FAQ_URL",,,,,,
+"TENCENT_SUPPORT_URL",,,,,"LOGIN","https://kf.qq.com/touch/scene_product.html?scene_id=kf8629"
+,,,,,"HOMESCREEN","https://kf.qq.com/touch/scene_product.html?scene_id=kf8631"
+,,,,,"EVENTS","https://kf.qq.com/touch/scene_product.html?scene_id=kf8632"
+,,,,,"SETTINGS","https://kf.qq.com/touch/scene_product.html?scene_id=kf8631"
+,,,,,"SHOP","https://kf.qq.com/touch/scene_product.html?scene_id=kf8630"
+,,,,,"DELETE_ACCOUNT","https://bs.qq.com/act/7619/a20220316zxhy/index.html?"
+,,,,,"DELETE_ACCOUNT_NEW","https://bs.qq.com/act/7619/a20220316zxhy/index.html?"
+,,,,,"ANNOUNCEMENTS","https://kf.qq.com/touch/scene_product.html?scene_id=kf8631"
+"TENCENT_REPORT_URL",,,"https://report.gamesafe.qq.com/static/h5/index.htm",,,
+"TENCENT_LAYOUT_REPORT_URL",,,"https://service-light.gamesafe.qq.com/report/report_log_data",,,
+"TENCENT_LAYOUT_REPORT_TOKEN",,,,,,
+"TENCENT_LAYOUT_REPORT_UID",,,,,,
+"TENCENT_LAYOUT_REPORT_APP_ID",0,,,,,
+"TENCENT_LAYOUT_REPORT_SCREENSHOT_DOWNSCALE",512,,,,,
+"TENCENT_LAYOUT_REPORT_SCREENSHOT_QUALITY",86,,,,,
+"TENCENT_PERSONAL_ASSISTANT_GAMEID",,,"1339",,,
+"TENCENT_PERSONAL_ASSISTANT_URL",,,"https://xyapi.game.qq.com/xiaoyue/service/redirect?",,,
+"SELF_HELP_DELETION_ARTICLE",,,"articles/gdpr-request-deletion-of-your-personal-data.html",,,
+"SELF_HELP_DELETION_ARTICLE_CN",,,"articles/gdpr-request-deletion-of-your-personal-data-1.html",,,
+"BRAWL_PASS_IN_SHOP",,"TRUE",,,,
+"SELF_HELP_PORTRAIT_LOCK_IOS",,"TRUE",,,,
+"SELF_HELP_PORTRAIT_LOCK_ANDROID",,"TRUE",,,,
+"ENABLE_WEB_NOTIFICATIONS",,"FALSE",,,,
+"RECRUIT_AUTO_HIGHLIGHT_PERCENTAGES",,,,50,,
+,,,,90,,
+"RECRUIT_AUTO_HIGHLIGHT_MIN_HEROES",3,,,,,
+"ENABLE_NEW_BATTLE_INTRO",,"TRUE",,,,
+"TENCENT_DOLPHIN_URL_DEV",,,"pre-download.936396168-1-2.gcloudsvcs.com",,,
+"TENCENT_DOLPHIN_CHANNEL_DEV",1001225,,,,,
+"TENCENT_DOLPHIN_URL_STAGE",,,"pre-download.936396168-1-2.gcloudsvcs.com",,,
+"TENCENT_DOLPHIN_CHANNEL_STAGE",1001224,,,,,
+"TENCENT_DOLPHIN_URL",,,"download.936396168-1-1.gcloudsvcs.com",,,
+"TENCENT_DOLPHIN_CHANNEL",1001223,,,,,
+"TENCENT_GCLOUD_ID",,,"936396168",,,
+"TENCENT_GCLOUD_KEY",,,"eba81f5ecae852e5947746aacb562ba9",,,
+"TENCENT_CDKEY_EXCHANGE_URL",,,"https://bs.qq.com/act/a20230116cdkey/index.html",,,
\ No newline at end of file
diff --git a/CN-48.326/csv_client/color_gradients.csv b/CN-48.326/csv_client/color_gradients.csv
new file mode 100644
index 000000000..30470cf67
--- /dev/null
+++ b/CN-48.326/csv_client/color_gradients.csv
@@ -0,0 +1,81 @@
+"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",,
+"LeagueBonusDay","0xFFFFDAAC",50,70
+,"0xFFFFD12E",,
+,"0xFFF29928",,
+,"0xFFFFD12E",,
+"PlayerTitleGold","0xFFFFDAAC",50,70
+,"0xFFFFD12E",,
+,"0xFFF29928",,
+,"0xFFFFD12E",,
diff --git a/CN-48.326/csv_client/credits.csv b/CN-48.326/csv_client/credits.csv
new file mode 100644
index 000000000..af1f2dd72
--- /dev/null
+++ b/CN-48.326/csv_client/credits.csv
@@ -0,0 +1,144 @@
+"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",
+"Luna Choi",
+"David Diaz",
+"Jason Dou",
+"Praveen Dubey",
+"Chris Duong",
+"Timothy Ebner",
+"Maki Ehara",
+"Anders Ehrenborg",
+"James Ellis",
+"Henrik Enqvist",
+"Jon Franzas",
+"Qiang Fu",
+"Laura Gilliland",
+"Adrian Häggqvist",
+"Eero Harmaala",
+"Stefan Hauk",
+"Timo Heinäpurola",
+"Mikko Hokkanen",
+"Chih-Han Hsu",
+"Juha Huotari",
+"Aapo Huovila",
+"Emilia Hwang",
+"Aki Immonen",
+"Joakim Isaksson",
+"Kim Jensen",
+"Tomi Joki-Korpela",
+"Pauli Kaila",
+"Robert Kamphuis",
+"Bill Kang",
+"Minyoung Kang",
+"Frank Keienburg",
+"Matti Kemppainen",
+"Tae Rim Kim",
+"WooHyun Kim",
+"Anna Koivu-Choo",
+"Toni Kontinen",
+"Terje Koskinen",
+"Byeongmin Kwon",
+"Petri Kärkäs",
+"Mikko Laakkio",
+"Rauli Laatikainen",
+"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",
+"Leônidas Maciel",
+"Lauri Manninen",
+"Antti Mattila",
+"Doug McCracken",
+"Daniel Medeiros",
+"Jani Mensonen",
+"Yukiko Morishita",
+"Sheila Ndungu",
+"Linh Nguyen",
+"Jumpei Oki",
+"Taneli Oksama",
+"Fernanda Oliveira",
+"Jeff Ostler",
+"Sergey Palyanov",
+"Andrew Park",
+"Stephen Park",
+"Janne Peltola",
+"Wesley Pijpers",
+"Douglas Portugal",
+"Asko Puurula",
+"Miika Pylkkö",
+"Brianne Read",
+"Chengbin Ren",
+"Antti Ripatti",
+"Pawel Rosolek",
+"Martin Schjøler",
+"Donghee Seo",
+"Mika Seppä",
+"Mikko Sivulainen",
+"Andrius Sliogeris",
+"Timothy Smith",
+"Shawn Su",
+"Qianyue Sun",
+"Tommi Suvinen",
+"Nelly Sääksjärvi",
+"Antti Takala",
+"Touko Tahkokallio",
+"Erol Tekkanat",
+"Olli Tervo",
+"Sami Tikkanen",
+"Ella-Roosa Tenhunen",
+"Emily Tierney",
+"Wilhelm Tigerstedt",
+"Ricardo Tomé",
+"Stijn Tops",
+"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",
+"Frank Yan",
+"Hua Yin",
+"Choong Yoon",
+"Junheng Zang",
+"Kris Zang",
+"Oscar Zhang",
+"Fei Zhong",
+"Jean Zoch",
+,
+,
+,
+"In memory of Antti Summala and Billy P. Kametz",
diff --git a/CN-48.326/csv_client/effects.csv b/CN-48.326/csv_client/effects.csv
new file mode 100644
index 000000000..5c29f1bba
--- /dev/null
+++ b/CN-48.326/csv_client/effects.csv
@@ -0,0 +1,13700 @@
+"Name","Loop","FollowParent","FollowParentAngle","FollowBone","OwnScreenShake","OthersScreenShake","OwnHapticLevel","OthersHapticLevel","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","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,3,3,,"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,3,3,,"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,3,3,,,"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_speedline_single",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_speedline_single",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_twinkle",,"Above",,,100,,,,,,,
+"gen_gold_atk_speedline_multiple",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_speedline_multiple_T",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_speedline_multiple_M",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_speedline_multiple_B",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_twinkle_multiple",,"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_jacky",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_jacky",,"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,,,,,,,
+"tnt_dude_gold_atk_throw",,"true",,,,,,,,"tnt_attack","ParticleEmitter",,,"gen_gold_atk_glow_cone_delay",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_atk_sparkles",,"Object",,,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_002_atk",,,,,,,,,,"Amber_Atk","ParticleEmitter",,,"amber_002_atk_leaf",,"Object",,,100,,,,"amber_002_atk_red",,,350
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_slash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_slash_2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_ground_slash",,"GroundLow","TRUE",,100,,,,,,,
+"amber_002_atk_red",,,,,,,,,,"Amber_Atk","ParticleEmitter",,,"amber_002_atk_leaf_red",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_slash_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_slash_2_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_ground_slash",,"GroundLow","TRUE",,100,,,,,,,
+"amber_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_trail_smoke_2",,"GroundHigh",,,100,,,,"amber_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_trail_smoke_1",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_amber",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_atk_trail_fire",,"Object",,,100,,,,,,,
+"amber_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_trail_smoke_2_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_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_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,130,,,,"amber_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atkEnd_residual",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_soot",,"GroundLow","TRUE",,100,,,,,,,
+"amber_002_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_002_atkHit",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,140,,,,"amber_002_atkHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_hit_leaf_red",,"Above",,,100,,,,,,,
+"amber_002_atkHit_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_002_atk_hit_leaf",,"Above",,,100,,,,,,,
+"amber_002_ulti",,,,,,,,,,"Amber_Ulti_Throw","ParticleEmitter",,,"amber_def_atk_fire",,"Object",,,140,,,,"amber_002_ulti_red",,,350
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","amber_def_ulti",,,"Above",,,100,,,,,,,
+"amber_002_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_002_ulti_oil",,,,,,,,,100,,"ParticleEmitter",,,"amber_def_ulti_oil",,"GroundLow","true",,100,,,,"amber_002_ulti_oil_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oil_gas",,"Above",,,100,,,,,,,
+"amber_002_ulti_oil_red",,,,,,,,,100,,"ParticleEmitter",,,"amber_def_ulti_oil_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oil_gas_red",,"Above",,,100,,,,,,,
+"amber_002_ulti_oil_burning","true","true",,,,,,,,"Amber_Oil_Burn","ParticleEmitter",,,"amber_002_ulti_oilExp_residual",,"Above",,,100,,,,"amber_002_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_002_ulti_oil_burning_red","true","true",,,,,,,,"Amber_Oil_Burn","ParticleEmitter",,,"amber_002_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_002_ulti_trail",,"true",,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail",,"Above",,,100,,,,"amber_002_ulti_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail_ground",,"GroundLow","true",,100,,,,,,,
+"amber_002_ulti_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"amber_002_ulti_hit",,,,,150,50,,,,"Amber_Ulti_Ground","ParticleEmitter",,,"amber_def_ulti_oil",,"GroundLow","true",,320,,,,"amber_002_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_002_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_003_atk",,,,,,,,,,"Amber_Atk","ParticleEmitter",,,"amber_003_atk_gunsmoke",,"Above",,,100,,,,"amber_003_atk_red",,,350
+"amber_003_atk_red",,,,,,,,,,"Amber_Atk","ParticleEmitter",,,"amber_003_atk_gunsmoke_red",,"Above",,,100,,,,,,,350
+"amber_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_dust",,"Object",,,100,,,,"amber_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_snowflake",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_twinkle_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_twinkle_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_twinkle_03",,"Above",,,100,,,,,,,
+"amber_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_dust_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_snowflake_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_twinkle_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_twinkle_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_trail_twinkle_03_red",,"Above",,,100,,,,,,,
+"amber_003_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_impact_red",,"Above",,,100,,,,"amber_003_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_dust_red",,"Object",,,100,,,,,,,
+"amber_003_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_dust",,"Object",,,100,,,,,,,
+"amber_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_impact",,"Above",,,100,,,,"amber_003_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_dust",,"Object",,,100,,,,,,,
+"amber_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_atk_hit_dust_red",,"Object",,,100,,,,,,,
+"amber_003_ulti",,,,,,,,,,"Amber_Ulti_Throw","ParticleEmitter",,,"amber_003_ulti_smoke",,"Object",,,140,,,,"amber_003_ulti_red",,,350
+"amber_003_ulti_red",,,,,,,,,,"Amber_Ulti_Throw","ParticleEmitter",,,"amber_003_ulti_smoke_red",,"Object",,,140,,,,,,,350
+"amber_003_ulti_hit",,,,,150,50,,,,"Amber_Ulti_Ground","ParticleEmitter",,,"amber_003_ulti_oil",,"GroundLow","true",,320,,,,"amber_003_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_hit_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_hit_ice",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_snow",,"Above",,,100,,,,,,,
+"amber_003_ulti_hit_red",,,,,150,50,,,,"Amber_Ulti_Ground","ParticleEmitter",,,"amber_003_ulti_oil_red",,"GroundLow","true",,320,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_hit_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_hit_ice_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_snow_red",,"Above",,,100,,,,,,,
+"amber_003_ulti_trail",,"true",,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_trail_smoke",,"Above",,,100,,,,"amber_003_ulti_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_ice",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_trail_ground",,"GroundLow","true",,100,,,,,,,
+"amber_003_ulti_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_trail_smoke_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_003_moving_ice_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"amber_003_ulti_oil",,,,,,,,,100,,"ParticleEmitter",,,"amber_003_ulti_oil",,"GroundLow","true",,100,,,,"amber_003_ulti_oil_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oil_gas",,"Above",,,100,,,,,,,
+"amber_003_ulti_oil_red",,,,,,,,,100,,"ParticleEmitter",,,"amber_003_ulti_oil_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oil_gas_red",,"Above",,,100,,,,,,,
+"amber_003_ulti_oil_burning","true","true",,,,,,,,"Amber_Oil_Burn","ParticleEmitter",,,"amber_003_ulti_oilExp_residual",,"Above",,,100,,,,"amber_003_ulti_oil_burning_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oil_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oilExp_soot",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oilExp_amber",,"Above",,,,,,,,,,
+"amber_003_ulti_oil_burning_red","true","true",,,,,,,,"Amber_Oil_Burn","ParticleEmitter",,,"amber_003_ulti_oilExp_residual_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_ulti_oilExp_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oil_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oilExp_soot_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ulti_oilExp_amber_red",,"Above",,,,,,,,,,
+"amber_003_ingame_chill","true","true",,"fire_effect_s",,,,,,,"ParticleEmitter",,,"amber_003_ingame_chill",,"Object",,,100,,,,"amber_003_ingame_chill_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ingame_chill2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ingame_twinkle",,"Object",,,100,,,,,,,
+"amber_003_ingame_chill_red","true","true",,"fire_effect_s",,,,,,,"ParticleEmitter",,,"amber_003_ingame_chill_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ingame_chill2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_ingame_twinkle_red",,"Object",,,100,,,,,,,
+"amber_003_lobby_win",,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_stick_01","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_stick_02","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_head","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_back","Object",,,100,,,,,,,
+"amber_003_lobby_win_stick_01","true","true",,"fire_effect_s",,,,,,,"ParticleEmitter",,,"amber_003_lobby_win_twinkle_stick_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_lobby_win_twinkles",,"Above",,,,,,,,,,
+"amber_003_lobby_win_stick_02","true","true",,"charm_s",,,,,,,"ParticleEmitter",,,"amber_003_lobby_win_twinkle_stick_02",,"Above",,,100,,,,,,,
+"amber_003_lobby_win_head","true","true",,"head_s",,,,,,,"ParticleEmitter",,,"amber_003_lobby_win_twinkle_head",,"Above",,,100,,,,,,,
+"amber_003_lobby_win_back","true","true",,"back_item_01_s",,,,,,,"ParticleEmitter",,,"amber_003_lobby_win_back_snow",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_003_lobby_win_icesmoke",,"Object",,,100,,,,,,,
+"amber_003_lobby_lose",,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_stick_01","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_stick_02","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_head","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_win_back","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_lose_icesmoke","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_lose_impact","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_lose_snowflake","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"amber_003_lobby_lose_twinkle","Object",,,100,,,,,,,
+"amber_003_lobby_lose_icesmoke",,,,,,,,,,,"ParticleEmitter",,,"amber_003_lobby_lose_icesmoke",,"Above",,,100,,,,,,,
+"amber_003_lobby_lose_impact",,,,,,,,,,,"ParticleEmitter",,,"amber_003_lobby_lose_impact",,"Above",,,100,,,,,,,
+"amber_003_lobby_lose_snowflake",,,,,,,,,,,"ParticleEmitter",,,"amber_003_lobby_lose_snowflake",,"Above",,,100,,,,,,,
+"amber_003_lobby_lose_twinkle",,,,,,,,,,,"ParticleEmitter",,,"amber_003_lobby_lose_twinkle",,"Above",,,100,,,,,,,
+"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
+"ash_003_atk",,,"true",,,,,,,,"ParticleEmitter",,,"ash_002_atk_slash",,"Above",,,100,,,,"ash_003_atk_red",,,
+"ash_003_atk_red",,,"true",,,,,,,,"ParticleEmitter",,,"ash_002_atk_slash_red",,"Above",,,100,,,,,,,
+"ash_003_atk_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_003_atk_soot",,"GroundLow","true",,100,,,,"ash_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_fire",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_food_lv1",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_smoke_lv1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv1",,"Above",,,100,,,,,,,
+"ash_003_atk_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_003_atk_soot",,"GroundLow","true",,100,,,,"ash_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_fire_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_food_lv1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_smoke_lv1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv1_red",,"Above",,,100,,,,,,,
+"ash_003_atk_trail_lv2",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_ketchup",,"GroundLow","true",,100,,,,"ash_003_atk_trail_lv2_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_fire",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_food_lv2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_smoke_lv2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv2",,"Above",,,100,,,,,,,
+"ash_003_atk_trail_lv2_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_ketchup_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_fire_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_food_lv2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_smoke_lv2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv2_red",,"Above",,,100,,,,,,,
+"ash_003_atk_trail_lv3",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_ketchup",,"GroundLow","true",,110,,,,"ash_003_atk_trail_lv3_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_cheese",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_smoke_lv3",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv3",,"Above",,,100,,,,,,,
+"ash_003_atk_trail_lv3_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_ketchup_red",,"GroundLow","true",,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_cheese_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_ground_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_smoke_lv3_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_fire_lv3_red",,"Above",,,100,,,,,,,
+"ash_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_trail_dust",,"Above",,,100,,,,,,,
+"ash_003_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_gum",,"GroundLow","TRUE",,100,,,,"ash_003_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_liquid",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_food",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_smoke",,"Above",,,100,,,,,,,
+"ash_003_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_gum_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_liquid_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_food_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_smoke_red",,"Above",,,100,,,,,,,
+"ash_003_ulti_spawn",,"true",,,,,,,,"Ash_Ulti","ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,"ash_003_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution",,"Above",,,100,,,,,,,100
+"ash_003_ulti_spawn_red",,"true",,,,,,,,"Ash_Ulti","ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution_red",,"Above",,,100,,,,,,,100
+"ash_003_pet_die",,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,"ash_003_pet_die_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"ash_003_pet_die_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"ash_003_pet_hit","true","true",,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food",,"GroundHigh","false",,100,,,,"ash_003_pet_hit_red",,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"ash_003_pet_hit_red","true","true",,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food_red",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"ash_003_pet_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"ash_003_pet_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,,,,"ash_003_ulti_spawn_food",,"GroundHigh",,,,,,,,,,
+"ash_003_pet_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",,,,,,,,,,
+,,,,,,,,,,,,,,"ash_003_ulti_spawn_food_red",,"GroundHigh",,,,,,,,,,
+"ash_003_lobby_win",,,,,,,,,,,"Effect",,,,"ash_003_lobby_win_smoke","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_pizza_smoke","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_pizza_smoke2","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_win_spark","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_win_spark2","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_win_spark3","Above",,,,,,,,,,
+"ash_003_lobby_win_smoke",,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_win_flame",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_win",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_win_smoke",,"Above",,,70,,,,,,,
+"ash_003_lobby_pizza_smoke",,"TRUE",,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_pizza_smoke",,"Above",,,70,,,,,,,
+"ash_003_lobby_pizza_smoke2",,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_pizza_smoke2",,"Above",,,70,,,,,,,
+"ash_003_lobby_win_spark",,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_win_spark",,"Above",,,70,,,,,,,
+"ash_003_lobby_win_spark2",,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_win_spark2",,"Above",,,100,,,,,,,
+"ash_003_lobby_win_spark3",,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_win_spark3",,"Above",,,100,,,,,,,
+"ash_003_lobby_lose",,,,,,,,,,,"Effect",,,,"ash_003_lobby_pizza_flies1","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_pizza_flies2","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ash_003_lobby_lose_spark","Above",,,100,,,,,,,
+"ash_003_lobby_lose_spark",,,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_lose_spark",,"Above",,,100,,,,,,,
+"ash_003_lobby_pizza_flies1",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_fly",,"Above",,,70,,,,,,,
+"ash_003_lobby_pizza_flies2","TRUE",,,,,,,,,,"ParticleEmitter",,,"ash_003_lobby_flies",,"Above",,,70,,,,,,,
+"ash_004_atk",,,"true",,,,,,,,"ParticleEmitter",,,"ash_004_atk",,"Above",,,100,,,,"ash_004_atk",,,
+"ash_004_atk_red",,,"true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_red",,"Above",,,100,,,,,,,
+"ash_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_hit_claw",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_hit_spark",,"Above",,,100,,,,,,,
+"ash_004_atk_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev1_scratch",,"GroundTop","true",,100,,,,"ash_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_ground_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev1_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust",,"Above",,,100,,,,,,,
+"ash_004_atk_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev1_scratch_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_ground_dust_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev1_debris_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"ash_004_atk_trail_lv2",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev2_scratch",,"GroundTop","true",,100,,,,"ash_004_atk_trail_lv2_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev2_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust",,"Above",,,100,,,,,,,
+"ash_004_atk_trail_lv2_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev2_scratch_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_dust_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev2_debris_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"ash_004_atk_trail_lv3",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev3_scratch",,"GroundTop","true",,110,,,,"ash_004_atk_trail_lv3_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev3_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_ground_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust",,"Above",,,100,,,,,,,
+"ash_004_atk_trail_lv3_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev3_scratch_red",,"GroundTop","true",,110,,,,"ash_004_atk_trail_lv3_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_lev3_debris_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_atk_ground_dust_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_atk_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_004_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"ash_004_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"ash_004_ulti_trail_dust",,"Above",,,100,,,,"ash_004_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+"ash_004_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"ash_004_ulti_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+"ash_004_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"ash_004_ulti_reached_bag",,"GroundLow","TRUE",,100,,,,"ash_004_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_smoke",,"Above",,,100,,,,,,,
+"ash_004_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"ash_004_ulti_reached_bag_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_smoke_red",,"Above",,,100,,,,,,,
+"ash_004_ulti_spawn",,"true",,,,,,,,"Ash_Ulti","ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,"ash_003_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution",,"Above",,,100,,,,,,,100
+"ash_004_ulti_spawn_red",,"true",,,,,,,,"Ash_Ulti","ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution_red",,"Above",,,100,,,,,,,100
+"ash_004_pet_die",,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,"ash_003_pet_die_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"ash_004_pet_die_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"ash_004_pet_hit","true","true",,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,"ash_003_pet_hit_red",,,
+"ash_004_pet_hit_red","true","true",,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_spawn_food_red",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"ash_004_pet_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"ash_003_pet_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+"ash_004_pet_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",,,,,,,,,,
+"ash_004_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"ash_004_lobby_claw",,"Above",,,100,,,,,,,
+"ash_004_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"ash_004_lobby_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_lobby_stars_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_lobby_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_004_lobby_impact",,"Above",,,100,,,,,,,
+"ash_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv1_candy",,"Object",,,100,,,,"ash_005_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv1hitCloud",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv1_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact",,"Above",,,100,,,,,,,
+"ash_005_atk_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv1_candy_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv1hitCloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv1_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_red",,"Above",,,100,,,,,,,
+"ash_005_atk_trail_lv2",,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_candy",,"Object",,,100,,,,"ash_005_atk_trail_lv2_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2hitCloud",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_exp_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv2",,"Above",,,100,,,,,,,
+"ash_005_atk_trail_lv2_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_candy_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2hitCloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_exp_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv2_red",,"Above",,,100,,,,,,,
+"ash_005_atk_trail_lv3",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_candy_ground",,"GroundLow","true",,110,,,,"ash_005_atk_trail_lv3_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_particle",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_candy",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2hitCloud",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_exp_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv3",,"Above",,,100,,,,,,,
+"ash_005_atk_trail_lv3_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_candy_ground_red",,"GroundLow","true",,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_particle_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_candy_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv2hitCloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_atk_lv3_exp_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_atk_impact_lv3_red",,"Above",,,100,,,,,,,
+"ash_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_trail_confetti",,"Object",,,100,,,,"ash_005_ulti_trail_red",,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"ash_005_ulti_trail_twinkles",,"Object",,,100,,,,,,,
+"ash_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_trail_confetti_red",,"Object",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"ash_005_ulti_trail_twinkles_red",,"Object",,,100,,,,,,,
+"ash_005_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_hit_03",,"GroundLow","true",,100,,,,"ash_005_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_glow",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Object",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_candy",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_confetti_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_smoke",,"Above",,,100,,,,,,,
+"ash_005_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_hit_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_glow_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Object",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_candy_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_confetti_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_exp_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_003_ulti_reached_smoke_red",,"Above",,,100,,,,,,,
+"ash_005_ulti_spawn",,"true",,,,,,,,"Ash_Ulti","ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,"ash_005_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution",,"Above",,,100,,,,,,,100
+"ash_005_ulti_spawn_red",,"true",,,,,,,,"Ash_Ulti","ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_wifi_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_def_ulti_caution_red",,"Above",,,100,,,,,,,100
+"ash_005_pet_die",,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,"ash_005_pet_die_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"ash_005_pet_die_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_destroy_shorter",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+"ash_005_pet_hit","true","true",,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy",,"GroundHigh",,,100,,,,"ash_005_pet_hit_red",,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"ash_005_pet_hit_red","true","true",,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"ash_005_pet_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"ash_005_pet_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy",,"GroundHigh",,,100,,,,,,,
+"ash_005_pet_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",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_ulti_spawn_candy_red",,"GroundHigh",,,100,,,,,,,
+"ash_005_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_slash_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_slash_02",,"Above",,,100,,,,,,,
+"ash_005_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_slash_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_slash_04",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_exp_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_exp_candy",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_exp_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ash_005_lobby_exp",,"Above",,,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,,,,,,,
+"barley_007_atk",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_007_atk_ground",,,"GroundLow","true",,100,,,,"barley_007_atk_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_007_atk_bubble",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_atk_gas_base",,"GroundHigh",,,100,,,,,,,
+"barley_007_atk_red",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","barley_007_atk_ground_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_007_atk_bubble_red",,,"GroundTop",,,100,,,,,,,
+,,,,,150,50,,,,"Barkeep_bottle_hit","ParticleEmitter",,,"barley_006_atk_ground_impact_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_atk_gas_base_red",,"GroundHigh",,,100,,,,,,,
+"barley_007_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_1",,"Object",,,100,,,,"barley_007_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_2",,"Object",,,100,,,,,,,
+"barley_007_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_1_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_2_red",,"Object",,,100,,,,,,,
+"barley_007_ulti_trail",,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_1",,"Object",,,100,,,,"barley_007_ulti_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_2",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_blue",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_trail",,"Above",,,100,,,,,,,
+"barley_007_ulti_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_1_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"barley_007_atk_trail_2_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_gas_purple",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"arcade_def_atk_trail_red",,"Above",,,100,,,,,,,
+"barley_007_ulti",,,,,150,50,,,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_007_ulti_ground","amber_def_atkEnd_residual",,"GroundLow","true",,100,,,,"barley_007_ulti_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_007_ulti_bubble",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_ulti_gas_base",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_shards_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+"barley_007_ulti_red",,,,,150,50,,,,"Barkeep_ulti_hit","SWF","sc/effects_brawler.sc","barley_007_ulti_ground_red","amber_def_atkEnd_residual",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","barley_007_ulti_bubble_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_ulti_gas_base_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_007_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,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,,,,,,,
+"belle_003_atk",,,,,250,50,,,,"Belle_Atk","ParticleEmitter",,,"belle_003_atk_leaves",,"Above",,,100,,,,"belle_003_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_drop_particle",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_gunsmoke",,"Above",,,100,,,,,,,
+"belle_003_atk_red",,,,,250,50,,,,"Belle_Atk","ParticleEmitter",,,"belle_003_atk_leaves_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_drop_particle_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_gunsmoke_red",,"Above",,,100,,,,,,,
+"belle_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_trail",,"Above",,,100,,,,"belle_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_trail_noise",,"Object",,,100,,,,,,,
+"belle_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_trail_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_trail_noise_red",,"Object",,,100,,,,,,,
+"belle_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,"belle_003_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_acornInner",,"GroundTop",,,100,,,,,,,
+"belle_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_acronInner_red",,"GroundTop",,,100,,,,,,,
+"belle_003_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,80,,,,"belle_003_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_hit_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_dust",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_hit_wave2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_leaf",,"Above",,,100,,,,,,,
+"belle_003_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_hit_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_dust_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_hit_wave2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_leaf_red",,"Above",,,100,,,,,,,
+"belle_003_ulti",,,,,250,50,,,,"Belle_Ulti","ParticleEmitter",,,"belle_003_atk_leaves",,"Above",,,100,,,,"belle_003_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_gunsmoke",,"Above",,,100,,,,,,,
+"belle_003_ulti_red",,,,,250,50,,,,"Belle_Ulti","ParticleEmitter",,,"belle_003_atk_leaves_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_gunsmoke_red",,"Above",,,100,,,,,,,
+"belle_003_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit",,"Above",,,100,,,,"belle_003_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_drop_particle",,"GroundLow",,,100,,,,,,,
+"belle_003_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_leaf_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_drop_particle_red",,"GroundLow",,,100,,,,,,,
+"belle_003_ulti_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_main",,"Above",,,30,,,,"belle_003_ulti_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_glow",,"Object",,,50,,,,,,,
+"belle_003_ulti_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_main_red",,"Above",,,30,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_004_atkHit_glow_red",,"Object",,,50,,,,,,,
+"belle_003_ulti_trail",,"TRUE",,,,,,,,,"ParticleEmitter",,,"belle_003_atk_trail",,"Above",,,100,,,,"belle_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_ulti_trail_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust",,"Object",,,100,,,,,,,
+"belle_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_trail_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_ulti_trail_twinkles_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust_red",,"Object",,,100,,,,,,,
+"belle_003_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Above",,,100,,,,"belle_003_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_drop_particle",,"GroundLow",,,100,,,,,,,
+"belle_003_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_drop_particle_red",,"GroundLow",,,100,,,,,,,
+"belle_003_atk2_trail",,"true",,,,,,,,,"ParticleEmitter",,,"belle_003_atk2_trail_slash",,"Above",,,100,,,,"belle_003_atk2_trail_red",,,
+"belle_003_atk2_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"belle_003_atk2_trail_slash_red",,"Above",,,100,,,,,,,
+"belle_003_lobby",,,,,,,,,,,"Effect",,,,"belle_003_start_lobby","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"belle_003_start_lobby3","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"belle_003_start_lobby2","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"belle_003_start_lobby4","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"belle_003_start_lobby5","Above",,,100,,,,,,,
+"belle_003_start_lobby",,"true",,"plant_vfx_s",,,,,,,"ParticleEmitter",,,"belle_003_leaf_lobby",,"Object",,,100,,,,,,,
+,,"true",,"plant_vfx_s",,,,,,,"ParticleEmitter",,,"belle_003_leaf_lobby1_1",,"Object",,,100,,,,,,,
+"belle_003_start_lobby2",,"true",,"plant_vfx_s",,,,,,,"ParticleEmitter",,,"belle_003_leaf_lobby2_1",,"Object",,,100,,,,,,,
+"belle_003_start_lobby3",,"true",,"plant_vfx_s",,,,,,,"ParticleEmitter",,,"belle_003_leaf_lobby3",,"Object",,,100,,,,,,,
+"belle_003_start_lobby4",,"true",,"plant_vfx_s",,,,,,,"ParticleEmitter",,,"belle_003_leaf_lobby4",,"Object",,,100,,,,,,,
+"belle_003_start_lobby5",,,,,,,,,,,"ParticleEmitter",,,"belle_003_leaf_lobby5",,"Object",,,100,,,,,,,
+"belle_shock_003","true","true",,,,,,,,,"ParticleEmitter",,,"belle_003_tree_line_red",,"Object",,,100,,,,"belle_shock_003_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_tree_line_leaf_red",,"Above",,,100,,,,,,,
+"belle_shock_003_red","true","true",,,,,,,,,"ParticleEmitter",,,"belle_003_tree_line",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_tree_line_leaf",,"Above",,,100,,,,,,,
+"belle_004_atk",,,,,250,50,,,,"Belle_Atk","ParticleEmitter",,,"belle_004_atk_shock",,"Above",,,100,,,,"belle_004_atk_red",,,
+"belle_004_atk_red",,,,,250,50,,,,"Belle_Atk","ParticleEmitter",,,"belle_004_atk_shock_red",,"Above",,,100,,,,,,,
+"belle_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_trail_liquid",,"Above",,,100,,,,"belle_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_trail_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_trail_ground",,"GroundLow","TRUE",,100,,,,,,,
+"belle_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_trail_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"belle_004_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_reached_clam",,"GroundTop",,,100,,,,"belle_004_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_02",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_01",,"Above",,,100,,,,,,,
+"belle_004_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_reached_clam_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_02_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_01_red",,"Above",,,100,,,,,,,
+"belle_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,80,,,,"belle_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_hit_liquid_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_debris",,"GroundLow",,,100,,,,,,,
+"belle_004_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_hit_liquid_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_debris_red",,"GroundLow",,,100,,,,,,,
+"belle_004_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,80,,,,"belle_004_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_hit_liquid_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_debris",,"GroundLow",,,100,,,,,,,
+"belle_004_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_hit_liquid_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_atk_debris_red",,"GroundLow",,,100,,,,,,,
+"belle_004_ulti",,,,,250,50,,,,"Belle_Ulti","ParticleEmitter",,,"belle_004_ulti_shock",,"Above",,,100,,,,"belle_004_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_gunsmoke",,"Above",,,100,,,,,,,
+"belle_004_ulti_red",,,,,250,50,,,,"Belle_Ulti","ParticleEmitter",,,"belle_004_ulti_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_003_atk_gunsmoke_red",,"Above",,,100,,,,,,,
+"belle_004_ulti_hit",,,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,70,,,,"belle_004_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_shocked",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid",,"Object",,,100,,,,,,,
+"belle_004_ulti_hit_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_shocked_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_02_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid_red",,"Object",,,100,,,,,,,
+"belle_004_ulti_hitEnv",,,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,70,,,,"belle_004_ulti_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_shocked",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid",,"Object",,,100,,,,,,,
+"belle_004_ulti_hitEnv_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_shocked_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_02_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_hit_liquid_red",,"Object",,,100,,,,,,,
+"belle_004_ulti_trail",,"true",,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_liquid",,"Above",,,100,,,,"belle_004_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_def_ulti_trail_shock",,"Above",,,100,,,,,,,
+"belle_004_ulti_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_trail_shock_red",,"Above",,,100,,,,,,,
+"belle_004_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_02",,"GroundLow","TRUE",,100,,,,"belle_004_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_jelly",,"GroundLow",,,100,,,,,,,
+"belle_004_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_02_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_liquid_spark_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_004_ulti_reached_jelly_red",,"GroundLow",,,100,,,,,,,
+"belle_004_atk2_trail",,"true",,,,,,,,,"ParticleEmitter",,,"belle_004_atk2_trail_slash",,"Above",,,100,,,,"belle_004_atk2_trail_red",,,
+"belle_004_atk2_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"belle_004_atk2_trail_slash_red",,"Above",,,100,,,,,,,
+"belle_shock_004","true","true",,,,,,,,,"ParticleEmitter",,,"belle_004_atk2_dot_liquid_red",,"Object",,,100,,,,"belle_shock_004_red",,,
+"belle_shock_004_red","true","true",,,,,,,,,"ParticleEmitter",,,"belle_004_atk2_dot_liquid",,"Object",,,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_005_atk",,"true",,,150,50,,,,,"ParticleEmitter",,,"bibi_005_atk",,"Above","true",,100,,,,"bibi_005_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_atk_wool",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_atk_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+"bibi_005_atk_red",,"true",,,150,50,,,,,"ParticleEmitter",,,"bibi_005_atk_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_atk_wool_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","bibi_def_atk_dust",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_atk_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_def_atk_fragments",,"GroundHigh",,,100,,,,,,,
+"bibi_005_atk_use",,"TRUE",,,,,,,,"bibi_atk","ParticleEmitter",,,"bibi_005_atk_emotion",,"Above",,,100,,,,,,,
+"bibi_005_atk_hit",,"true",,,,,,,,"Bibi_bat_hit","ParticleEmitter",,,"bibi_005_atk_hit_red",,"Above",,,100,,,,"bibi_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_atk_stars_red",,"Above",,,,,,,,,,
+"bibi_005_atk_hit_red",,"true",,,,,,,,"Bibi_bat_hit","ParticleEmitter",,,"bibi_005_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_atk_stars",,"Above",,,,,,,,,,
+"bibi_005_ulti",,"true",,,,,,,,"bibi_ulti","SWF","sc/effects_brawler.sc","bibi_005_ulti_swing",,,"Above","true",,60,,,,"bibi_005_ulti_red",,,400
+"bibi_005_ulti_red",,"true",,,,,,,,"bibi_ulti","SWF","sc/effects_brawler.sc","bibi_005_ulti_swing_red",,,"Above","true",,60,,,,,,,400
+"bibi_005_ulti_trail",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_smoke",,"GroundTop",,,100,,,,"bibi_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_speedline",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_sparks_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_sparks_02",,"GroundTop",,,100,,,,,,,
+"bibi_005_ulti_trail_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_speedline_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_sparks_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_trail_sparks_02_red",,"GroundTop",,,100,,,,,,,
+"bibi_005_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_blue",,"Above",,,200,,,,"bibi_005_ulti_hit_red",,,
+"bibi_005_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_red",,"Above",,,200,,,,,,,
+"bibi_005_ulti_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_blue",,"Above",,,150,,,,"bibi_005_ulti_hitEnv_red",,,
+"bibi_005_ulti_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"rico_002_hitEnv_red",,"Above",,,150,,,,,,,
+"bibi_005_ulti_reached",,,,,,,,,,"bibi_bubble_pop","SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Above",,,250,,,,"bibi_005_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_hit_reached_stars",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_glow",,"Above",,,130,,,,,,,
+"bibi_005_ulti_reached_red",,,,,,,,,,"bibi_bubble_pop","SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Above",,,250,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_005_ulti_hit_reached_stars_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_glow_red",,"Above",,,130,,,,,,,
+"bibi_005_lobby",,,,,,,,,,,"Effect",,,,"bibi_005_lobby_impact","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bibi_005_lobby_star","Above",,,100,,,,,,,
+"bibi_005_lobby_star",,"TRUE",,"R_gunbone_02_s",,,,,,,"ParticleEmitter",,,"bibi_005_lobby_star",,"Above",,,100,,,,,,,
+"bibi_005_lobby_impact",,"TRUE","TRUE","R_gunbone_02_s",,,,,,,"ParticleEmitter",,,"bibi_005_lobby_impact",,"Object",,,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,,,,,,,
+"bo_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"bo_005_atk_trail_sparks1",,"Above",,,100,,,,"bo_005_atk_trail_red",,,
+"bo_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bo_005_atk_trail_sparks1_red",,"Above",,,100,,,,,,,
+"bo_005_atk_Hit",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_blue",,"Object",,,100,,,,"bo_005_atk_Hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_explode",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_004_atk_area_blue",,,"GroundHigh","true",,100,,,,,,,
+"bo_005_atk_Hit_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_005_hit_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks3_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_003_atk_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_004_atk_area_red",,,"GroundHigh","true",,100,,,,,,,
+"bo_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"bo_005_atk_trail_sparks1",,"Above",,,100,,,,"bo_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_sparks2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_twinkle_purple",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_twinkle_green",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_sparks3",,"Above",,,100,,,,,,,
+"bo_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bo_005_atk_trail_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_sparks2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_twinkle_purple",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_twinkle_yellow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_ulti_trail_sparks3_red",,"Above",,,100,,,,,,,
+"bo_005_ulti1_explosion",,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,100,,,,"bo_005_ulti1_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks3",,"Above",,,80,,,,,,,
+"bo_005_ulti2_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"bo_005_ulti2_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks3",,"Above",,,100,,,,,,,
+"bo_005_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_005_hit_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks3_red",,"Above",,,80,,,,,,,
+"bo_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",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_005_hit_sparks3_red",,"Above",,,100,,,,,,,
+"bo_006_atkHit_blue",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_ground_small_blue",,"GroundHigh",,,100,,,,"bo_006_atkHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atk_bottom_explod_001",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atkHit_liquid_circle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_blue",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atkHit_core",,"Above",,,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_006_atkHit_red",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atk_bottom_explod_001_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atkHit_liquid_circle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atkHit_core_red",,"Above",,,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_006_atk_use",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bo_006_atk_trail_ground2",,"GroundTop","TRUE",,100,,,,"bo_006_atk_use_red",,,
+"bo_006_atk_use_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bo_006_atk_trail_ground2_red",,"GroundHigh","TRUE",,100,,,,,,,
+"bo_006_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"bo_006_atk_trail_dust",,"Above",,,100,,,,"bo_006_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atk_trail_ground1",,"Above",,,100,,,,,,,
+"bo_006_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bo_006_atk_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atk_trail_ground1_red",,"Above",,,100,,,,,,,
+"bo_006_atk_hitEnv",,"TRUE",,,,,,,,,"ParticleEmitter",,,"bo_006_atk_hit_remain",,"Object",,,100,,,,"bo_006_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atkHit_Env_liquid",,"Above",,,100,,,,,,,
+"bo_006_atk_hitEnv_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"bo_006_atk_hit_remain_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_atkHit_Env_liquid_red",,"Above",,,100,,,,,,,
+"bo_006_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"bo_006_ulti_trail_droplet_1",,"GroundLow","TRUE",,100,,,,"bo_006_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_ulti_trail_droplet_2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_ulti_trail_dust",,"Above",,,100,,,,,,,
+"bo_006_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bo_006_ulti_trail_droplet_1_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_ulti_trail_droplet_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_ulti_trail_dust_red",,"Above",,,100,,,,,,,
+"bo_006_ulti1_explosion",,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundHigh","true",,100,,,,"bo_006_ulti1_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","bo_def_ulti1_cloud",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_wasp_Big",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_3",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_droplet",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_1",,"Above",,,100,,,,,,,
+"bo_006_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_006_mine_wasp_Big_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_3_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_droplet_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_1_red",,"Above",,,100,,,,,,,
+"bo_006_ulti2_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"GroundLow","true",,135,,,,"bo_006_ulti2_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_gold",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_droplet",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_1",,"Above",,,100,,,,,,,
+"bo_006_ulti2_explosion_red",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"GroundLow","true",,135,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_droplet_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_006_mine_Create_1_red",,"Above",,,100,,,,,,,
+"bo_006_mine_wasp","true","true",,,,,,,,,"ParticleEmitter",,,"bo_006_mine_wasp_small",,"Above",,,100,,,,,,,
+"bo_006_mine_wasp_red","true","true",,,,,,,,,"ParticleEmitter",,,"bo_006_mine_wasp_small_red",,"Above",,,100,,,,,,,
+"bo_006_mine_wasp_Big","true","true",,,,,,,,,"ParticleEmitter",,,"bo_006_mine_wasp_Big",,"Above",,,100,,,,,,,
+"bo_006_mine_wasp_Big_red","true","true",,,,,,,,,"ParticleEmitter",,,"bo_006_mine_wasp_Big_red",,"Above",,,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,,,,,,,
+"brock_006_atk_reached",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"brock_006_atk_reached_1",,"GroundTop",,,100,,,,"brock_006_atk_reached",,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_006_atk_reached_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_006_atk_reached_3",,"GroundTop",,,100,,,,,,,
+"brock_006_ult",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"brock_006_ult_reached_1",,"GroundTop",,,100,,,,"brock_006_ult",,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_006_ult_reached_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_006_ult_reached_3",,"GroundTop",,,100,,,,,,,
+"buster_def_atk",,"true",,,,,,,,"Buster_Atk","ParticleEmitter",,,"buster_def_atk",,"Above",,,100,,,,"buster_def_atk_red",,,
+"buster_def_atk_red",,"true",,,,,,,,"Buster_Atk","ParticleEmitter",,,"buster_def_atk_red",,"Above",,,100,,,,,,,
+"buster_def_atk_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"buster_def_atk_trail",,"GroundTop",,,100,,,,"buster_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_trail_dust",,"GroundTop",,,100,,,,,,,
+"buster_def_atk_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"buster_def_atk_trail_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_trail_dust_red",,"GroundTop",,,100,,,,,,,
+"buster_def_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_debris",,"Above",,,100,,,,"buster_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow",,"Above",,,40,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_flash",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_flash2",,"Above",,,100,,,,,,,
+"buster_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_debris_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow_red",,"Above",,,40,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_flash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_flash2_red",,"Above",,,100,,,,,,,
+"buster_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_debris",,"Above",,,100,,,,"buster_def_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow",,"Above",,,50,,,,,,,
+"buster_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_debris_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow_red",,"Above",,,50,,,,,,,
+"buster_def_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_debris",,"Above",,,100,,,,"buster_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow",,"Above",,,40,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_screen",,"Above",,,100,,,,,,,
+"buster_def_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_debris_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow_red",,"Above",,,40,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_atk_hit_screen_red",,"Above",,,100,,,,,,,
+"buster_def_ulti_shield","true","true","true",,,,,,,"Buster_Ulti","SWF","sc/effects_brawler.sc","buster_def_ulti",,,"Above",,,75,,,,"buster_def_ulti_shield_red",,,50
+"buster_def_ulti_shield_red","true","true","true",,,,,,,"Buster_Ulti","SWF","sc/effects_brawler.sc","buster_def_ulti_red",,,"Above",,,75,,,,,,,50
+"buster_def_starPower_hit",,,,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud",,"Above",,,100,,,,"buster_def_starPower_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_starPower_hit_film",,"Above",,,100,,,,,,,
+"buster_def_starPower_hit_red",,,,,,,,,,,"ParticleEmitter",,,"buzz_def_atkHit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_starPower_hit_film_red",,"Above",,,100,,,,,,,
+"buster_def_lobby",,,,,,,,,,,"Effect",,,,"buster_def_lobby_atk","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_def_lobby_bullet","Above",,,100,,,,,,,
+"buster_def_lobby_atk",,"TRUE","TRUE","Projector_tip_s",,,,,,,"ParticleEmitter",,,"buster_def_lobby_flash",,"Object",,,100,,,,,,,
+"buster_def_lobby_bullet",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"buster_def_lobby_bullet",,"Above",,,100,,,,,,,
+"buster_def_lobby_lose",,,,,,,,,,,"Effect",,,,"buster_def_lobby_lose_projector","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_def_lobby_lose_impact","Above",,,100,,,,,,,
+"buster_def_lobby_lose_projector",,"TRUE","TRUE","Projector_tip_s",,,,,,,"ParticleEmitter",,,"buster_def_lobby_lose_flash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_lobby_lose_smoke",,"Above",,,100,,,,,,,
+"buster_def_lobby_lose_impact",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"buster_def_lobby_lose_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_lobby_lose_stun",,"Above",,,100,,,,,,,
+"buster_002_atk",,"true",,,,,,,,"Buster_Atk","ParticleEmitter",,,"buster_002_atk",,"Above",,,100,,,,"buster_002_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_spark5",,"Above",,,100,,,,,,,
+"buster_002_atk_red",,"true",,,,,,,,"Buster_Atk","ParticleEmitter",,,"buster_002_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_spark5_red",,"Above",,,100,,,,,,,
+"buster_002_atk_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"buster_002_atk_trail",,"GroundTop",,,100,,,,"buster_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_trail_spark",,"GroundTop",,,100,,,,,,,
+"buster_002_atk_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"buster_002_atk_trail_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_trail_spark_red",,"GroundTop",,,100,,,,,,,
+"buster_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_hit",,"Above",,,100,,,,"buster_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_spark",,"Above",,,100,,,,,,,
+"buster_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_spark_red",,"Above",,,100,,,,,,,
+"buster_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"buster_002_reached_smoke",,"Above",,,100,,,,"buster_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_reached",,"Above",,,100,,,,,,,
+"buster_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"buster_002_reached_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_reached_red",,"Above",,,100,,,,,,,
+"buster_002_atk_Env",,,,,,,,,,,"ParticleEmitter",,,"buster_002_reached_smoke",,"Above",,,100,,,,"buster_002_atk_Env_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_debris1",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_debris2",,"Above",,,70,,,,,,,
+"buster_002_atk_Env_red",,,,,,,,,,,"ParticleEmitter",,,"buster_002_reached_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_debris1_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_debris2_red",,"Above",,,70,,,,,,,
+"buster_002_ulti_shield","true","true","true",,,,,,,"Buster_Ulti","SWF","sc/effects_brawler.sc","buster_002_ulti2",,,"Above",,,75,,,,"buster_002_ulti_shield_red",,,50
+"buster_002_ulti_shield_red","true","true","true",,,,,,,"Buster_Ulti","SWF","sc/effects_brawler.sc","buster_002_ulti2_red",,,"Above",,,75,,,,,,,50
+"buster_002_starPower_hit",,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_hit",,"Above",,,100,,,,"buster_002_starPower_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_starPower_hit_film",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_debris2",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_spark",,"Above",,,100,,,,,,,
+"buster_002_starPower_hit_red",,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_starPower_hit_film_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_debris2_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_atk_env_spark_red",,"Above",,,100,,,,,,,
+"buster_002_starPower_reached",,,,,,,,,,,"ParticleEmitter",,,"buster_002_reached_smoke",,"Above",,,100,,,,"buster_002_starPower_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_starPower_hit_film",,"Above",,,100,,,,,,,
+"buster_002_starPower_reached_red",,,,,,,,,,,"ParticleEmitter",,,"buster_002_reached_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_def_starPower_hit_film_red",,"Above",,,100,,,,,,,
+"buster_002_lobby",,,,,,,,,,,"Effect",,,,"buster_002_lobby_slash","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_002_lobby_spark","Object",,,100,,,,,,,
+"buster_002_lobby_slash",,"TRUE","TRUE","chest_s",,,,,,,"ParticleEmitter",,,"buster_002_lobby_slash_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_lobby_slash_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_lobby_slash_03",,"Above",,,100,,,,,,,
+"buster_002_lobby_spark",,"TRUE","TRUE","Projector_tip_s",,,,,,,"ParticleEmitter",,,"buster_002_lobby_spark",,"Object",,,100,,,,,,,
+"buster_002_lobby_lose",,,,,,,,,,,"Effect",,,,"buster_002_lobby_lose_spark","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_002_lobby_lose_smoke","Object",,,100,,,,,,,
+"buster_002_lobby_lose_spark",,"TRUE","TRUE","Projector_tip_s",,,,,,,"ParticleEmitter",,,"buster_002_lobby_lose_spark_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_lobby_lose_spark_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buster_002_lobby_lose_impact",,"Above",,,100,,,,,,,
+"buster_002_lobby_lose_smoke",,"TRUE","TRUE","Projector_main_s",,,,,,,"ParticleEmitter",,,"buster_002_lobby_lose_smoke",,"Object",,,100,,,,,,,
+"buster_silver_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_def_lobby","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"buster_silver_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_def_lobby_lose","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"buster_gold_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_def_lobby","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"buster_gold_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"buster_def_lobby_lose","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"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
+"bull_005_atk",,,,,200,,,,,"Rhinofire","SWF","sc/effects_brawler.sc","bull_005_atk",,,"Above",,,110,,,,"bull_005_atk_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"GroundHigh",,,100,,,,,,,
+"bull_005_atk_red",,,,,200,,,,,"Rhinofire","SWF","sc/effects_brawler.sc","bull_005_atk_red",,,"Above",,,110,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"GroundHigh",,,100,,,,,,,
+"bull_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"bull_005_atk_hit",,"Above",,,100,,,,"bull_005_atk_hit_red",,,10
+,,,,,,,,,,,"ParticleEmitter",,,,,"Above",,,100,,,,,,,400
+"bull_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bull_005_atk_hit_red",,"Above",,,100,,,,,,,10
+,,,,,,,,,,,"ParticleEmitter",,,,,"Above",,,100,,,,,,,400
+"bull_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"bull_005_atk_reached",,"Object",,,100,,,,"bull_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_005_atkEnd_debris",,"GroundLow",,,100,,,,,,,
+"bull_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"bull_005_atk_reached_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_005_atkEnd_debris_red",,"GroundLow",,,100,,,,,,,
+"bull_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"bull_005_atk_trail",,"Above",,,110,,,,"bull_005_atk_trail_red",,,400
+"bull_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bull_005_atk_trail_red",,"Above",,,110,,,,,,,400
+"bull_005_ulti_loop","TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"bull_005_ulti_foot_L",,"GroundHigh","TRUE",,,,,,,,,300
+,"TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"bull_005_ulti_foot_R",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"GroundTop",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_005_ulti_trail_dust_75",,"GroundTop",,,,,,,,,,
+"bull_005_ulti_loop_2","TRUE","true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","bull_005_ulti_shield",,,"Object",,,70,,,,"bull_005_ulti_loop_2_red",,,350
+"bull_005_ulti_loop_red","TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"bull_005_ulti_foot_L",,"GroundHigh","TRUE",,,,,,,,,300
+,"TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"bull_005_ulti_foot_R",,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"GroundTop",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_005_ulti_trail_dust_75",,"GroundTop",,,,,,,,,,
+"bull_005_ulti_loop_2_red","TRUE","true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","bull_005_ulti_shield_red",,,"Object",,,70,,,,,,,350
+"bull_005_lobby_lose",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bull_005_lobby_lose_impact",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bull_005_lobby_lose_stun","Above",,,100,,,,,,,
+"bull_005_lobby_lose_stun","TRUE","TRUE","TRUE","hair_01_s",,,,,,,"ParticleEmitter",,,"bull_005_lobby_lose_stun",,"Above",,,100,,,,,,,
+"bull_006_win",,"TRUE","TRUE",,,,,,,,"Effect",,,"bull_006_lobby_L","bull_006_lobby_L","Above",,,,,,,,,,
+,,"TRUE","TRUE",,,,,,,,"Effect",,,"bull_006_lobby_R","bull_006_lobby_R","Above",,,,,,,,,,
+"bull_006_lobby_L",,"TRUE","TRUE","L_wrist_s",,,,,,,"ParticleEmitter",,,"bull_006_lobby_L",,"Above",,,100,,,,,,,
+"bull_006_lobby_R",,"TRUE","TRUE","R_wrist_s",,,,,,,"ParticleEmitter",,,"bull_006_lobby_R",,"Above",,,100,,,,,,,
+"bull_006_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,"bull_006_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_006_atk_reached",,"Above",,,100,,,,,,,
+"bull_006_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_006_atk_reached_red",,"Above",,,100,,,,,,,
+"bull_006_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud",,"Above",,,100,,,,"bull_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,50,,,,,,,
+"bull_006_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bea_def_atk_hitEnv_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,50,,,,,,,
+"bull_007_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"bull_007_atk_hit_impact",,"Above",,,100,,,,"bull_007_atk_hit_red",,,
+"bull_007_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bull_007_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"bull_007_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,"bull_007_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_007_atk_reached_axe",,"Object",,,100,,,,,,,
+"bull_007_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_007_atk_reached_axe_red",,"Object",,,100,,,,,,,
+"bull_007_ulti_loop","true","TRUE","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","bull_007_ulti_head",,,"Above",,,100,,,,"bull_007_ulti_loop_red",,,350
+"bull_007_ulti_loop_red","true","TRUE","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","bull_007_ulti_head_red",,,"Above",,,100,,,,,,,350
+"bull_007_ulti_loop2","true",,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_dust_75",,"Above",,,100,,,,,,,
+"bull_008_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_hit_02",,"Object",,,100,,,,"bull_008_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_hit_01",,"Above",,,100,,,,,,,
+"bull_008_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_hit_02_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_hit_01_red",,"Above",,,100,,,,,,,
+"bull_008_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,"bull_008_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_reached_catpaw",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_reached_ground",,"GroundHigh",,,100,,,,,,,
+"bull_008_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_reached_catpaw_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_reached_ground_red",,"GroundHigh",,,100,,,,,,,
+"bull_008_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_trail_hair",,"Above",,,110,,,,"bull_008_atk_trail_red",,,400
+"bull_008_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bull_008_atk_trail_hair_red",,"Above",,,110,,,,,,,400
+"bull_008_ulti_loop","true","TRUE","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","bull_008_ulti_head",,,"Above",,,100,,,,"bull_008_ulti_loop_red",,,350
+,"true","TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bull_008_ulti_trail_hair",,"Above",,,100,,,,,,,
+"bull_008_ulti_loop_red","true","TRUE","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","bull_008_ulti_head_red",,,"Above",,,100,,,,,,,350
+,"true","TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"bull_008_ulti_trail_hair_red",,"Above",,,100,,,,,,,
+"bull_008_ulti_loop2","TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"bull_008_ulti_foot_L",,"GroundHigh","TRUE",,,,,,,,,300
+,"TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"bull_008_ulti_foot_R",,"GroundHigh","TRUE",,,,,,,,,
+"bull_008_lobby_lose",,,,,,,,,,,"Effect",,,,"bull_008_lobby_lose_cat_hair","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bull_008_lobby_lose_scratch","Object",,,100,,,,,,,
+"bull_008_lobby_lose_cat_hair",,"TRUE","TRUE","cat_spine1_s",,,,,,,"ParticleEmitter",,,"bull_008_lobby_lose_cat_hair",,"Object",,,100,,,,,,,
+"bull_008_lobby_lose_scratch",,"TRUE","TRUE","cat_wrist_r_s",,,,,,,"ParticleEmitter",,,"bull_008_lobby_lose_scratch",,"Object",,,100,,,,,,,
+"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",,,,,,,"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",,,,,,,"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,,,,,,,
+"buzz_005_atk",,"TRUE","TRUE",,,,,,,"Buzz_Atk","ParticleEmitter",,,"buzz_005_atk_candy",,"GroundTop","TRUE",,100,,,,"buzz_005_atk_red",,,
+"buzz_005_atk_red",,"TRUE","TRUE",,,,,,,"Buzz_Atk","ParticleEmitter",,,"buzz_005_atk_candy_red",,"GroundTop","TRUE",,100,,,,,,,
+"buzz_005_atk_trail",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"buzz_005_atk_trail_starcandy",,"GroundTop",,,100,,,,"buzz_005_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_atk_trail_dustDots",,"GroundTop",,,100,,,,,,,
+"buzz_005_atk_trail_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"buzz_005_atk_trail_starcandy_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_atk_trail_dustDots_red",,"GroundTop",,,100,,,,,,,
+"buzz_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_atk_hit_impact_red",,"Above",,,100,,,,"buzz_005_atk_hit_red",,,
+"buzz_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_atk_hit_impact",,"Above",,,100,,,,,,,
+"buzz_005_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_atk_hit_impact",,"Above",,,85,,,,"buzz_005_atk_hitEnv_red",,,
+"buzz_005_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_atk_hit_impact_red",,"Above",,,85,,,,,,,
+"buzz_005_ulti",,"TRUE","TRUE",,,,,,,"Buzz_Ulti_Atk","ParticleEmitter",,,"buzz_005_ulti_dust",,"GroundTop",,,100,,,,"buzz_005_ulti_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","buzz_def_ulti_trail",,,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_star",,"Above",,,100,,,,,,,
+"buzz_005_ulti_red",,"TRUE","TRUE",,,,,,,"Buzz_Ulti_Atk","ParticleEmitter",,,"buzz_005_ulti_dust",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","buzz_def_ulti_trail_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_star",,"Above",,,100,,,,,,,
+"buzz_005_ulti_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,100,,,,"buzz_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_base",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_top",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_trail_starcandy",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_trail_candy",,"GroundHigh","TRUE",,100,,,,,,,
+"buzz_005_ulti_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"ground_fragments_continuing",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_base",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_003_ulti_trail_top",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_trail_starcandy_red",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_trail_candy_red",,"GroundHigh","TRUE",,100,,,,,,,
+"buzz_005_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_02",,"GroundHigh",,,100,,,,"buzz_005_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_hit_star",,"Above",,,100,,,,,,,
+"buzz_005_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_02_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_hit_star_red",,"Above",,,100,,,,,,,
+"buzz_005_ulti_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_02",,"GroundHigh",,,85,,,,"buzz_005_ulti_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_01",,"GroundTop",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_hit_star",,"Above",,,85,,,,,,,
+"buzz_005_ulti_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_02_red",,"GroundHigh",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_macaroon_01_red",,"GroundTop",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_hit_star_red",,"Above",,,85,,,,,,,
+"buzz_005_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_reached_macaroon",,"GroundTop",,,100,,,,"buzz_005_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_hit_star",,"Above",,,85,,,,,,,
+"buzz_005_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_reached_macaroon_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_ulti_hit_star_red",,"Above",,,85,,,,,,,
+"buzz_005_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_lobby_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_lobby_starcandy",,"Above",,,100,,,,,,,
+"buzz_005_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"buzz_005_lobby_liquid_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_005_lobby_starcandy_02",,"Above",,,100,,,,,,,
+"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,,,,,,,
+"byron_003_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"byron_003_atk_trail_bubble",,"Object",,,100,,,,"byron_003_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_ground",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"byron_003_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"gene_004_atk_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_sprout_water",,"GroundLow","true",,50,,,,"byron_003_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_atk_hit_gas",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv",,,"Above",,,55,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_sprout_water_red",,"GroundHigh","true",,50,,,,"byron_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_atk_hit_gas_red",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv_red",,,"Above",,,55,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster_red",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_sprout_water",,"GroundLow","true",,60,,,,"byron_003_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_003_atk_hit_gas",,"Object",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv",,,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_sprout_water_red",,"GroundLow","true",,60,,,,"byron_def_atk_hit_red",,,
+,,,,,,,,,,,"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,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv_red",,,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster_red",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_sprout_water",,"GroundLow","true",,50,,,,"byron_003_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_atk_hit_gas",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv",,,"Above",,,55,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_reached_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster",,"GroundLow","true",,100,,,,,,,
+"byron_003_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_sprout_water_red",,"GroundLow","true",,50,,,,"byron_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"shelly_003_hitSplat_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_gas_red",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_002_atk_hitEnv_red",,,"Above",,,55,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gene_004_atk_reached_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster_red",,"GroundLow","true",,100,,,,,,,
+"byron_003_ulti_hit",,,,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"byron_def_ulti_gas_base",,"Object","true",,100,,,,"byron_003_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_003_ulti_shards",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster",,"GroundHigh","TRUE",,100,,,,,,,
+"byron_003_ulti_hit_red",,,,,,,,,,"Byron_Ulti_Hit","ParticleEmitter",,,"byron_def_ulti_gas_base_red",,"Object","true",,100,,,,"byron_def_ulti_hit_red",,,
+,,,,,,,,,,,"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_turquoise_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_ulti_shards_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"byron_003_reached_exp_monster_red",,"GroundHigh","TRUE",,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,,,,,,,
+"carl_007_atk",,"TRUE",,,150,,,,,,"ParticleEmitter",,,"carl_007_atk_impact",,"Above",,,300,,,,"carl_007_atk_red",,,
+"carl_007_atk_red",,"TRUE",,,150,,,,,,"ParticleEmitter",,,"carl_007_atk_impact_red",,"Above",,,300,,,,,,,
+"carl_007_atk_trail",,,,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_007_atk_trail_crack",,"GroundLow","true",,100,,,,"carl_007_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_frag",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_dust",,"GroundTop",,,100,,,,,,,
+"carl_007_atk_trail_red",,,,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_007_atk_trail_crack",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_frag",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_dust",,"GroundTop",,,100,,,,,,,
+"carl_007_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_hit_red",,"Above",,,100,,,,"carl_007_atk_hit_red",,,
+"carl_007_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_hit",,"Above",,,100,,,,,,,
+"carl_007_ulti",,"TRUE",,,,,,,,"Carl_ulti_2","ParticleEmitter",,,"carl_007_ulti_arrow",,"GroundLow","TRUE",,100,,,,"carl_007_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_1",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_2",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_3",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_4",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_after_smoke_1",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_after_smoke_2",,"GroundTop","TRUE",,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_impact",,"GroundTop","TRUE",,100,,,,,,,
+"carl_007_ulti_red",,"TRUE",,,,,,,,"Carl_ulti_2","ParticleEmitter",,,"carl_007_ulti_arrow_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_1_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_2_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_3_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_smoke_4_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_after_smoke_1_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_after_smoke_2_red",,"GroundTop","TRUE",,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"carl_007_ulti_impact_red",,"GroundTop","TRUE",,100,,,,,,,
+"carl_008_atk",,"TRUE",,,150,,,,,,"ParticleEmitter",,,"carl_008_atk",,"Above",,,100,,,,"carl_008_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_atk_smoke",,"Above",,,100,,,,,,,
+"carl_008_atk_red",,"TRUE",,,150,,,,,,"ParticleEmitter",,,"carl_008_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_atk_smoke_red",,"Above",,,100,,,,,,,
+"carl_008_atk_trail",,"TRUE",,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_008_atk_trail_twinkle1",,"GroundLow",,,100,,,,"carl_008_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle2",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_frag",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_dust",,"GroundTop",,,100,,,,,,,
+"carl_008_atk_trail_red",,,,,,,,,,"Carl_atk","ParticleEmitter",,,"carl_008_atk_trail_twinkle1",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle2",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_frag_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_trail_dust_red",,"GroundTop",,,100,,,,,,,
+"carl_008_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hit",,"Above",,,100,,,,"carl_008_atk_hit_red",,,
+"carl_008_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hit_red",,"Above",,,100,,,,,,,
+"carl_008_ulti",,"TRUE",,,,,,,,"Carl_ulti_2","ParticleEmitter",,,"carl_008_ulti_impact",,"Above","TRUE",,100,,,,"carl_008_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_tornado",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_smoke",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_dust_end",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_slash",,"Above","TRUE",,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_tornado",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_twinkle_spin",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_slash2",,"GroundTop","TRUE",,100,,,,,,,
+"carl_008_ulti_red",,"TRUE",,,,,,,,"Carl_ulti_2","ParticleEmitter",,,"carl_008_ulti_impact_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_tornado_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_smoke_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_debris",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_dust_end_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_slash_red",,"Above","TRUE",,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_tornado_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_twinkle_spin_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_ulti_slash2_red",,"GroundTop","TRUE",,100,,,,,,,
+"carl_008_moving",,"true","true",,,,,,,,"ParticleEmitter",,,"carl_008_moving_trail3",,"GroundTop",,,100,,,,"carl_008_moving_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_008_moving_trail2",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_008_moving_twinkle",,"GroundTop",,,100,,,,,,,
+"carl_008_moving_red",,"true","true",,,,,,,,"ParticleEmitter",,,"carl_008_moving_trail3_red",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_008_moving_trail2_red",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_008_moving_twinkle",,"GroundTop",,,100,,,,,,,
+"carl_008_lobby",,,,,,,,,,,"Effect",,,,"carl_008_lobby_impact","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"carl_008_lobby_trail","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_light",,"Above",,,100,,,,,,,
+"carl_008_lobby_impact",,"TRUE","TRUE","L_wrist_s",,,,,,,"ParticleEmitter",,,"carl_008_lobby_impact",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_impact_star",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_impact_glow",,"Object",,,100,,,,,,,
+"carl_008_lobby_trail",,"TRUE","TRUE","L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"carl_008_lobby_trail_star",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_trail_spark",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_trail_twinkle",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_impact2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_008_lobby_twinkle",,"Object",,,100,,,,,,,
+"chester_def_atk",,,,,,,,,,"Chester_Atk","ParticleEmitter",,,"ash_002_atk_slash",,"Above",,,100,,,,"chester_def_atk_red",,,
+"chester_def_atk_red",,,,,,,,,,"Chester_Atk","ParticleEmitter",,,"ash_002_atk_slash_red",,"Above",,,100,,,,,,,
+"chester_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_whirl",,"Above",,,100,,,,"chester_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_trail_twinkle_01",,"Above",,,100,,,,,,,
+"chester_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_004_atk_whirl_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_trail_twinkle_01_red",,"Above",,,100,,,,,,,
+"chester_def_atk_hit",,,,,,,,,,"Chester_Atk_Hit","ParticleEmitter",,,"chester_def_atk_hit",,"Above",,,100,,,,"chester_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_atk_reached_debris",,"Above",,,75,,,,,,,
+"chester_def_atk_hit_red",,,,,,,,,,"Chester_Atk_Hit","ParticleEmitter",,,"chester_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_atk_reached_debris_red",,"Above",,,75,,,,,,,
+"chester_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke",,"Above",,,100,,,,"chester_def_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_atk_reached_debris",,"Above",,,75,,,,,,,
+"chester_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_atk_reached_debris_red",,"Above",,,75,,,,,,,
+"chester_def_ulti_explode",,,,,,,,,,"Chester_Ulti_Explo","ParticleEmitter",,,"chester_def_ulti_explode",,"Above",,,100,,,,"chester_def_ulti_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_candy",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_twinkles",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_twinkles",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_candy_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_candy_02",,"GroundTop",,,100,,,,,,,
+"chester_def_ulti_explode_red",,,,,,,,,,"Chester_Ulti_Explo","ParticleEmitter",,,"chester_def_ulti_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_candy_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_twinkles_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_003_atk_twinkles_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_candy_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_explode_candy_02_Red",,"GroundTop",,,100,,,,,,,
+"chester_def_ulti_explode_trail",,,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_trail_confetti",,"GroundTop",,,100,,,,"chester_def_ulti_explode_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle1",,"Above",,,100,,,,,,,
+"chester_def_ulti_explode_trail_red",,,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_trail_confetti_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle1_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_heal",,"TRUE","TRUE",,,,,,,"Chester_Candy_Ulti","ParticleEmitter",,,"colette_def_gadget_heal_trail_2",,"Above",,,100,,,,"chester_def_ulti_heal_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_heal_candy",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_heal_line",,"Above",,,100,,,,,,,
+"chester_def_ulti_heal_red",,"TRUE","TRUE",,,,,,,"Chester_Candy_Ulti","ParticleEmitter",,,"colette_def_gadget_heal_trail_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_heal_candy_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_heal_line_Red",,"Above",,,100,,,,,,,
+"chester_def_ulti_stun",,,,,,,,,,"Chester_Stun_Atk","ParticleEmitter",,,"chester_def_ulti_stun_smoke",,"Above",,,100,,,,"chester_def_ulti_stun_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_confetti_1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_confetti_2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_confetti_3",,"Above",,,100,,,,,,,
+"chester_def_ulti_stun_red",,,,,,,,,,"Chester_Stun_Atk","ParticleEmitter",,,"chester_def_ulti_stun_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_confetti_1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_confetti_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_confetti_3_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_stun_hit",,,,,,,,,,"Chester_Stun_Hit","ParticleEmitter",,,"chester_def_ulti_stun_reached_debris",,"Above",,,100,,,,"chester_def_ulti_stun_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_004_atkHit_twinkle_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_hit",,"Above",,,100,,,,,,,
+"chester_def_ulti_stun_hit_red",,,,,,,,,,"Chester_Stun_Hit","ParticleEmitter",,,"chester_def_ulti_stun_reached_debris_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bibi_004_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk1_hit_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_stun_reached",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke",,"Above",,,100,,,,"chester_def_ulti_stun_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_reached_debris",,"Above",,,100,,,,,,,
+"chester_def_ulti_stun_reached_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_stun_reached_debris_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_poison_spray",,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poison_spray",,"Above",,,100,,,,"chester_def_ulti_poison_spray_red",,,
+"chester_def_ulti_poison_spray_red",,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poison_spray_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_poison_trail",,,,,,,,,,"Emz_atk","ParticleEmitter",,,"chester_def_ulti_cottoncandies",,"Above",,,100,,,,"chester_def_ulti_poison_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_cottoncandy",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poison_trail_base",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poison_smoke_trail",,"Above",,,100,,,,,,,
+"chester_def_ulti_poison_trail_red",,,,,,,,,,"Emz_atk","ParticleEmitter",,,"chester_def_ulti_cottoncandies_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_cottoncandy_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poison_trail_base_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poison_smoke_trail_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_poisonDis",,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poisonDis",,"Above",,,100,,,,"chester_def_ulti_poisonDis_red",,,
+"chester_def_ulti_poisonDis_red",,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_poisonDis_red",,"Above",,,100,,,,,,,
+"chester_def_ulti_damageArea",,,,,,,,,,"Chester_Candyrocks_Ulti","ParticleEmitter",,,"chester_def_ulti_damagearea_drop",,"GroundTop",,,100,,,,"chester_def_ulti_damageArea_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_area",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_area_twinkles",,"GroundTop",,,100,,,,,,,
+"chester_def_ulti_damageArea_red",,,,,,,,,,"Chester_Candyrocks_Ulti","ParticleEmitter",,,"chester_def_ulti_damagearea_drop_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_area_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_ulti_area_twinkles_red",,"GroundTop",,,100,,,,,,,
+"chester_def_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"chester_def_lobby_win_confetti",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_lobby_win_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"chester_def_lobby_win_confetti_2",,"Object",,,100,,,,,,,
+"chester_def_lobby_lose",,,,,,,,,,,"Effect",,,,"chester_def_lobby_lose_impact","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"chester_def_lobby_lose_stars","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"chester_def_lobby_lose_stun","Object",,,100,,,,,,,
+"chester_def_lobby_lose_impact",,,,,,,,,,,"ParticleEmitter",,,"chester_def_lobby_lose_impact",,"Object",,,100,,,,,,,
+"chester_def_lobby_lose_stars",,,,,,,,,,,"ParticleEmitter",,,"chester_def_lobby_lose_stars",,"Object",,,100,,,,,,,
+"chester_def_lobby_lose_stun",,"true","true","head_s",,,,,3500,,"SWF","sc/effects_brawler.sc","chester_def_lobby_stun",,,"Object",,,100,,,,,,,
+"chester_silver_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"chester_def_lobby_win","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"chester_silver_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"chester_def_lobby_lose","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"chester_gold_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"chester_def_lobby_win","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"chester_gold_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"chester_def_lobby_lose","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,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,,,,,,,
+"colette_005_atk",,"true",,,,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_005_atk2",,,"Above","true",,120,,,,"colette_005_atk_red",,,400
+"colette_005_atk_red",,"true",,,,,,,,"Colette_Atk","SWF","sc/effects_brawler.sc","colette_005_atk_red",,,"Above","true",,120,,,,,,,400
+"colette_005_atk_trail",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"colette_005_atk_trail_fire",,"Object",,,60,,,,"colette_005_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"colette_005_atk_trail_star",,"Above",,,100,,,,,,,
+"colette_005_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"colette_005_atk_trail_fire_red",,"Object",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_trail_star_red",,"Above",,,100,,,,,,,
+"colette_005_atk_reached",,,,,,,,,,"Colette_Atk_End","ParticleEmitter",,,"colette_005_atk_reached_hat",,"Above",,,70,,,,"colette_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_smoke",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_fire",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_paperdrop",,"Above",,,70,,,,,,,
+"colette_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_hat_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_smoke_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_fire_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_paperdrop_red",,"Above",,,70,,,,,,,
+"colette_005_atkHit",,,,,,,,,,"Colette_Atk_Hit","ParticleEmitter",,,"colette_005_atk_hit_fire",,"Above",,,100,,,,"colette_005_atkHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_impect",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_hat",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_paperdrop",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_heart",,"Above",,,100,,,,,,,
+"colette_005_atkHit_red",,,,,,,,,,"Colette_Atk_Hit","ParticleEmitter",,,"colette_005_atk_hit_fire_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_impect_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_hat_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_reached_paperdrop_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_heart_red",,"Above",,,100,,,,,,,
+"colette_005_ulti",,"true","true",,,,,,,"Colette_Ulti","ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,"colette_005_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_ulti_trail_base",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"colette_005_ulti_red",,"true","true",,,,,,,"Colette_Ulti","ParticleEmitter",,,"ground_fragments_continuing",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_ulti_trail_base_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_ulti_trail_top_red",,"GroundTop","true",,100,,,,,,,
+"colette_005_ulti_cover",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_005_shield",,,"Above",,,90,,,,"colette_005_ulti_cover_red",,,300
+,,,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts",,"Above",,,100,,,,,,,
+"colette_005_ulti_cover_red",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_005_shield_red",,,"Above",,,90,,,,,,,300
+,,,,,,,,,,,"ParticleEmitter",,,"colette_def_ulti_trail_hearts_red",,"Above",,,100,,,,,,,
+"colette_005_ultiHit",,,,,,,,,,,"ParticleEmitter",,,"colette_005_ulti_hit_fire",,"Above",,,100,,,,"colette_005_ultiHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_ulti_hit_impect",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_heart",,"Above",,,100,,,,,,,
+"colette_005_ultiHit_red",,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_fire_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_impect_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_005_atk_hit_heart_red",,"Above",,,100,,,,,,,
+"colette_005_lobby",,"true",,,,,,,,,"ParticleEmitter",,,"colette_005_lobby_paper",,"Object",,,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,,,,,,,
+"colt_005_atk",,,,,100,,,,,"gunslinger_fire","ParticleEmitter",,,"colt_005_atk_ink",,"Above",,,100,,,,"colt_005_atk_red",,,
+,,,,,100,,,,,,"ParticleEmitter",,,"colt_005_atk_ground_ink",,"GroundLow","TRUE",,100,,,,,,,
+"colt_005_atk_red",,,,,100,,,,,"gunslinger_fire","ParticleEmitter",,,"colt_005_atk_ink_red",,"Above",,,100,,,,,,,
+,,,,,100,,,,,,"ParticleEmitter",,,"colt_005_atk_ground_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+"colt_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_trail_ink",,"GroundHigh","TRUE",,100,,,,"colt_005_atk_trail_red",,,
+"colt_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_trail_ink_red",,"GroundHigh","TRUE",,100,,,,,,,
+"colt_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_hit_ink",,"Above",,,100,,,,"colt_005_atk_hit_red",,,
+"colt_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_hit_ink_red",,"Above",,,100,,,,,,,
+"colt_005_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_hit_ink",,"Above",,,80,,,,"colt_005_atk_hitEnv_red",,,
+"colt_005_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_hit_ink_red",,"Above",,,80,,,,,,,
+"colt_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_reached_paintball",,"GroundTop",,,100,,,,"colt_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_reached_ink",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_reached_splash",,"GroundHigh",,,100,,,,,,,
+"colt_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_reached_paintball_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_reached_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_reached_splash_red",,"GroundHigh",,,100,,,,,,,
+"colt_005_ulti",,,,,100,,,,,"gunslinger_fire_ulti","ParticleEmitter",,,"colt_005_atk_ink",,"Above",,,120,,,,"colt_005_ulti_red",,,
+,,,,,100,,,,,,"ParticleEmitter",,,"colt_005_atk_ground_ink",,"GroundLow","TRUE",,100,,,,,,,
+"colt_005_ulti_red",,,,,100,,,,,"gunslinger_fire_ulti","ParticleEmitter",,,"colt_005_atk_ink_red",,"Above",,,120,,,,,,,
+,,,,,100,,,,,,"ParticleEmitter",,,"colt_005_atk_ground_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,
+"colt_005_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_hit_ink_red",,"Above",,,100,,,,"colt_005_ulti_hit_red",,,
+"colt_005_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"colt_005_atk_hit_ink",,"Above",,,100,,,,,,,
+"colt_005_lobby_lose","TRUE",,,,,,,,,,"Effect",,,,"colt_005_lobby_paint_shot","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"colt_005_lobby_lose_paint_1","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"colt_005_lobby_lose_paint_2","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"colt_005_lobby_lose_paint_3","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"colt_005_lobby_lose_paint_1_splash","Above",,,,,,,,,,
+"colt_005_lobby_paint_shot",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"colt_005_lobby_lose_paint_shot",,"Above",,,40,,,,,,,
+"colt_005_lobby_lose_paint_1",,"TRUE","TRUE","chest_s",,,,,,,"SWF","sc/effects_brawler.sc","colt_005_lobby_paint_1",,,"Above",,,10,,,,,,,
+"colt_005_lobby_lose_paint_2",,"TRUE",,"head_s",,,,,,,"ParticleEmitter",,,"colt_005_lobby_lose_paint_2",,"Above",,,30,,,,,,,
+"colt_005_lobby_lose_paint_3",,"TRUE","TRUE","chest_s",,,,,,,"ParticleEmitter",,,"colt_005_lobby_lose_paint_3",,"Above",,,30,,,,,,,
+"colt_005_lobby_lose_paint_1_splash",,"TRUE",,,,,,,,,"ParticleEmitter",,,"colt_005_lobby_paint_1_splash",,"Above",,,30,,,,,,,
+"colt_006_atk",,,,,100,,,,,"gunslinger_fire","ParticleEmitter",,,"colt_006_atk_smoke",,"Above",,,100,,,,,,,
+,,,,,100,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+,,,,,100,,,,,,"ParticleEmitter",,,"colt_006_atk_gunsmoke",,"Above",,,100,,,,,,,
+"colt_006_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"colt_006_atk_hit",,"Above",,,100,,,,"colt_006_atk_hit_red",,,
+"colt_006_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"colt_006_atk_hit_red",,"Above",,,100,,,,,,,
+"colt_006_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"colt_006_atk_hit",,"Above",,,80,,,,"colt_006_atk_hitEnv_red",,,
+"colt_006_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"colt_006_atk_hit_red",,"Above",,,80,,,,,,,
+"colt_006_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,"colt_006_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_006_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"colt_006_ulti",,,,,100,,,,,"gunslinger_fire_ulti","ParticleEmitter",,,"colt_006_atk_smoke",,"Above",,,100,,,,,,,
+,,,,,100,,,,,,"ParticleEmitter",,,"shell_100",,"GroundHigh","false",,100,,,,,,,
+,,,,,100,,,,,,"ParticleEmitter",,,"colt_006_atk_gunsmoke",,"Above",,,100,,,,,,,
+"colt_006_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"colt_006_ulti_hit_red",,"Above",,,100,,,,"colt_006_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_006_ulti_hit_debris_red",,"Object",,,100,,,,,,,
+"colt_006_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"colt_006_ulti_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colt_006_ulti_hit_debris",,"Object",,,100,,,,,,,
+"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,,,,,,,
+"crow_005_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"crow_005_atk_trail_gas",,"Object",,,100,,,,"crow_005_atk_trail_red",,,
+,"true","true",,,,,,,,,"ParticleEmitter",,,"crow_005_atk_trail_smoke",,"GroundHigh",,,100,,,,,,,
+"crow_005_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"crow_005_atk_trail_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+"crow_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_reached_knife",,"Object",,,100,,,,"crow_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"crow_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_reached_knife_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small_red",,"GroundLow",,,100,,,,,,,
+"crow_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,120,,,,"crow_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_cloud",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_feather",,"Above",,,120,,,,,,,
+"crow_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_cloud_red",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_feather_red",,"Above",,,120,,,,,,,
+"crow_005_ulti",,,,,,,,,,,"ParticleEmitter",,,"crow_005_ulti_jump",,"Above",,,100,,,,"crow_005_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_ulti_areaRing",,"GroundHigh","TRUE",,80,,,,,,,
+"crow_005_ulti_red",,,,,,,,,,,"ParticleEmitter",,,"crow_005_ulti_jump_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_ulti_areaRing_red",,"GroundHigh","TRUE",,80,,,,,,,
+"crow_005_ulti_trail",,"true",,,,,,,,,"ParticleEmitter",,,"crow_005_atk_trail_gas",,"Object",,,100,,,,"crow_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_feather",,"Above",,,100,,,,,,,
+"crow_005_ulti_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"crow_005_atk_trail_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_feather_red",,"Above",,,100,,,,,,,
+"crow_005_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_feather",,"Above",,,120,,,,"crow_005_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_ulti_reached_smoke",,"Object",,,100,,,,,,,
+"crow_005_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_feather_red",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_ulti_reached_smoke_red",,"Object",,,100,,,,,,,
+"crow_005_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit",,"Above",,,120,,,,"crow_005_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_cloud",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_feather",,"Above",,,120,,,,,,,
+"crow_005_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"jessie_005_atk_hit_red",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_cloud_red",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_atk_hit_feather_red",,"Above",,,120,,,,,,,
+"crow_005_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"crow_005_lobby_win_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_lobby_win_slash",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"crow_005_lobby_feather",,"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,,,,,,,
+"darryl_005_atk_trail",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"darryl_005_atk_trail_dots",,"Above",,,100,,,,"darryl_005_atk_trail_red",,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_trail_tire",,"Object",,,100,,,,"darryl_005_atk_trail_red",,,
+"darryl_005_atk_blue",,,,,200,,,,,"Rhinofire","SWF","sc/effects_brawler.sc","darryl_005_atk_blue",,,"Above",,,100,,,,"darryl_005_atk_red",,,500
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_particle",,"Above",,,100,,,,,,,
+"darryl_005_atk_red",,,,,200,,,,,"Rhinofire","SWF","sc/effects_brawler.sc","darryl_005_atk_red",,,"Above",,,100,,,,,,,500
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_particle",,"Above",,,100,,,,,,,
+"darryl_005_atk_trail_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"darryl_005_atk_trail_dots_red",,"Above",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_trail_tire_red",,"Object","true",,100,,,,,,,
+"darryl_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,"darryl_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_debris",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke",,"Above",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_dots",,"Above",,,70,,,,,,,
+"darryl_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_debris_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke_red",,"Above",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_004_atkHit_dots_red",,"Above",,,70,,,,,,,
+"darryl_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_hit_blue",,"Object",,,80,,,,"darryl_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,,,,
+"darryl_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_hit_red",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundHigh","true",,100,,,,,,,
+"darryl_005_ulti_loop","TRUE","true","TRUE",,,,,,,,"ParticleEmitter",,,"darryl_005_ulti_tireprint",,"GroundLow","TRUE",,,,,,,,,200
+"darryl_005_ultihit",,,,,,,,,,,"ParticleEmitter",,,"darryl_005_ultihit",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_ultihit_bolts",,"GroundHigh",,,80,,,,,,,
+"darryl_005_ulti_loop_2",,"true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","darryl_005_ulti_shield_blue",,,"Object",,,70,,,,"darryl_005_ulti_shield_red",,,350
+"darryl_005_ulti_shield_red","TRUE","true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","darryl_005_ulti_shield_red",,,"Object",,,70,,,,,,,350
+"darryl_006_atk",,,,,200,,,,,"Rhinofire","ParticleEmitter",,,"darryl_006_atk_gunsmoke",,"Above",,,100,,,,"darryl_006_atk_red",,,
+"darryl_006_atk_red",,,,,200,,,,,"Rhinofire","ParticleEmitter",,,"darryl_006_atk_gunsmoke_red",,"Above",,,100,,,,,,,
+"darryl_006_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_trail_twinkle_01",,"GroundTop",,,100,,,,"darryl_006_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_trail_twinkle_02",,"GroundTop",,,100,,,,,,,
+"darryl_006_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_trail_twinkle_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_trail_twinkle_02_red",,"GroundTop",,,100,,,,,,,
+"darryl_006_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,"darryl_006_atk_reached_red",,,-200
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_reached_jewel",,"GroundTop",,,100,,,,,,,
+"darryl_006_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,-200
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_reached_jewel_red",,"GroundTop",,,100,,,,,,,
+"darryl_006_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_hit_impact",,"Above",,,100,,,,"darryl_006_atk_hit_red",,,
+"darryl_006_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_006_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"darryl_006_ulti_shield",,"true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","darryl_006_ulti_shield",,,"Above",,,100,,,,"darryl_006_ulti_shield_red",,,350
+"darryl_006_ulti_shield_red",,"true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","darryl_006_ulti_shield_red",,,"Above",,,100,,,,,,,350
+"darryl_006_ulti_loop",,,,,,,,,,,"ParticleEmitter",,,"darryl_006_ulti_twinkle",,"Above",,,100,,,,"darryl_006_ulti_loop_red",,,
+"darryl_006_ulti_loop_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_006_ulti_twinkle_red",,"Above",,,100,,,,,,,
+"darryl_006_lobby",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"darryl_006_lobby_spotlight_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_lobby_spotlight_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_lobby_spotlight_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_lobby_jewel",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_lobby_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_lobby_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_006_lobby_flash",,"Above",,,100,,,,,,,
+"darryl_007_atk",,,,,200,,,,,"Rhinofire","ParticleEmitter",,,"darryl_007_atk_gunsmoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_sprinkle",,"Above",,,100,,,,,,,
+"darryl_007_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_hit_impact",,"Above",,,100,,,,"darryl_007_atk_hit_red",,,
+"darryl_007_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"darryl_007_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_reached_smoke",,"Above",,,100,,,,"darryl_007_atk_reached_red",,,-200
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_reached_cream",,"GroundLow","TRUE",,100,,,,,,,
+"darryl_007_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_reached_smoke_red",,"Above",,,100,,,,,,,-200
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_reached_cream_red",,"GroundLow","TRUE",,100,,,,,,,
+"darryl_007_ulti_shield",,"true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","darryl_007_ulti_shield",,,"Above",,,80,,,,"darryl_007_ulti_shield_red",,,350
+"darryl_007_ulti_shield_red",,"true","TRUE",,,,,,,,"SWF","sc/effects_brawler.sc","darryl_007_ulti_shield_red",,,"Above",,,80,,,,,,,350
+"darryl_007_ulti_loop",,"TRUE",,,,,,,,,"ParticleEmitter",,,"darryl_007_ulti_sprinkle",,"GroundTop","TRUE",,100,,,,,,,
+"darryl_007_lobby_win",,,,,,,,,,,"Effect",,,,"darryl_007_lobby_win_gunsmoke_l","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"darryl_007_lobby_win_gunsmoke_r","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"darryl_007_lobby_win_sprinkle","Object",,,100,,,,,,,
+"darryl_007_lobby_win_gunsmoke_l",,"true","true","L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"darryl_007_lobby_win_gunsmoke_01",,"Object",,,100,,,,,,,
+"darryl_007_lobby_win_gunsmoke_r",,"true","true","R_gunbone_01_s",,,,,,,"ParticleEmitter",,,"darryl_007_lobby_win_gunsmoke_02",,"Object",,,100,,,,,,,
+"darryl_007_lobby_win_sprinkle",,"true","true","head_s",,,,,,,"ParticleEmitter",,,"darryl_007_lobby_win_sprinkle",,"Object",,,100,,,,,,,
+"darryl_007_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_lobby_lose_cream",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_007_lobby_lose_cream_2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_007_lobby_lose_sprinkle",,"Object",,,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",,,
+"driller_004_atk",,,,,150,150,,,,"Jackie_summer_atk","ParticleEmitter",,,"driller_004_atk_snow_splash",,"Object","TRUE",,100,,,,"driller_004_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_snow_flowerImpact",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_splash_ring",,"GroundTop","true",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_twinkles_2",,"Above",,,100,,,,,,,
+"driller_004_atk_red",,,,,150,150,,,,"Jackie_summer_atk","ParticleEmitter",,,"driller_004_atk_snow_splash_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_snow_flowerImpact_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_splash_ring_red",,"GroundTop","true",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_atk_twinkles_2_red",,"Above",,,100,,,,,,,
+"driller_004_moving",,"true",,,,,,,,,"ParticleEmitter",,,"driller_004_moving_snow",,"GroundTop",,,100,,,,"driller_004_moving_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"driller_004_moving_stars",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"driller_004_snow_trail_001",,"GroundTop",,,100,,,,,,,
+"driller_004_moving_red",,"true",,,,,,,,,"ParticleEmitter",,,"driller_004_moving_snow_red",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"driller_004_moving_stars_red",,"GroundTop",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"driller_004_snow_trail_001_red",,"GroundTop",,,100,,,,,,,
+"driller_004_ulti",,,,,,,,,,"Jackie_summer_ulti","ParticleEmitter",,,"driller_004_ulti_twirl",,"GroundTop","TRUE",,100,,,,"driller_004_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ground_frags",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_windwall_snow",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_snowflake",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ring",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_storm",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_boundary",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_twinkle",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_twinkle_2",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_side_twinkle",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_side_twinkle_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_bulb",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_side_snow",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ringGlow",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ringGlow_2",,"GroundTop","TRUE",,100,,,,,,,
+"driller_004_ulti_red",,,,,,,,,,"Jackie_summer_ulti","ParticleEmitter",,,"driller_004_ulti_twirl_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ground_frags_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_windwall_snow_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_snowflake_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ring_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_storm_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_boundary_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_twinkle_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_twinkle_2_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_side_twinkle_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_side_twinkle_2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_bulb_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_side_snow_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ringGlow_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_ringGlow_2_red",,"GroundTop","TRUE",,100,,,,,,,
+"driller_004_ulti_use",,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_use_snow1",,"GroundTop","TRUE",,100,,,,"driller_004_ulti_use_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_004_ulti_use",,,"GroundLow","true",,100,,,,,,,
+"driller_004_ulti_use_red",,,,,,,,,,,"ParticleEmitter",,,"driller_004_ulti_use_snow1_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_004_ulti_use_red",,,"GroundLow","true",,100,,,,,,,
+"driller_005_atk",,,,,150,150,,,,"Jackie_summer_atk","ParticleEmitter",,,"driller_005_atk_impact",,"GroundTop","TRUE",,100,,,,"driller_005_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_sweat",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_heart_drop",,"GroundTop",,,100,,,,,,,
+"driller_005_atk_red",,,,,150,150,,,,"Jackie_summer_atk","ParticleEmitter",,,"driller_005_atk_impact_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_sweat",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_heart_drop_red",,"GroundTop",,,100,,,,,,,
+"driller_005_ulti_use_floor",,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_use_circle",,"GroundLow","TRUE",,100,,,,"driller_005_ulti_use_floor_red",,,
+"driller_005_ulti_use_floor_red",,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_use_circle_red",,"GroundLow","TRUE",,100,,,,,,,
+"driller_005_ulti",,,,,,,,,,"Jackie_summer_ulti","ParticleEmitter",,,"driller_005_ulti_twinkle_01",,"Above",,,100,,,,"driller_005_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twirl",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twinkle_wave_01",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twinkle_wave_02",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twinkle_wave_03",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_ringGlow",,"GroundTop","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_ringGlow_2",,"GroundTop","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_circle_twirl",,"GroundTop","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_impact",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_sub_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_sub_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_side_confetti_01",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_side_confetti_02",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_side_confetti_03",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_drop",,"GroundTop",,,100,,,,,,,
+"driller_005_ulti_red",,,,,,,,,,"Jackie_summer_ulti","ParticleEmitter",,,"driller_005_ulti_twinkle_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twirl_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twinkle_wave_01_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twinkle_wave_02_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_twinkle_wave_03_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_ringGlow_red",,"GroundTop","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_ringGlow_2_red",,"GroundTop","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_circle_twirl_red",,"GroundTop","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_impact_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_sub_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_sub_02_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_side_confetti_02",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_side_confetti_04",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_side_confetti_05",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_heart_drop_red",,"GroundTop",,,100,,,,,,,
+"driller_005_ulti_use",,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_impact",,"GroundTop","TRUE",,100,,,,"driller_005_ulti_use_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_emotion",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_glow",,"GroundTop","TRUE",,100,,,,,,,
+"driller_005_ulti_use_red",,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_impact_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_emotion",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_ulti_glow_red",,"GroundTop","TRUE",,100,,,,,,,
+"driller_005_lobby",,,,,,,,,,,"Effect",,,,"driller_005_lobby_smoke2","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"driller_005_lobby_smoke1","Above",,,,,,,,,,
+"driller_005_lobby_smoke1",,"TRUE","TRUE","drillhandle_s",,,,,,,"ParticleEmitter",,,"driller_005_lobby_spin_smoke",,"Above",,,100,,,,,,,
+"driller_005_lobby_smoke2",,"TRUE",,"drille_s",,,,,,,"ParticleEmitter",,,"driller_005_lobby_smoke_L",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_lobby_smoke_R",,"Above",,,100,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,
+"driller_005_lobby_lose",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"driller_005_lobby_lose_sweat",,"Above",,,100,,,,,,,
+"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,3,,,"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,1,,,"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,3,,,"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,,,,,,,
+"dynamike_008_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_trail_fire_spark",,"Above",,,100,,,,"dynamike_008_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_trail_gas",,"Object",,,100,,,,,,,
+"dynamike_008_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_trail_fire_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_trail_gas_red",,"Object",,,100,,,,,,,
+"dynamike_008_explosion",,,,,200,50,1,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_blue",,"Above",,,,,,,"dynamike_008_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_blue",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_ghost",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_impact",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_blue_short",,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_atk_ground",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_gas",,"GroundHigh",,,,,,,,,,
+"dynamike_008_explosion_red",,,,,200,50,1,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_ghost_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_impact_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_purple_short",,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_atk_ground_red",,,"GroundHigh","TRUE",,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_explode_gas_red",,"GroundHigh",,,,,,,,,,
+"dynamike_008_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_trail_fire_spark",,"Above",,,100,,,,"dynamike_008_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_trail_gas",,"Object",,,100,,,,,,,
+"dynamike_008_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_atk_trail_fire_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_trail_gas_red",,"Object",,,100,,,,,,,
+"dynamike_008_ulti_explosion",,,,,450,150,3,,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","dynamike_008_cloudExplode_huge_blue",,,"Above",,,110,,,,"dynamike_008_ulti_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_ulti_huge_blue",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_ulti_explode_impact",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_ulti_cloud_ground",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_explode_gas",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_explode_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_fire_spark",,"Above",,,100,,,,,,,
+"dynamike_008_ulti_explosion_red",,,,,450,150,,,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","dynamike_008_cloudExplode_huge_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_ulti_explode_impact_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_ulti_cloud_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_explode_gas_red",,"GroundHigh",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_explode_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_ulti_fire_spark_red",,"Above",,,100,,,,,,,
+"dynamike_008_lobby_win",,"TRUE",,,,,,,,,"Effect",,,,"dynamike_008_lobby_win_01","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"dynamike_008_lobby_win_02","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"dynamike_008_lobby_win_loop_r","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"dynamike_008_lobby_win_loop_l","Object",,,100,,,,,,,
+"dynamike_008_lobby_win_loop_r","TRUE","TRUE",,"R_gunbone_01_s",,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_win_fire_spark_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_win_fire_glow_02",,"Above",,,100,,,,,,,
+"dynamike_008_lobby_win_loop_l","TRUE","TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_win_fire_spark_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_win_fire_glow_02",,"Above",,,100,,,,,,,
+"dynamike_008_lobby_win_01",,"TRUE",,"R_gunbone_01_s",,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_win_fire_glow_01",,"Above",,,100,,,,,,,
+"dynamike_008_lobby_win_02",,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_win_fire_glow_01",,"Above",,,100,,,,,,,
+"dynamike_008_lobby_lose",,"TRUE",,,,,,,,,"Effect",,,,"dynamike_008_lobby_lose_r","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"dynamike_008_lobby_lose_l","Above",,,100,,,,,,,
+"dynamike_008_lobby_lose_r",,"TRUE",,"R_gunbone_01_s",,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_fire_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_fire_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_fire_spark_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_spark_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_spark_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_dust",,"Object",,,100,,,,,,,
+"dynamike_008_lobby_lose_l",,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_fire_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_fire_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_008_lobby_lose_fire_spark_01",,"Above",,,100,,,,,,,
+"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,,,,,,,
+"edgar_003_atk",,"true",,,,,,,,"Edgar_Atk","ParticleEmitter",,,"edgar_003_atk_pixel",,"Above","true",,130,,,,"edgar_003_atk_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_sparks",,"Above",,,100,,,,,,,
+"edgar_003_atk_red",,"true",,,,,,,,"Edgar_Atk","ParticleEmitter",,,"edgar_003_atk_pixel_red",,"Above","true",,130,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_sparks_red",,"Above",,,100,,,,,,,
+"edgar_003_atkHit",,,,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_003_atkHit_impact_red",,"Above",,,100,,,,"edgar_003_atkHit_red",,,
+"edgar_003_atkHit_red",,,,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_003_atkHit_impact",,"Above",,,100,,,,,,,
+"edgar_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_reached_rect",,"Above",,,100,,,,"edgar_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_reached_tri",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_trail_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_reached_hit",,"Above",,,100,,,,,,,
+"edgar_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_reached_rect_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_reached_tri_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_trail_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_atk_reached_hit_red",,"Above",,,100,,,,,,,
+"edgar_003_ulti",,,,,,,,,,"Edgar_Ulti","ParticleEmitter",,,"edgar_003_ulti_jump_pixel",,"GroundTop",,,100,,,,"edgar_003_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_jump_light",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_jump_ring",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"edgar_003_ulti_red",,,,,,,,,,"Edgar_Ulti","ParticleEmitter",,,"edgar_003_ulti_jump_pixel_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_jump_light_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_jump_ring_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+"edgar_003_ultiEnd",,,,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,"edgar_003_ultiEnd_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_ground",,"GroundTop","true",,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_pixel_ground",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_broken",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_broken_light",,"GroundTop","TRUE",,100,,,,,,,
+"edgar_003_ultiEnd_red",,,,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"ground_fragments_some",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_ground_red",,"GroundTop","true",,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_pixel_ground_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_broken_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_broken_light_red",,"GroundTop","TRUE",,100,,,,,,,
+"edgar_004_atk",,"true",,,,,,,,"Edgar_Atk","ParticleEmitter",,,"leon_002_atk",,"Above","TRUE",,130,,,,"edgar_004_atk_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_trail_ground",,"GroundTop","TRUE",,130,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_atk_leaf",,"Above",,,,,,,,,,
+"edgar_004_atk_red",,"true",,,,,,,,"Edgar_Atk","ParticleEmitter",,,"leon_002_atk_red",,"Above","TRUE",,130,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_trail_ground_red",,"GroundTop","TRUE",,130,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_atk_leaf_red",,"Above",,,,,,,,,,
+"edgar_004_atkHit",,,,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_004_atk_hit_liquid_1_red",,"Above",,,100,,,,"edgar_004_atkHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_atk_hit_glow_red",,"Above",,,100,,,,,,,
+"edgar_004_atkHit_red",,,,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_004_atk_hit_liquid_1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_atk_hit_glow",,"Above",,,100,,,,,,,
+"edgar_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"edgar_004_trail_bubble",,"GroundHigh",,,100,,,,"edgar_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_atk_trail_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_trail_ground",,"Object","TRUE",,100,,,,,,,
+"edgar_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"edgar_004_trail_bubble_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_atk_trail_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_trail_ground",,"Object","TRUE",,100,,,,,,,
+"edgar_004_ulti",,,,,,,,,,"Edgar_Ulti","ParticleEmitter",,,"edgar_004_ulti_jump_poison",,"Above",,,100,,,,"edgar_004_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_jump_light",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_debris",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_jump_vine",,"GroundHigh",,,100,,,,,,,
+"edgar_004_ulti_red",,,,,,,,,,"Edgar_Ulti","ParticleEmitter",,,"edgar_004_ulti_jump_poison_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_003_ulti_jump_light_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_debris",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_jump_vine_red",,"GroundHigh",,,100,,,,,,,
+"edgar_004_ultiEnd",,,,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"edgar_004_ulti_gas",,"GroundLow",,,100,,,,"edgar_004_ultiEnd_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid2",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_leaf",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_leaf2",,"Above",,,100,,,,,,,
+"edgar_004_ultiEnd_red",,,,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"edgar_004_ulti_gas_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_leaf_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_leaf2_red",,"GroundLow",,,100,,,,,,,
+"edgar_004_win",,,,,,,,,,,"Effect",,,,"edgar_004_lobby_R","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"edgar_004_lobby_L","Above",,,100,,,,,,,
+"edgar_004_lobby_R",,"TRUE","TRUE","R_scarf_06_s",,,,,,,"ParticleEmitter",,,"edgar_004_lobby_impact_1",,"Above",,,100,,,,,,,
+,,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_smoke_1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_leaf_1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_smoke_hit_1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_smoke_open",,"Above",,,100,,,,,,,
+"edgar_004_lobby_L",,"TRUE","TRUE","L_scarf_06_s",,,,,,,"ParticleEmitter",,,"edgar_004_lobby_impact_2",,"Above",,,100,,,,,,,
+,,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_smoke_2",,"Above",,,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_leaf_2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_smoke_hit_2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_lobby_smoke_open",,"Above",,,100,,,,,,,
+"edgar_005_atk",,"true",,,,,,,,"Edgar_Atk","ParticleEmitter",,,"edgar_005_atk",,"Above","TRUE",,130,,,,"edgar_005_atk_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_atk_heart",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_atk_twinkle",,"GroundTop",,,100,,,,,,,
+"edgar_005_atk_red",,"true",,,,,,,,"Edgar_Atk","ParticleEmitter",,,"edgar_005_atk_red",,"Above","TRUE",,130,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_atk_heart",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_atk_twinkle",,"GroundTop",,,100,,,,,,,
+"edgar_005_atk_hit",,,,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_005_atk_hit",,"Above",,,100,,,,"edgar_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_atk_hit_twinkle",,"Above",,,100,,,,,,,
+"edgar_005_atk_hit_red",,,,,,,,,,"Edgar_Punch_Hit","ParticleEmitter",,,"edgar_005_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_atk_hit_twinkle",,"Above",,,100,,,,,,,
+"edgar_005_ulti",,,,,,,,,,"Edgar_Ulti","ParticleEmitter",,,"edgar_005_ulti_heart_flash_b",,"GroundHigh","TRUE",,100,,,,"edgar_005_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_heart",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_heart_flash_f",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_sparks_side1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_sparks_side2",,"Above",,,100,,,,,,,
+"edgar_005_ulti_red",,,,,,,,,,"Edgar_Ulti","ParticleEmitter",,,"edgar_005_ulti_heart_flash_b_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_heart_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_heart_flash_f_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_sparks_side1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_sparks_side2_red",,"Above",,,100,,,,,,,
+"edgar_005_ulti_trail",,"TRUE",,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_trail_twinkle",,"GroundTop",,,100,,,,,,,
+"edgar_005_ulti_end",,,,,,,,,,"Edgar_Ulti_Hit","ParticleEmitter",,,"edgar_005_ulti_end_heart_drop",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_ulti_end_smoke",,"GroundTop",,,100,,,,,,,
+"edgar_005_lobby",,,,,,,,,,,"Effect",,,,"edgar_005_lobby_heart","Above",,,100,,,,,,,
+"edgar_005_lobby_heart",,"TRUE","TRUE","hips_s",,,,,,,"ParticleEmitter",,,"edgar_005_lobby_heart_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_lobby_heart_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_005_lobby_heart_03",,"Object",,,100,,,,,,,
+"edgar_005_lobby_lose","TRUE",,,,,,,,,,"ParticleEmitter",,,"edgar_005_lobby_stun",,"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,,,,,,,
+"emz_003_atk",,,,,,,,,,,"ParticleEmitter",,,"emz_003_atk_pixel",,"Above",,,100,,,,"emz_003_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_003_atk_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_notes",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_003_atk_circle",,"Above",,,100,,,,,,,
+"emz_003_atk_red",,,,,,,,,,,"ParticleEmitter",,,"emz_003_atk_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_003_atk_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_notes_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_003_atk_circle_red",,"Above",,,100,,,,,,,
+"emz_003_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"poco_004_atk_trail_blue",,"Above",,,100,,,,"emz_003_atk_trail_red",,,
+"emz_003_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"poco_004_atk_trail_red",,"Above",,,100,,,,,,,
+"emz_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"emz_003_reached_triangle",,"GroundLow",,,100,,,,"emz_003_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_003_reached_note",,"Above",,,100,,,,,,,
+"emz_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"emz_003_reached_triangle_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_003_reached_note_red",,"Above",,,100,,,,,,,
+"emz_003_atk_root",,"true",,,,,,,,"Emz_atk","ParticleEmitter",,,"poco_003_atk_notes",,"Above",,,100,,,,"emz_003_atk_root_red",,,200
+"emz_003_atk_root_red",,"true",,,,,,,,"Emz_atk","ParticleEmitter",,,"poco_003_atk_notes_red",,"Above",,,100,,,,,,,200
+"emz_003_ulti",,"true",,,,,,,,,"ParticleEmitter",,,"emz_003_ulti_confetti_1",,"Above",,,100,,,,"emz_003_ulti_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","arcade_def_ulti_area_active",,,"GroundLow","true",,145,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"emz_def_ulti_flash",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"emz_003_ulti_frags",,"Above","true",,100,,,,,,,
+"emz_003_ulti_red",,"true",,,,,,,,,"ParticleEmitter",,,"emz_003_ulti_confetti_1_red",,"Above",,,100,,,,"emz_def_ulti_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active_red",,,"GroundLow","true",,145,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"emz_def_ulti_flash_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"emz_003_ulti_frags_red",,"Above","true",,100,,,,,,,
+"emz_003_lobby","TRUE",,,,,,,,,,"Effect",,,,"emz_003_lobby_twinkles_R","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_twinkles_L","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_soundwave","Object",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_hair","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_hair2","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_hair3","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_whirl","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_soundwave_2","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_spotlight","GroundTop",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"emz_003_lobby_soundwave_3","Object",,,,,,,,,,
+"emz_003_lobby_soundwave_3",,"TRUE","TRUE","bag_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_soundwave_3",,"Object",,,50,,,,,,,20
+"emz_003_lobby_whirl",,"TRUE","TRUE","bag_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_whirl",,"Above",,,100,,,,,,,
+"emz_003_lobby_twinkles_R",,"TRUE","TRUE","R_shoulder_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_twinkles",,"Above",,,10,,,,,,,
+"emz_003_lobby_twinkles_L",,"TRUE","TRUE","L_shoulder_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_twinkles",,"Above",,,10,,,,,,,
+"emz_003_lobby_hair",,"TRUE","TRUE","hair_03_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_twinkles_2",,"Above",,,10,,,,,,,
+"emz_003_lobby_hair2",,"TRUE","TRUE","hair_02_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_twinkles_2",,"Above",,,10,,,,,,,
+"emz_003_lobby_hair3",,"TRUE","TRUE","hair_04_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_twinkles_2",,"Above",,,10,,,,,,,
+"emz_003_lobby_soundwave",,"TRUE","TRUE","bag_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_soundwave",,"Object",,,40,,,,,,,
+"emz_003_lobby_soundwave_2",,"TRUE","TRUE","R_gunbone_01_s",,,,,,,"ParticleEmitter",,,"emz_003_lobby_soundwave_2",,"Above",,,40,,,,,,,
+"emz_003_lobby_spotlight",,,"TRUE",,,,,,,,"ParticleEmitter",,,"emz_003_lobby_spotlight",,"GroundTop",,,40,,,,,,,
+"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,,,,,,,
+"frank_004_atk",,,,,200,,,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_def_atk_base",,,"GroundTop","true",,100,,,,"frank_004_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_crack",,"GroundLow","true",,100,,,,,,,
+"frank_004_atk_red",,,,,200,,,,,"Hammer_hit","SWF","sc/effects_brawler.sc","frank_def_atk_base_red",,,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_crack_red",,"GroundLow","true",,100,,,,,,,
+"frank_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_crack",,"GroundLow","true",,100,,,,"frank_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_sub_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_sub_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_sub_03",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_slash_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_slash_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_fragments",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_dust",,"Object",,,100,,,,,,,
+"frank_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_crack_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_sub_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_sub_02_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_sub_03_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_slash_02_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_slash_01_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_fragments",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_dust",,"Object",,,100,,,,,,,
+"frank_004_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_impact",,"Above",,,100,,,,,,,
+"frank_004_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_crack",,"GroundLow","true",,100,,,,"frank_004_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_sub_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_sub_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_sub_03",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_slash_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_slash_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_fragments",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_dust",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_fire",,"Object",,,100,,,,,,,
+"frank_004_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_crack_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_sub_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_sub_02_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_sub_03_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_slash_02_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_slash_01_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_atk_trail_fragments",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_dust_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_trail_fire_red",,"Object",,,100,,,,,,,
+"frank_004_ulti",,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"frank_004_ulti_fire_01",,"Above",,,100,,,,"frank_004_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_fire_02",,"Above",,,100,,,,,,,
+"frank_004_ulti_red",,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"frank_004_ulti_fire_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"frank_004_ulti_fire_02_red",,"Above",,,100,,,,,,,
+"frank_004_still",,"TRUE","TRUE","neck_s",,,,,,,"ParticleEmitter",,,"frank_004_still_head_fire_main",,"Object",,,100,,,,,,,
+"frank_004_lobby_win",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_01",,"Above",,,100,,,,,,,
+,,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_head_fire_smoke",,"Object",,,100,,,,,,,
+,,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_head_fire_smoke2",,"Object",,,100,,,,,,,
+,,"TRUE","TRUE","neck_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_sparkle",,"Above",,,100,,,,,,,
+,,"TRUE","TRUE","spine_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_impact",,"Above",,,100,,,,,,,
+,,"TRUE","TRUE","spine_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_flash",,"Above",,,100,,,,,,,
+"frank_004_lobby_lose",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_head_fire_smoke_sad",,"Object",,,100,,,,,,,
+,,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_head_fire_smoke2_sad",,"Object",,,100,,,,,,,
+,,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_sparkle_sad",,"Above",,,100,,,,,,,
+,,,"TRUE","spine_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_dust_sad",,"Above",,,100,,,,,,,
+,,"TRUE","TRUE","neck_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_impact_sad",,"Above",,,100,,,,,,,
+,,,"TRUE","neck_s",,,,,,,"ParticleEmitter",,,"frank_004_lobby_fire_flash_sad",,"Above",,,100,,,,,,,
+"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,,,,,,,
+"grom_def_atk",,,,,,,,,,"Grom_Atk","ParticleEmitter",,,"grom_def_atk_fire",,"Above",,,100,,,,"grom_def_atk_red",,,
+"grom_def_atk_red",,,,,,,,,,"Grom_Atk","ParticleEmitter",,,"grom_def_atk_fire_red",,"Above",,,100,,,,,,,
+"grom_def_atkEnv",,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk2Env_brick",,"Object",,,80,,,,"grom_def_atkEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,90,,,,,,,
+"grom_def_atkEnv_red",,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk2Env_brick_red",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,90,,,,,,,
+"grom_def_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk2Env_brick_red",,"Object",,,100,,,,"grom_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"grom_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk2Env_brick",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"grom_def_atk1_trail",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_atk1_trail_cloud",,"Object",,,100,,,,"grom_def_atk1_trail_red",,,
+"grom_def_atk1_trail_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_atk1_trail_cloud_red",,"Object",,,100,,,,,,,
+"grom_def_atk2_trail",,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_def_atk2_reached_ball",,"Object",,,100,,,,"grom_def_atk2_trail_red",,,
+,,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_def_atk2_trail_smoke",,"Object",,,100,,,,"grom_def_atk2_trail_red",,,
+"grom_def_atk2_trail_red",,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_def_atk2_reached_ball_red",,"Object",,,100,,,,,,,
+,,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_def_atk2_trail_smoke_red",,"Object",,,100,,,,"grom_def_atk2_trail_red",,,
+"grom_def_atk2_reached",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_atk2_reached_crack",,"GroundTop","TRUE",,100,,,,"grom_def_atk2_reached_red",,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_atk2_end_brick",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"GroundTop","TRUE",,65,,,,,,,
+"grom_def_atk2_reached_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_atk2_reached_crack",,"GroundTop","TRUE",,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_atk2_end_brick_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"Above","TRUE",,65,,,,,,,
+"grom_def_atk_spawn",,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"Above","TRUE",,80,,,,"grom_def_atk_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow",,"GroundTop",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crack",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,130,,,,,,,
+"grom_def_atk_spawn_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"Above","TRUE",,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow_red",,"GroundTop",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crack",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,130,,,,,,,
+"grom_def_ulti",,"true",,,,,,,,"Grom_Ulti_Atk","SWF","sc/effects_brawler.sc","mrp_def_atk",,,"Above","true",,100,,,,"grom_def_ulti_red",,,
+"grom_def_ulti_red",,"true",,,,,,,,"Grom_Ulti_Atk","SWF","sc/effects_brawler.sc","mrp_def_atk_red",,,"Above","true",,100,,,,,,,
+"grom_def_ulti_spawn",,,,,200,50,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_spawn",,"Above",,,200,,,,"grom_def_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_areaRing",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow",,"Above",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundTop","TRUE",,170,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_end_areaRing",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_cloud",,"Object",,,200,,,,,,,
+"grom_def_ulti_spawn_red",,,,,200,50,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_spawn_red",,"Above",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_areaRing_red",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow_red",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow_red",,"Above",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundTop","TRUE",,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_end_areaRing_red",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_cloud_red",,"Object",,,200,,,,,,,
+"grom_def_ulti1_trail",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_trail_cloud",,"Object",,,100,,,,"grom_def_ulti1_trail_red",,,
+"grom_def_ulti1_trail_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_trail_cloud_red",,"Object",,,100,,,,,,,
+"grom_def_ulti2_trail","true","TRUE",,,,,,,,,"ParticleEmitter",,,"grom_def_ground_crack",,"GroundLow","TRUE",,60,,,,"grom_def_ulti2_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_soot",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_fragments",,"GroundHigh","TRUE",,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_ball",,"GroundTop",,,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti_chain",,"Object",,,100,,,,,,,
+"grom_def_ulti2_trail_red","true","TRUE",,,,,,,,,"ParticleEmitter",,,"grom_def_ground_crack",,"GroundLow","TRUE",,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_soot",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_fragments",,"GroundHigh","TRUE",,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_ball_red",,"GroundTop",,,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti_chain_red",,"GroundTop",,,100,,,,,,,
+"grom_def_ulti2_reached",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundLow","TRUE",,180,,,,"grom_def_ulti2_reached_red",,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti_end_brick",,"GroundTop",,,140,,,,,,,
+"grom_def_ulti2_reached_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundLow","TRUE",,180,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti_end_brick_red",,"GroundTop",,,140,,,,,,,
+"grom_def_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,100,,,,"grom_def_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact",,"Above",,,110,,,,,,,
+"grom_def_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact_red",,"Above",,,110,,,,,,,
+"grom_def_ultiEnv",,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk2Env_brick",,"Object",,,110,,,,"grom_def_ultiEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,120,,,,,,,
+"grom_def_ultiEnv_red",,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk2Env_brick_red",,"Object",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,120,,,,,,,
+"grom_002_atk",,,,,,,,,,"Grom_Atk","ParticleEmitter",,,"grom_002_atk_smoke",,"Above",,,100,,,,"grom_002_atk_red",,,
+"grom_002_atk_red",,,,,,,,,,"Grom_Atk","ParticleEmitter",,,"grom_002_atk_smoke_red",,"Above",,,100,,,,,,,
+"grom_002_atk1_trail",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_01",,"Object",,,75,,,,"grom_002_atk1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_02",,"Object",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk1_trail_bubble",,"Object",,,100,,,,,,,
+"grom_002_atk1_trail_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_01_red",,"Object",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_02_red",,"Object",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk1_trail_bubble_red",,"Object",,,100,,,,,,,
+"grom_002_atk_spawn",,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"Above","TRUE",,80,,,,"grom_002_atk_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crack",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow",,"GroundTop",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,130,,,,,,,
+"grom_002_atk_spawn_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"Above","TRUE",,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crack",,"GroundTop","TRUE",,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow_red",,"GroundTop",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,130,,,,,,,
+"grom_002_atkEnv",,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg",,"Object",,,80,,,,"grom_002_atkEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,90,,,,,,,
+"grom_002_atkEnv_red",,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg_red",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,90,,,,,,,
+"grom_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg_red",,"Object",,,100,,,,"grom_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_red2",,"Object",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"grom_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small",,"Object",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"grom_002_atk2_trail",,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_002_atk2_reached_egg",,"GroundTop",,,100,,,,"grom_002_atk2_trail_red",,,
+,,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_def_atk2_trail_smoke",,"Object",,,100,,,,,,,
+"grom_002_atk2_trail_red",,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_002_atk2_reached_egg_red",,"GroundTop",,,100,,,,,,,
+,,,"TRUE",,50,,,,,,"ParticleEmitter",,,"grom_def_atk2_trail_smoke_red",,"Object",,,100,,,,,,,
+"grom_002_atk2_reached",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_atk2_reached_liquid",,"GroundTop","TRUE",,100,,,,"grom_002_atk2_reached_red",,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"GroundTop","TRUE",,65,,,,,,,
+"grom_002_atk2_reached_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_atk2_reached_liquid",,"GroundTop","TRUE",,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_atk2_end_egg_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"GroundTop","TRUE",,65,,,,,,,
+"grom_002_ulti1_trail",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_01",,"Object",,,100,,,,"grom_002_ulti1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_bubble",,"Object",,,100,,,,,,,
+"grom_002_ulti1_trail_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_01_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_sparks_02_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti1_trail_bubble_red",,"Object",,,100,,,,,,,
+"grom_002_ulti_spawn",,,,,200,50,,,,,"ParticleEmitter",,,"grom_002_ulti1_reached_spawn",,"Above",,,140,,,,"grom_002_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_areaRing",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow",,"Above",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundTop","TRUE",,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_end_areaRing",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_cloud",,"Object",,,200,,,,,,,
+"grom_002_ulti_spawn_red",,,,,200,50,,,,,"ParticleEmitter",,,"grom_002_ulti1_reached_spawn_red",,"Above",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_areaRing_red",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_crossglow_red",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow_red",,"Above",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundTop","TRUE",,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_end_areaRing_red",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_cloud_red",,"Object",,,200,,,,,,,
+"grom_002_ulti2_trail","true","TRUE",,,,,,,,,"ParticleEmitter",,,"grom_def_ground_crack",,"GroundLow","TRUE",,60,,,,"grom_002_ulti2_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_soot",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_fragments",,"GroundHigh","TRUE",,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_trail_star",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_trail_sparks_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_trail_sparks_02",,"Object",,,100,,,,,,,
+"grom_002_ulti2_trail_red","true","TRUE",,,,,,,,,"ParticleEmitter",,,"grom_def_ground_crack",,"GroundLow","TRUE",,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_soot",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_fragments",,"GroundHigh","TRUE",,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_trail_star_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_trail_sparks_01_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_trail_sparks_02_red",,"Object",,,100,,,,,,,
+"grom_002_ulti2_reached",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundLow","TRUE",,180,,,,"grom_002_ulti2_reached_red",,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_end_brick",,"GroundTop",,,140,,,,,,,
+"grom_002_ulti2_reached_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundLow","TRUE",,180,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_002_ulti2_end_brick_red",,"GroundTop",,,140,,,,,,,
+"grom_003_atk1_trail",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_ground_liquid",,"GroundLow","TRUE",,100,,,,"grom_003_atk1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_liquid",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_fly",,"Above",,,100,,,,,,,
+"grom_003_atk1_trail_red",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_ground_liquid_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_liquid_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk1_trail_fly",,"Above",,,100,,,,,,,
+"grom_003_atk_spawn",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_spawn_can",,"GroundTop",,,100,,,,"grom_003_atk_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_spawn_impact",,"Above",,,100,,,,,,,
+"grom_003_atk_spawn_red",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_spawn_can_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_spawn_impact_red",,"Above",,,100,,,,,,,
+"grom_003_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_hit_liquid_red",,"Above",,,100,,,,"grom_003_atk_hit_red",,,
+"grom_003_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_hit_liquid",,"Above",,,100,,,,,,,
+"grom_003_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_hit_liquid",,"Above",,,70,,,,"grom_003_atk_hitEnv_red",,,
+"grom_003_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk_hit_liquid_red",,"Above",,,70,,,,,,,
+"grom_003_atk2_reached",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_003_atk2_ground_liquid",,"GroundLow","TRUE",,100,,,,"grom_003_atk2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_liquid",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_dust",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_fly",,"GroundTop","TRUE",,100,,,,,,,
+"grom_003_atk2_reached_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"grom_003_atk2_ground_liquid_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_liquid_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_dust_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_atk2_fly",,"GroundTop","TRUE",,100,,,,,,,
+"grom_003_ulti_spawn",,,,,200,50,,,,,"ParticleEmitter",,,"grom_003_ulti2_shadow_01",,"GroundLow","TRUE",,100,,,,"grom_003_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_shadow_02",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundLow","TRUE",,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti1_reached_spawn",,"GroundTop",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_reached_areaRing",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_tentacle_sub",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_cloud",,,"Above",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow",,"Above",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_circle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_glow",,"Above",,,100,,,,,,,
+"grom_003_ulti_spawn_red",,,,,200,50,,,,,"ParticleEmitter",,,"grom_003_ulti2_shadow_01",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_shadow_02",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti2_reached_crack",,"GroundLow","TRUE",,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti1_reached_spawn_red",,"GroundTop",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_reached_areaRing_red",,"GroundTop","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_80",,"GroundTop",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_tentacle_sub_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_ulti1_reached_cloud_red",,"Above",,,220,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk1_reached_glow_red",,"Above",,,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_circle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_glow_red",,"Above",,,100,,,,,,,
+"grom_003_ulti2_trail",,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_trail_ground_liquid_02",,"GroundLow","TRUE",,100,,,,"grom_003_ulti2_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_trail_ground_liquid_01",,"Above",,,100,,,,,,,
+"grom_003_ulti2_trail_red",,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_trail_ground_liquid_02_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_trail_ground_liquid_01_red",,"Above",,,100,,,,,,,
+"grom_003_ulti2_hit",,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_hit_impact_red",,"Above",,,100,,,,"grom_003_ulti2_hit_red",,,
+"grom_003_ulti2_hit_red",,,,,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_hit_impact",,"Above",,,100,,,,,,,
+"grom_003_ulti2_reached",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_reached_tentacle",,"Above","TRUE",,100,,,,"grom_003_ulti2_reached_red",,,
+"grom_003_ulti2_reached_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"grom_003_ulti2_reached_tentacle_red",,"Above","TRUE",,100,,,,,,,
+"grom_003_lobby_lose",,,,,,,,,,,"Effect",,,,"grom_003_lobby_lose_saliva","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"grom_003_lobby_lose_smoke","Above",,,,,,,,,,
+,,,,,,,,,,,"Effect",,,,"grom_003_lobby_lose_hit","Above",,,,,,,,,,
+"grom_003_lobby_lose_saliva",,,,,,,,,,,"ParticleEmitter",,,"grom_003_lobby_lose",,"Above",,,50,,,,,,,
+"grom_003_lobby_lose_smoke",,,,,,,,,,,"ParticleEmitter",,,"grom_003_lobby_lose_smoke",,"Above",,,100,,,,,,,
+"grom_003_lobby_lose_hit",,,,,,,,,,,"ParticleEmitter",,,"grom_003_lobby_hit",,"Above",,,100,,,,,,,
+"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_hit",,,,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","elecHit_red",,,"Above",,,100,,,,"griff_def_hit_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_red",,,"GroundHigh","true",,100,,,,,,,
+"griff_def_hit_red",,,,,,,,,,"Jess_hit","SWF","sc/effects_brawler.sc","elecHit_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","elecHit_ground_blue",,,"GroundHigh","true",,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,,,,,,,
+"griff_def_lobby_sad_tears_gold",,,,,,,,,,,"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,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gen_gold_lobby_aura","Above",,,100,,,,,,,
+"griff_def_lobby_sad_tears_silver",,,,,,,,,,,"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,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gen_silver_lobby_aura","Above",,,100,,,,,,,
+"griff_002_atk",,,,,100,30,,,,"Xmas_Griff_Atk","SWF","sc/effects_brawler.sc","griff_002_atk",,,"GroundTop",,,80,,,,"griff_002_atk_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_sparks1",,"GroundTop",,,100,,,,,,,
+"griff_002_atk_red",,,,,100,30,,,,"Xmas_Griff_Atk","SWF","sc/effects_brawler.sc","griff_002_atk_red",,,"GroundTop",,,80,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_sparks1_red",,"GroundTop",,,100,,,,,,,
+"griff_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_trail_twinkles",,"Above",,,100,,,,"griff_002_atk_trail_red",,,
+"griff_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"griff_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_reached_bead",,"GroundTop",,,100,,,,"griff_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_reached_ground",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_reached_twinkles",,"GroundTop","true",,100,,,,,,,
+"griff_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_reached_bead_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_reached_ground_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_reached_twinkles_red",,"GroundTop","true",,100,,,,,,,
+"griff_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_hit",,"Object",,,100,,,,"griff_002_atk_hit_red",,,
+"griff_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"griff_002_atk_hit_red",,"Object",,,100,,,,,,,
+"griff_002_ulti",,,,,,,,,,"Xmas_Griff_Ulti","SWF","sc/effects_brawler.sc","griff_def_atk",,,"Object",,,200,,,,"griff_002_ulti_red",,,400
+"griff_002_ulti_red",,,,,,,,,,"Xmas_Griff_Ulti","SWF","sc/effects_brawler.sc","griff_def_atk_red",,,"Object",,,200,,,,,,,400
+"griff_002_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,50,,,,"griff_002_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_trail_twinkles1",,"Above",,,100,,,,,,,
+"griff_002_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_trail_twinkles1_red",,"Above",,,100,,,,,,,
+"griff_002_ulti_trail_return",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,50,,,,"griff_002_ulti_trail_return_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_trail_twinkles2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_whirl",,"Above","true",,100,,,,,,,
+"griff_002_ulti_trail_return_red",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_trail_twinkles2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_whirl_red",,"Above","true",,100,,,,,,,
+"griff_002_ulti_impact",,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_impact_star",,"Above",,,160,,,,"griff_002_ulti_impact_red",,,
+"griff_002_ulti_impact_red",,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_impact_star_red",,"Above",,,160,,,,,,,
+"griff_002_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_receive_star",,"Above",,,100,,,,"griff_002_ulti_reached_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Above",,,100,,,,,,,
+"griff_002_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_receive_star_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Above",,,100,,,,,,,
+"griff_003_atk",,,,,100,30,,,,"Griff_Atk","ParticleEmitter",,,"griff_003_atk",,"GroundTop",,,80,,,,"griff_003_atk_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_atk_cube",,"GroundTop",,,100,,,,,,,
+"griff_003_atk_red",,,,,100,30,,,,"Griff_Atk","ParticleEmitter",,,"griff_003_atk_red",,"GroundTop",,,80,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_atk_cube_red",,"GroundTop",,,100,,,,,,,
+"griff_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"griff_003_atk_particle",,"Above",,,100,,,,"griff_003_atk_trail_red",,,
+"griff_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"griff_003_atk_particle_red",,"Above",,,100,,,,,,,
+"griff_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"griff_003_atk_reached_cube",,"GroundTop",,,100,,,,"griff_003_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+"griff_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"griff_003_atk_reached_cube_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+"griff_003_ulti",,,,,,,,,,"Griff_Ulti","ParticleEmitter",,,"griff_003_ulti_cube",,"Object",,,100,,,,"griff_003_ulti_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti",,"Object",,,200,,,,,,,
+"griff_003_ulti_red",,,,,,,,,,"Griff_Ulti","ParticleEmitter",,,"griff_003_ulti_cube_red",,"Object",,,100,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_red",,"Object",,,200,,,,,,,
+"griff_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,50,,,,"griff_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_particle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_pixel",,"Above",,,100,,,,,,,
+"griff_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_particle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_pixel_red",,"Above",,,100,,,,,,,
+"griff_003_ulti_impact",,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_impact_rabbit",,"Above",,,160,,,,"griff_003_ulti_impact_red",,,
+"griff_003_ulti_impact_red",,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_impact_rabbit_red",,"Above",,,160,,,,,,,
+"griff_003_ulti_trail_return",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl",,"GroundHigh","true",,50,,,,"griff_003_ulti_trail_return_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_particle2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_whirl",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_pixel2",,"Above",,,100,,,,,,,
+"griff_003_ulti_trail_return_red",,,,,,,,,,,"ParticleEmitter",,,"carl_def_atk_whirl_red",,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_particle2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_def_ulti_trail_whirl_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_trail_pixel2_red",,"Above",,,100,,,,,,,
+"griff_003_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_receive_rabbit",,"Above",,,100,,,,"griff_003_ulti_reached_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_blue",,,"Above",,,100,,,,,,,
+"griff_003_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"griff_003_ulti_receive_rabbit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_elecBall_end_red",,,"Above",,,100,,,,,,,
+"griff_003_lobby","TRUE","TRUE",,"holo_vfx_head",,,,,2300,,"SWF","sc/effects_brawler.sc","griff_003_lobby_game",,,"Object",,,20,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_lobby_screen",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_003_lobby_glow",,"Object",,,100,,,,,,,
+"griff_003_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"griff_003_lobby_lose",,"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_002_lobby_win",,,,,,,,,,,"Effect",,,,"jessie_002_lobby_win_01","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"jessie_002_lobby_win_02","Object",,,100,,,,,,,
+"jessie_002_lobby_win_01",,"TRUE","TRUE","R_ponytail_01",,,,,,,"ParticleEmitter",,,"jessie_002_lobby_win_water",,"Above",,,100,,,,,,,
+"jessie_002_lobby_win_02",,"TRUE","TRUE","R_gunbone_01",,,,,,,"ParticleEmitter",,,"jessie_002_lobby_win_water_02",,"Object",,,100,,,,,,,
+"jessie_002_lobby_lose",,,,,,,,,,,"Effect",,,,"jessie_002_lobby_lose_01","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"jessie_002_lobby_lose_02","Above",,,100,,,,,,,
+"jessie_002_lobby_lose_01",,"TRUE","TRUE","R_gunbone_01",,,,,,,"ParticleEmitter",,,"jessie_002_lobby_lose_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_002_lobby_lose_waterSplat",,"Above",,,100,,,,,,,
+"jessie_002_lobby_lose_02",,"TRUE","TRUE","hat_02_s",,,,,,,"ParticleEmitter",,,"jessie_002_lobby_lose_bubble_loop",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_002_lobby_lose_bubble",,"Above",,,100,,,,,,,
+"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_005_lobby_win",,,,,,,,,,,"Effect",,,,"jessie_005_lobby_win_02","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"jessie_005_lobby_win_01","Above",,,100,,,,,,,
+"jessie_005_lobby_win_01",,"TRUE","TRUE","R_gunbone_01",,,,,,,"ParticleEmitter",,,"jessie_005_lobby_win_impact",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_005_lobby_win_smoke",,"Above",,,,,,,,,,
+"jessie_005_lobby_win_02",,"TRUE","TRUE","hips_s",,,,,,,"ParticleEmitter",,,"jessie_005_lobby_win_leaves",,"Above",,,,,,,,,,
+"jessie_005_lobby_lose",,"TRUE","TRUE","R_eyebrow_s",,,,,,,"ParticleEmitter",,,"jessie_005_lobby_lose_tears",,"Object",,,100,,,,,,,
+"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,,,,,,,
+"leon_006_atkHit",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Above",,,130,,,,"leon_006_atkHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_atk_hit_lollipop",,"GroundHigh",,,100,,,,,,,
+"leon_006_atkHit_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Above",,,130,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_atk_hit_lollipop_red",,"GroundHigh",,,100,,,,,,,
+"leon_006_atk_reachaed",,,,,,,,,,,"ParticleEmitter",,,"leon_006_reached_cloud_blue",,"Above",,,100,,,,"leon_006_atk_reachaed_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_atk_reached_basket",,"GroundHigh",,,100,,,,,,,
+"leon_006_atk_reachaed_red",,,,,,,,,,,"ParticleEmitter",,,"gene_def_atk2End_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_atk_reached_basket_red",,"GroundHigh",,,100,,,,,,,
+"leon_006_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Above",,,100,,,,"leon_006_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_atk_reached_basket",,"GroundHigh",,,100,,,,,,,
+"leon_006_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_atk_reached_basket_red",,"GroundHigh",,,100,,,,,,,
+"leon_006_ulti",,"true",,,,,,,,"Leon_ulti","ParticleEmitter",,,"leon_006_ulti_ghost",,"Above",,,100,,,,"leon_006_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_cloud",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_spawn_bat",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_spawn_bat_2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_hit_gas",,"Above",,,100,,,,,,,
+"leon_006_ulti_red",,"true",,,,,,,,"Leon_ulti","ParticleEmitter",,,"leon_006_ulti_ghost_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_cloud_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_spawn_bat_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_spawn_bat_2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_006_ulti_hit_gas_red",,"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,,,,,,,
+"lolla_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_trail_elec",,"Above",,,100,,,,"lolla_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_ulti_trail_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_trail_circles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_trail_1",,"Above",,,100,,,,,,,
+"lolla_003_atk",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_003_atk",,"Above",,,100,,,,"lolla_003_atk_red",,,250
+"lolla_003_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa",,"Above",,,100,,,,"lolla_003_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_elec",,"Above",,,100,,,,,,,
+"lolla_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_elec",,"Above",,,100,,,,,,,
+"lolla_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_trail_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_ulti_trail_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_trail_circles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_trail_1_red",,"Above",,,100,,,,,,,
+"lolla_003_atk_red",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_003_atk_red",,"Above",,,100,,,,,,,250
+"lolla_003_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_elec_red",,"Above",,,100,,,,,,,
+"lolla_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_hexa_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_atkHit_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_003_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_elec_red",,"Above",,,100,,,,,,,
+"lolla_004_atk",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_004_atk",,"Above",,,100,,,,"lolla_004_atk_red",,,250
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_sparks",,"GroundHigh",,,100,,,,,,,500
+"lolla_004_atk_red",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_004_atk_red",,"Above",,,100,,,,,,,250
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_sparks_red",,"GroundHigh",,,100,,,,,,,500
+"lolla_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_gas",,"Object",,,100,,,,"lolla_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_particle",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_spark",,"Object",,,100,,,,,,,
+"lolla_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_particle_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_trail_spark_red",,"Object",,,100,,,,,,,
+"lolla_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_hit_fire",,"Above",,,100,,,,"lolla_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_hit_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"lolla_004_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_hit_fire_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_hit_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"grom_def_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"lolla_004_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_reached_fire",,"Above",,,100,,,,"lolla_004_atk_reached_red",,,
+"lolla_004_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_atk_reached_fire_red",,"Above",,,70,,,,,,,
+"lolla_004_ulti",,"true",,,,,,,,"Lolla_Ulti","SWF","sc/effects_brawler.sc","lolla_004_ulti",,,"Above",,,170,,,,"lolla_004_ulti_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_def_ulti_twinkle",,"Above",,,100,,,,,,,400
+"lolla_004_ulti_red",,"true",,,,,,,,"Lolla_Ulti","SWF","sc/effects_brawler.sc","lolla_004_ulti_red",,,"Above",,,170,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_def_ulti_twinkle_red",,"Above",,,100,,,,,,,400
+"lolla_004_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_trail_twinkles",,"Above",,,100,,,,"lolla_004_ulti_trail_red",,,
+"lolla_004_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_trail_twinkles",,"Above",,,100,,,,,,,
+"lolla_004_ulti_spawn",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_spark",,"Above",,,100,,,,"lolla_004_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_1",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_fire_02",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_feather",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_fire_01",,"Above",,,100,,,,,,,
+"lolla_004_ulti_spawn_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_spark_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_fire_02_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_feather_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_004_ulti_spawn_fire_01_red",,"Above",,,100,,,,,,,
+"lolla_004_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"lolla_004_lobby_lose_hit",,"Above",,,100,,,,,,,
+"lolla_005_atk",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_005_atk",,"Above",,,100,,,,"lolla_005_atk_red",,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_ground_liquid",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_tree",,"GroundTop","TRUE",,100,,,,,,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_flowers",,"Above",,,100,,,,,,,
+"lolla_005_atk_red",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_005_atk_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_ground_liquid_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_tree_red",,"GroundTop","TRUE",,100,,,,,,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_flowers_red",,"Above",,,100,,,,,,,
+"lolla_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_exp_liquid",,"Above",,,150,,,,"lolla_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_hit_ink",,"Above",,,80,,,,,,,
+"lolla_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_exp_liquid_red",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_hit_ink_red",,"Above",,,80,,,,,,,
+"lolla_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_exp_liquid",,"Object",,,100,,,,"lolla_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_reached_ground",,"GroundLow","TRUE",,100,,,,,,,
+"lolla_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_exp_liquid_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_reached_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"lolla_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_trail_smoke",,"Object",,,100,,,,"lolla_005_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_trail_ground_liquid",,"GroundLow","TRUE",,100,,,,,,,
+"lolla_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_trail_smoke_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_trail_ground_liquid_red",,"GroundLow","TRUE",,100,,,,,,,
+"lolla_005_ulti",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_005_atk",,"Above",,,100,,,,"lolla_005_ulti_red",,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_ground_liquid",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_tree",,"GroundTop","TRUE",,100,,,,,,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_flowers",,"Above",,,100,,,,,,,
+"lolla_005_ulti_red",,,,,,,,,,"Lou_Atk","ParticleEmitter",,,"lolla_005_atk_red",,"Above",,,100,,,,,,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_ground_liquid_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_tree_red",,"GroundTop","TRUE",,100,,,,,,,250
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_atk_flowers_red",,"Above",,,100,,,,,,,
+"lolla_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_liquid",,"Above",,,100,,,,"lolla_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_ground_liquid",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_liquid_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_liquid_03",,"Above",,,100,,,,,,,
+"lolla_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_ground_liquid_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_liquid_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_trail_liquid_03_red",,"Above",,,100,,,,,,,
+"lolla_005_ulti_spawn",,,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_2",,"GroundTop",,,100,,,,"lolla_005_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_ground_liquid",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_ground_02",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_ground_01",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_exp_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_exp_liquid_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_shards",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_exp_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_impact",,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_glow",,"Above",,,100,,,,,,,
+"lolla_005_ulti_spawn_red",,,,,,,,,,,"ParticleEmitter",,,"lolla_def_ulti_spawnLight_2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_ground_liquid_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_ground_02_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_ground_01_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_exp_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_exp_liquid_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_spawn_shards_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_exp_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_impact_red",,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_ulti_glow_red",,"Above",,,100,,,,,,,
+"lolla_005_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"lolla_005_lobby_win_liquid_ground",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_lobby_win_liquid",,"Above",,,100,,,,,,,
+"lolla_005_lobby_lose",,"TRUE","TRUE","fox_tailA_05_s",,,,,,,"ParticleEmitter",,,"lolla_005_lobby_lose_ground_liquid_01",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_lobby_lose_ground_liquid_02",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_lobby_lose_liquid_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"lolla_005_lobby_lose_liquid_01",,"Above",,,100,,,,,,,
+"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,,,,,,,
+"mecha_002_atk1",,,,,,,,,,"Meg_Fire","ParticleEmitter",,,"mecha_002_atk1_gunsmoke",,"Above",,,100,,,,"mecha_002_atk1_red",,,
+"mecha_002_atk1_red",,,,,,,,,,"Meg_Fire","ParticleEmitter",,,"mecha_002_atk1_gunsmoke_red",,"Above",,,100,,,,,,,
+"mecha_002_atk1_trail",,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk1_trail_sparks_02",,"Above",,,100,,,,"mecha_002_atk1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,,,"Above",,,100,,,,,,,
+"mecha_002_atk1_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk1_trail_sparks_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,,,"Above",,,100,,,,,,,
+"mecha_002_ulti1_spawn",,,,,,,,,,"Meg_Transform","ParticleEmitter",,,"mecha_002_ulti1_spawn_energy",,"GroundTop","TRUE",,100,,,,"mecha_002_ulti1_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti1_spawn_ready",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_elec",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti1_spawn_display",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_head",,"Above",,,100,,,,,,,
+"mecha_002_ulti1_spawn_red",,,,,,,,,,"Meg_Transform","ParticleEmitter",,,"mecha_002_ulti1_spawn_energy_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti1_spawn_ready_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_elec_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti1_spawn_display_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_head_red",,"Above",,,100,,,,,,,
+"mecha_002_atk2",,,,,,,,,,"Meg_Rob_Fire","ParticleEmitter",,,"mecha_002_atk2_smoke",,"Above",,,100,,,,"mecha_002_atk2_red",,,
+"mecha_002_atk2_red",,,,,,,,,,"Meg_Rob_Fire","ParticleEmitter",,,"mecha_002_atk2_smoke_red",,"Above",,,100,,,,,,,
+"mecha_002_atk2_trail",,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_trail_sparks_01",,"GroundTop",,,100,,,,,,,
+"mecha_002_atk2_hit",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_002_atk2_hit_impact_01",,"Above",,,100,,,,"mecha_002_atk2_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_flash",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_ring",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_impact_02",,"Above",,,100,,,,,,,
+"mecha_002_atk2_hit_red",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_002_atk2_hit_impact_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_flash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_ring_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_impact_02_red",,"Above",,,100,,,,,,,
+"mecha_002_atk2_reached",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk2_reached_ring",,"Above",,,100,,,,"mecha_002_atk2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_flash",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_reached_dots",,"Above",,,100,,,,,,,
+"mecha_002_atk2_reached_red",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_def_atk2_reached_ring_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_atk2_hit_flash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_atk2_reached_dots_red",,"Above",,,100,,,,,,,
+"mecha_002_ulti",,"true",,,150,50,,,,,"SWF","sc/effects_brawler.sc","mecha_002_ulti",,,"Above","TRUE",,90,,,,"mecha_002_ulti_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_hexagon",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_gas",,"GroundTop","TRUE",,100,,,,,,,
+"mecha_002_ulti_red",,"true",,,150,50,,,,,"SWF","sc/effects_brawler.sc","mecha_002_ulti_red",,,"Above","TRUE",,90,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_hexagon_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_gas_red",,"GroundTop","TRUE",,100,,,,,,,
+"mecha_002_ulti2_death",,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_groundCloud_purple",,"GroundTop","TRUE",,100,,,,"mecha_002_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_002_ulti2_death_shard",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_death_horn",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_death_arms",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_hit",,"Above",,,100,,,,,,,
+"mecha_002_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_002_ulti2_death_shard",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_death_horn",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti2_death_arms_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_hit",,"Above",,,100,,,,,,,
+"mecha_003_atk1",,,,,,,,,,"Meg_Fire","ParticleEmitter",,,"mecha_003_atk1",,"Above",,,100,,,,"mecha_003_atk1_red",,,
+"mecha_003_atk1_red",,,,,,,,,,"Meg_Fire","ParticleEmitter",,,"mecha_002_atk1_gunsmoke_red",,"Above",,,100,,,,,,,
+"mecha_003_atk1_trail",,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk1_trail_spark",,"Above",,,100,,,,"mecha_003_atk1_trail_red",,,
+"mecha_003_atk1_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk1_trail_spark_red",,"Above","TRUE",,100,,,,,,,
+"mecha_003_atk1_hit",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_003_atk1_hit",,"Above",,,120,,,,"mecha_def_atk1_hit_red",,,
+"mecha_003_atk1_reached",,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk1_reached",,"Above",,,100,,,,"mecha_003_atk1_reached_red",,,
+"mecha_003_atk1_reached_red",,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk1_reached_red",,"Above",,,100,,,,,,,
+"mecha_003_ulti1_spawn",,,,,,,,,,"Meg_Transform","ParticleEmitter",,,"mecha_002_ulti1_spawn_energy",,"GroundTop","TRUE",,100,,,,"mecha_003_ulti1_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti1_spawn_ready",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_elec",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti1_spawn_display",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_head",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti1_spawn_ready_fire",,"Above",,,100,,,,,,,
+"mecha_003_ulti1_spawn_red",,,,,,,,,,"Meg_Transform","ParticleEmitter",,,"mecha_002_ulti1_spawn_energy_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti1_spawn_ready",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_elec_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_002_ulti1_spawn_display_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti1_spawn_ready_fire_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti1_spawn_head_red",,"Above",,,100,,,,,,,
+"mecha_003_atk2",,,,,,,,,,"Meg_Rob_Fire","ParticleEmitter",,,"mecha_003_atk2",,"Above",,,100,,,,"mecha_003_atk2_red",,,
+"mecha_003_atk2_red",,,,,,,,,,"Meg_Rob_Fire","ParticleEmitter",,,"mecha_003_atk2_red",,"Above",,,100,,,,,,,
+"mecha_003_atk2_trail",,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk2_trail_sparks_01",,"Above",,,100,,,,,,,
+"mecha_003_atk2_hit",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_003_atk2_hit",,"Above",,,100,,,,"mecha_003_atk2_hit_red",,,
+"mecha_003_atk2_hit_red",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_003_atk2_hit_red",,"Above",,,100,,,,,,,
+"mecha_003_atk2_reached",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_003_atk2_reached",,"Above",,,100,,,,"mecha_003_atk2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk2_reached_debris1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk2_reached_debris2",,"Above",,,100,,,,,,,
+"mecha_003_atk2_reached_red",,,,,,,,,,"Max_Atk_Hit","ParticleEmitter",,,"mecha_003_atk2_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk2_reached_debris1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_atk2_reached_debris2_red",,"Above",,,100,,,,,,,
+"mecha_003_ulti",,"true",,,150,50,,,,,"SWF","sc/effects_brawler.sc","mecha_003_ulti_slash",,,"Above","TRUE",,90,,,,"mecha_003_ulti_red",,,400
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","mecha_003_ulti",,,"GroundHigh","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti2_fire",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti2_smoke",,"GroundTop","TRUE",,100,,,,,,,
+"mecha_003_ulti_red",,"true",,,150,50,,,,,"SWF","sc/effects_brawler.sc","mecha_003_ulti_slash_red",,,"Above","TRUE",,90,,,,,,,400
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","mecha_003_ulti_red",,,"GroundHigh","TRUE",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti2_fire_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti2_smoke_red",,"GroundTop","TRUE",,100,,,,,,,
+"mecha_003_ulti2_death",,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_groundCloud_purple",,"GroundTop","TRUE",,100,,,,"mecha_003_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_003_ulti2_death_shard",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti2_death_frontlight",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_hit",,"Above",,,100,,,,,,,
+"mecha_003_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_003_ulti2_death_shard",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_003_ulti2_death_frontlight",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mecha_def_ulti2_death_hit",,"Above",,,100,,,,,,,
+"mecha_003_ulti_tireprint",,"true","true",,,,,,,,"ParticleEmitter",,,"mecha_003_ulti_tireprint",,"GroundHigh","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,,,,,,,
+"mortis_005_atk",,"TRUE",,,,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_005_atk_slash",,,"Above",,,60,,,,"mortis_005_atk_red",,,250
+,,,,,,,,,,,"Effect",,,,"mortis_005_atk_speed","GroundTop","TRUE",,100,,,,,,,
+"mortis_005_atk_speed",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"mortis_005_atk_trail_smoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_atk_trail_speedline",,"GroundTop",,,100,,,,,,,
+"mortis_005_atk_red",,"TRUE",,,,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","mortis_005_atk_slash_red",,,"Above",,,60,,,,,,,250
+,,,,,,,,,,,"Effect",,,,"mortis_005_atk_speed_red","GroundTop","TRUE",,100,,,,,,,
+"mortis_005_atk_speed_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"mortis_005_atk_trail_smoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_atk_trail_speedline_red",,"GroundTop",,,100,,,,,,,
+"mortis_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"mortis_005_atk_hit",,"Above",,,100,,,,"mortis_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_atk_hit_elec",,"Above",,,100,,,,,,,
+"mortis_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"mortis_005_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_atk_hit_elec",,"Above",,,100,,,,,,,
+"mortis_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_tornado",,"GroundTop","TRUE",,100,,,,"mortis_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk_whirl",,"GroundTop","TRUE",,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_trail_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_trail_dust",,"GroundTop",,,100,,,,,,,
+"mortis_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_tornado_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk_whirl_red",,"GroundTop","TRUE",,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_trail_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_trail_dust",,"GroundTop",,,100,,,,,,,
+"mortis_005_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_twirl",,"GroundLow","TRUE",,100,,,,"mortis_005_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_tornado",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_shuriken",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_flash",,"Above",,,100,,,,,,,
+"mortis_005_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_twirl_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_tornado_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_shuriken_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_ulti_reached_flash_red",,"Above",,,100,,,,,,,
+"mortis_005_trail","TRUE","TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"mortis_005_trail_soot",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_trail_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_trail_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_trail_spark1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_trail_spark2",,"Above",,,100,,,,,,,
+"mortis_005_lobby",,,"TRUE",,,,,,,,"ParticleEmitter",,,"mortis_005_lobby_leaf_01",,"Above",,,100,,,,,,,
+,,,"TRUE",,,,,,,,"ParticleEmitter",,,"mortis_005_lobby_leaf_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mortis_005_lobby_slash","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mortis_005_lobby_after","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mortis_005_lobby_impact","Above",,,100,,,,,,,
+"mortis_005_lobby_slash",,,"TRUE","R_wrist_s",,,,,,,"ParticleEmitter",,,"mortis_005_lobby_slash",,"Above",,,100,,,,,,,
+"mortis_005_lobby_impact",,"TRUE","TRUE","hips_s",,,,,,,"ParticleEmitter",,,"mortis_005_lobby_speedline",,"GroundTop",,,100,,,,,,,
+"mortis_005_lobby_after",,"TRUE","TRUE","Log_1",,,,,,,"ParticleEmitter",,,"mortis_005_lobby_after_slash",,"Object",,,100,,,,,,,
+"mortis_005_lobby_sad",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"mortis_005_lobby_sad_leaf",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_lobby_sad_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mortis_005_lobby_sad_dust",,"Object",,,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",,,,,,,,,,,"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,,,,,,,
+"mrp_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_ground",,"GroundLow","TRUE",,100,,,,"mrp_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_gas",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_gas_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_liquid",,"Above",,,100,,,,,,,
+"mrp_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_gas_add_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_03_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_liquid_red",,"Above",,,100,,,,,,,
+"mrp_003_atk_trail2",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_01",,"Above",,,100,,,,"mrp_003_atk_trail2_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_liquid2",,"Above",,,100,,,,,,,
+"mrp_003_atk_trail2_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_twingkle_03_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_liquid2_red",,"Above",,,100,,,,,,,
+"mrp_003_atk_reached_01",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_reached_bag_01",,"GroundHigh",,,100,,,,"mrp_003_atk_reached_01_red",,,
+"mrp_003_atk_reached_01_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_reached_bag_01_red",,"GroundHigh",,,100,,,,,,,
+"mrp_003_atk_reached_02",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_reached_bag_02",,"GroundHigh",,,100,,,,"mrp_003_atk_reached_02_red",,,
+"mrp_003_atk_reached_02_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_reached_bag_02_red",,"GroundHigh",,,100,,,,,,,
+"mrp_003_atk_hit",,,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_003_atk_hit_circle",,,"Above",,,180,,,,"mrp_003_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_hit_liquid",,"Above",,,100,,,,,,,
+"mrp_003_atk_hit_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_003_atk_hit_circle_red",,,"Above",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_hit_liquid_red",,"Above",,,100,,,,,,,
+"mrp_003_atk_hitEnv",,,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_003_atk_hit_circle",,,"Above",,,160,,,,"mrp_003_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_hit_liquid",,"Above",,,80,,,,,,,
+"mrp_003_atk_hitEnv_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_003_atk_hit_circle_red",,,"Above",,,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_hit_liquid_red",,"Above",,,80,,,,,,,
+"mrp_003_atk_explosion",,,,,200,,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"mrp_003_atk_explode_crack",,"GroundLow","TRUE",,100,,,,"mrp_003_atk_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_fly",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk2_flask",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk2_flask2",,"GroundLow","TRUE",,100,,,,,,,
+"mrp_003_atk_explosion_red",,,,,200,,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"mrp_003_atk_explode_crack_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_fly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_explode_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk2_flask_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk2_flask2_red",,"GroundLow","TRUE",,100,,,,,,,
+"mrp_003_ulti",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_003_ulti",,,"Above","true",,100,,,,"mrp_003_ulti_red",,,250
+"mrp_003_ulti_red",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_003_ulti_red",,,"Above","true",,100,,,,,,,250
+"mrp_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_twingkle_01",,"Above",,,100,,,,"mrp_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_twingkle_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_twingkle_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_gas",,"GroundHigh",,,100,,,,,,,
+"mrp_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_twingkle_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_twingkle_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_twingkle_03_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_atk_trail_gas_red",,"GroundHigh",,,100,,,,,,,
+"mrp_003_ulti_spawn",,,,,,,,,,"Mrp_Minip_Spawn","SWF","sc/effects_brawler.sc","mrp_003_ulti_spawn_cloudexplode",,,"Above",,,50,,,,"mrp_003_ulti_spawn_red",,,-50
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_spawn_twingkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_spawn_fly",,"Above",,,100,,,,,,,
+"mrp_003_ulti_spawn_red",,,,,,,,,,"Mrp_Minip_Spawn","SWF","sc/effects_brawler.sc","mrp_003_ulti_spawn_cloudexplode_red",,,"Above",,,50,,,,,,,-50
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_spawn_twingkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_003_ulti_spawn_fly_red",,"Above",,,100,,,,,,,
+"mrp_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_trail_ground",,"GroundLow","TRUE",,100,,,,"mrp_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_trail_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_trail_ink",,"Object","TRUE",,100,,,,,,,
+"mrp_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_trail_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_trail_ink_red",,"Object","TRUE",,100,,,,,,,
+"mrp_004_atk_explosion",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"mrp_004_atk_explode_smoke",,"Above",,,100,,,,"mrp_004_atk_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_daruma",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_daruma_roate",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_cloud",,"Above",,,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,,,,,,,
+"mrp_004_atk_explosion_red",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"mrp_004_atk_explode_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_daruma_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_daruma_red_roate",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_explode_cloud_red",,"Above",,,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_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,
+"mrp_004_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_hit",,"Above",,,100,,,,"mrp_004_atk_hitEnv_red",,,
+"mrp_004_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_hit_red",,"Above",,,100,,,,,,,
+"mrp_004_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_reached_bag",,"GroundHigh",,,100,,,,"mrp_004_atk_reached_red",,,
+"mrp_004_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_reached_bag_red",,"GroundHigh",,,100,,,,,,,
+"mrp_004_ulti",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_004_ulti",,,"Above","true",,100,,,,"mrp_004_ulti_red",,,250
+"mrp_004_ulti_red",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_004_ulti_red",,,"Above","true",,100,,,,,,,250
+"mrp_004_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_ulti_trail_smoke",,"Above",,,100,,,,"mrp_004_ulti_trail_red",,,
+"mrp_004_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_ulti_trail_smoke_red",,"Above",,,100,,,,,,,
+"mrp_004_ulti_spawn",,,,,,,,,,"Mrp_Minip_Spawn","ParticleEmitter",,,"mrp_004_ulti_brick_main",,"GroundTop",,,100,,,,"mrp_004_ulti_spawn_red",,,-50
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_ulti_brick",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_004_ulti_spawn_smoke",,,"Above",,,50,,,,,,,
+"mrp_004_ulti_spawn_red",,,,,,,,,,"Mrp_Minip_Spawn","ParticleEmitter",,,"mrp_004_ulti_brick_main_red",,"GroundTop",,,100,,,,,,,-50
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_ulti_brick_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","mrp_004_ulti_spawn_smoke_red",,,"Above",,,50,,,,,,,
+"mrp_004_pet_attack",,,,,,,,,,"Mrp_Minip_Atk","SWF","sc/effects_brawler.sc","mrp_004_pet_atk_smoke",,,"Above",,,80,,,,"mrp_004_pet_attack_red",,,
+"mrp_004_pet_attack_red",,,,,,,,,,"Mrp_Minip_Atk","SWF","sc/effects_brawler.sc","mrp_004_pet_atk_smoke_red",,,"Above",,,80,,,,,,,
+"mrp_004_pet_hit",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_pet_hit",,"Above",,,100,,,,"mrp_004_pet_hit_red",,,
+"mrp_004_pet_hit_red",,,,,,,,,,,"ParticleEmitter",,,"mrp_004_pet_hit_red",,"Above",,,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,,,,,,,
+"nani_004_atk",,,,,,,,,,"Nani_Atk","ParticleEmitter",,,"nani_004_atk",,"Above",,,100,,,,"nani_004_atk_red",,,
+"nani_004_atk_red",,,,,,,,,,"Nani_Atk","ParticleEmitter",,,"nani_004_atk_red",,"Above",,,100,,,,,,,
+"nani_004_atk_hit",,,"TRUE",,,,,,,,"ParticleEmitter",,,"nani_004_atk_reached_egg",,"GroundTop",,,100,,,,"nani_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_end_egg",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_hit_sprinkle",,"Above","true",,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_hit_impact",,"Above",,,100,,,,,,,
+"nani_004_atk_hit_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"nani_004_atk_reached_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_end_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_hit_sprinkle_red",,"Above","true",,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"nani_004_atk_reached",,,"TRUE",,,,,,,,"ParticleEmitter",,,"nani_004_atk_reached_egg",,"GroundTop",,,100,,,,"nani_004_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_end_egg",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_hit_sprinkle",,"Above","true",,150,,,,,,,
+"nani_004_atk_reached_red",,,"TRUE",,,,,,,,"ParticleEmitter",,,"nani_004_atk_reached_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_end_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_hit_sprinkle_red",,"Above","true",,150,,,,,,,
+"nani_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_trail_ring",,"Object",,,100,,,,"nani_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_trail_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_trail_heart",,"Above",,,100,,,,,,,
+"nani_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_trail_ring_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_004_ulti_trail_dots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_trail_heart_red",,"Above",,,100,,,,,,,
+"nani_004_ulti_trail","true","true",,,,,,,,"Nani_Heli","ParticleEmitter",,,"nani_004_ulti_trail_sprinkle",,"Above",,,100,,,,"nani_004_ulti_trail_red",,,300
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_trail_heart",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_def_ulti_trail_wifi",,,"Above","true",,70,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_glow",,,"Above",,,100,,,,,,,
+"nani_004_ulti_trail_red","true","true",,,,,,,,"Nani_Heli","ParticleEmitter",,,"nani_004_ulti_trail_sprinkle_red",,"Above",,,100,,,,,,,300
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_atk_trail_heart_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_def_ulti_trail_wifi_red",,,"Above","true",,70,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_003_ulti_glow_red",,,"Above",,,100,,,,,,,
+"nani_004_ulti_explosion",,,,,450,150,,,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","cloudExplode_huge_blue",,,"Above",,,110,,,,"nani_004_ulti_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_exp_confetti",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_008_ulti_huge_blue",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_explode_huge",,,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_exp_ground",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_end_egg",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_hit_sprinkle",,"Above","true",,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_exp_ground_confetti",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_exp_confetti",,"Above",,,100,,,,,,,
+"nani_004_ulti_explosion_red",,,,,450,150,,,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","nani_004_cloudExplode_huge_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_exp_confetti_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_explode_huge_red",,,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_exp_ground_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_end_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_hit_sprinkle_red",,"Above","true",,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_exp_ground_confetti_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_exp_confetti_red",,"Above",,,100,,,,,,,
+"nani_004_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_bell_ring",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_circleray",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_floor_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_twinkles_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_heart",,"Above",,,100,,,,,,,
+"nani_004_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_spirit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_lose_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nani_004_lobby_lose_smoke",,"Above",,,100,,,,,,,
+"nita_def_atk",,,,,,,,,,"Earth_atk","ParticleEmitter",,,"nita_def_atk_ring",,"Above",,,100,,,,"nita_def_atk_red",,,
+,,,,,,,,,,"Nita_atk_vo","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"nita_def_atk_red",,,,,,,,,,"Earth_atk","ParticleEmitter",,,"nita_def_atk_ring_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,"Nita_atk_vo","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"nita_def_atk_trail","true","TRUE",,,,,,,,,"ParticleEmitter",,,"nita_def_ground_crack",,"GroundLow","TRUE",,60,,,,"nita_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_atk_soot",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_atk_fragments",,"GroundHigh","TRUE",,100,,,,,,,
+"nita_def_atk_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"nita_def_ground_crack",,"GroundLow","TRUE",,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_atk_soot",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_atk_fragments",,"GroundHigh","TRUE",,100,,,,,,,
+"nita_def_atk_end_blue",,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_atk_end_blue",,,"GroundHigh",,,100,,,,"nita_def_atk_end_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_groundCrack",,"GroundLow",,,100,,,,,,,
+"nita_def_atk_end_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_atk_end_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_groundCrack",,"GroundLow",,,100,,,,,,,
+"nita_def_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"cloud_blue_trail",,"GroundHigh",,,100,,,,"nita_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1",,"Above",,,100,,,,,,,
+"nita_def_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"cloud_red_trail",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1_red",,"Above",,,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,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_groundCrack",,"GroundHigh",,,150,,,,,,,
+"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,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_def_groundCrack",,"GroundHigh",,,150,,,,,,,
+"nita_def_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,"nita_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,40,,,,,,,
+"nita_def_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_multi",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,40,,,,,,,
+"nita_def_atk_hit_blue",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,100,,,,"nita_def_atk_hit_red",,,
+"nita_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,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,,,,,,,
+"nita_005_atk_blue",,,,,100,,,,,,"ParticleEmitter",,,"nita_005_atk",,"Above",,,130,,,,"nita_005_atk_red",,,150
+"nita_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_fire2",,"Object",,,100,,,,"nita_005_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_fire",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_trail_pixel",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_trail",,"Object",,,100,,,,,,,
+"nita_005_atk_end_blue",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atkEnd_pixelSmall",,"Above",,,100,,,,"nita_005_atk_end_red",,,
+"nita_005_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_hit",,"Above",,,100,,,,"nita_005_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atkEnd_pixelSmall",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,100,,,,,,,
+"nita_005_atk_hitChar",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_hit_red",,"Above",,,100,,,,"nita_005_atk_hitChar_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_trail_fire_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelSmall_red",,"Above",,,100,,,,,,,
+"nita_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_pixel",,"Above",,,100,,,,"nita_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti_trail",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_fire",,"Above",,,100,,,,,,,
+"nita_005_ulti_spawn",,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti1_spawn_pixel",,"Above",,,100,,,,"nita_005_ulti_spawn_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti1_spawn_pixel2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_005_ulti_ground_blue",,,"GroundHigh",,,30,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti_spawn",,"Above",,,100,,,,,,,
+"nita_005_atk_red",,,,,100,,,,,,"ParticleEmitter",,,"nita_005_atk_red",,"Above",,,130,,,,,,,150
+"nita_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_fire2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_fire_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_trail_pixel_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_trail_red",,"Object",,,100,,,,,,,
+"nita_005_atk_end_red",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atkEnd_pixelSmall_red",,"Above",,,100,,,,,,,
+"nita_005_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atkEnd_pixelSmall_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,100,,,,,,,
+"nita_005_atk_hitChar_red",,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_trail_fire",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_003_atkEnd_pixelSmall",,"Above",,,100,,,,,,,
+"nita_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_atk_fire_red",,"Above",,,100,,,,,,,
+"nita_005_ulti_spawn_red",,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti1_spawn_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti1_spawn_pixel2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_005_ulti_ground_red",,,"GroundHigh",,,30,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_005_ulti_spawn_red",,"Above",,,100,,,,,,,
+"nita_006_atk",,,,,100,,,,,"Nita_atk_vo","ParticleEmitter",,,"nita_004_atk",,"Above",,,130,,,,"nita_006_atk_red",,,150
+"nita_006_atk_red",,,,,100,,,,,"Nita_atk_vo","ParticleEmitter",,,"nita_004_atk_red",,"Above",,,130,,,,,,,150
+"nita_006_atk_trail",,,,,,,,,,"Nita_Gummy_Atk","ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,"nita_006_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_trail_ground",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_trail_jelly",,"Object",,,100,,,,,,,
+"nita_006_atk_trail_red",,,,,,,,,,"Nita_Gummy_Atk","ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_trail_jelly_red",,"Object",,,100,,,,,,,
+"nita_006_atk_end_blue",,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly",,"Above",,,100,,,,"nita_006_atk_end_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_end",,"Above",,,100,,,,,,,
+"nita_006_atk_end_red",,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_end_red",,"Above",,,100,,,,,,,
+"nita_006_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly",,"Above",,,100,,,,"nita_006_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_end",,"Above",,,100,,,,,,,
+"nita_006_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_end_red",,"Above",,,100,,,,,,,
+"nita_006_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_hit_impact_red",,"Above",,,140,,,,"nita_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly_red",,"Above",,,90,,,,,,,
+"nita_006_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"darryl_007_atk_hit_impact",,"Above",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly",,"Above",,,90,,,,,,,
+"nita_006_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_trail_twinkles",,"Above",,,50,,,,"nita_006_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_trail_jelly",,"Object",,,100,,,,,,,
+"nita_006_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_trail_twinkles_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_trail_jelly_red",,"Object",,,100,,,,,,,
+"nita_006_ulti_spawn",,,,,150,150,,,,"Nita_ulti_bear","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"nita_006_ulti_spawn_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_006_ulti_ground",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_dropjellys",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly",,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_exp_ground",,"GroundHigh","true",,,,,,,,,
+"nita_006_ulti_spawn_red",,,,,150,150,,,,"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_006_ulti_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_dropjellys_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_atk_hit_jelly_red",,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_004_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_006_ulti_exp_ground_red",,"GroundHigh","true",,,,,,,,,
+"nita_006_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"nita_006_lobby_win",,"Above",,,100,,,,,,,
+"nita_007_atk",,,,,100,,,,,,"ParticleEmitter",,,"carl_007_atk_impact",,"Above",,,200,,,,"nita_007_atk_red",,,
+"nita_007_atk_red",,,,,100,,,,,,"ParticleEmitter",,,"carl_007_atk_impact_red",,"Above",,,200,,,,,,,
+"nita_007_atk_trail",,,,,,,,,,"Nita_Gummy_Atk","ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,"nita_007_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_trail_ground",,"GroundLow","true",,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"nita_007_atk_trail_snowflake",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_trail_smoke2",,"Object",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"nita_007_atk_projectile_smoke",,"Object",,,100,,,,,,,
+"nita_007_atk_trail_red",,,,,,,,,,"Nita_Gummy_Atk","ParticleEmitter",,,"ground_fragments",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"carl_005_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"nita_007_atk_trail_snowflake_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_trail_smoke2_red",,"Object",,,100,,,,,,,
+"nita_007_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit",,"Above",,,100,,,,"nita_007_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_ground_smoke",,"GroundLow","true",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_snow_particle",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_snowflake",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_ground_crack",,"GroundLow","true",,100,,,,,,,
+"nita_007_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_ground_smoke_red",,"GroundLow","true",,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_snow_particle_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_snowflake_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_atk_hit_ground_crack_red",,"GroundLow","true",,100,,,,,,,
+"nita_007_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_snowflake",,"GroundHigh",,,100,,,,"nita_007_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1",,"Above",,,100,,,,,,,
+"nita_007_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_snowflake_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_003_trail_paw_1_red",,"Above",,,100,,,,,,,
+"nita_007_ulti_spawn",,,,,150,150,,,,"Nita_ulti_bear","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"nita_007_ulti_spawn_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_blue",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_snowflake",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_ground_hit",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_ground_smoke1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_ground_smoke2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_deco",,"GroundTop",,,100,,,,,,,
+"nita_007_ulti_spawn_red",,,,,150,150,,,,"Nita_ulti_bear","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nita_def_ulti_groundAbove_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_snowflake_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_ground_hit_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_ground_smoke1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_ground_smoke2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"nita_007_ulti_deco_red",,"GroundTop",,,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",,,,,,,,,,
+"pam_006_atk",,,,,50,20,,,,"MiniG_fire","ParticleEmitter",,,"pam_006_atk_beam",,"Above",,,100,,,,"pam_006_atk_red",,,200
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_smoke",,"Above",,,100,,,,,,,100
+"pam_006_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_hit",,"Above",,,100,,,,"pam_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_hit_spark",,"Above",,,100,,,,,,,
+"pam_006_atk_red",,,,,50,20,,,,"MiniG_fire","ParticleEmitter",,,"pam_006_atk_beam_red",,"Above",,,100,,,,,,,200
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_smoke_red",,"Above",,,100,,,,,,,100
+"pam_006_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_hit_spark",,"Above",,,100,,,,,,,
+"pam_006_atk_trail","true","true",,,,,,,,,"ParticleEmitter",,,"pam_006_atk_trail",,"GroundHigh",,,100,,,,"pam_006_atk_trail_red",,,
+"pam_006_atk_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"pam_006_atk_trail_red",,"GroundHigh",,,100,,,,,,,
+"pam_006_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Above",,,100,,,,"pam_006_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_reached_elec",,"Above",,,100,,,,,,,
+"pam_006_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached_onlySmoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+"pam_006_atk_Env",,,,,,,,,,,"ParticleEmitter",,,"pam_006_atk_reached_elec",,"Above",,,100,,,,"pam_006_atk_reached_red",,,
+"pam_006_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_trail",,"Above",,,100,,,,"pam_006_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_trail_elec",,"Above",,,100,,,,,,,
+"pam_006_ulti_trail_red","true",,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_trail",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_trail_elec_red",,"Above",,,100,,,,,,,
+"pam_006_ulti_area_active",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active",,,"GroundLow","true",,100,,,,"pam_006_ulti_area_active_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_dollardrop",,"Above",,,100,,,,,,,
+"pam_006_ulti_area_active_red",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","pam_def_ulti_area_active_red",,,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_dollardrop",,"Above",,,100,,,,,,,
+"pam_006_ulti_area_loop",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","pam_006_ulti_area_loop",,,"GroundLow","true",,85,,,,"pam_006_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",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_triangles",,"Above",,,100,,,,,,,
+"pam_006_ulti_area_loop_red",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","pam_006_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",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"pam_006_ulti_triangles_red",,"Above",,,100,,,,,,,
+"pam_006_lobby_win",,,"TRUE","canon_s",,,,,,,"ParticleEmitter",,,"pam_006_lobby_win",,"Above",,,100,,,,,,,
+"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_003_lobby_win",,,,,,,,,,,"Effect",,,,"penny_003_lobby_win_01","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"penny_003_lobby_win_02","Object",,,100,,,,,,,
+"penny_003_lobby_win_01",,"TRUE","TRUE","L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"penny_003_lobby_win_slash",,"Object",,,100,,,,,,,
+"penny_003_lobby_win_02",,"TRUE","TRUE","cannon_s",,,,,,,"ParticleEmitter",,,"penny_003_lobby_win_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_003_lobby_win_boxglow",,"Object",,,100,,,,,,,
+"penny_003_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"penny_003_lobby_lose_smoke",,"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_004_lobby_win",,,,,,,,,,,"Effect",,,,"penny_004_lobby_win_01","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"penny_004_lobby_win_02","Object",,,100,,,,,,,
+"penny_004_lobby_win_01",,"TRUE","TRUE","L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"penny_004_lobby_win_slash",,"Object",,,100,,,,,,,
+"penny_004_lobby_win_02",,"TRUE","TRUE","cannon_s",,,,,,,"ParticleEmitter",,,"penny_004_lobby_win_twinkles",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_004_lobby_win_boxglow",,"Object",,,100,,,,,,,
+"penny_004_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"penny_004_lobby_lose_smoke",,"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,,,,,,,
+"penny_006_atk",,,,,200,,,,,"Marig_fire","ParticleEmitter",,,"penny_006_atk_impact",,"Above",,,100,,,,"penny_006_atk_red",,,
+"penny_006_atk_red",,,,,200,,,,,"Marig_fire","ParticleEmitter",,,"penny_006_atk_impact_red",,"Above",,,100,,,,,,,
+"penny_006_atk1_trail",,"true",,,,,,,,,"ParticleEmitter",,,"penny_006_atk_trailGround",,"GroundHigh","true",,100,,,,"penny_006_atk1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk2_trail_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_trail_gas",,"Above",,,100,,,,,,,
+"penny_006_atk1_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"penny_006_atk_trailGround_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk2_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_trail_gas_red",,"Above",,,100,,,,,,,
+"penny_006_atk1_hit",,,,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_006_bone_reached",,"GroundTop",,,100,,,,"penny_006_atk1_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_01",,"Above",,,100,,,,,,,
+"penny_006_atk1_hit_red",,,,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_006_bone_reached_red",,"Object",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_01_red",,"Above",,,100,,,,,,,
+"penny_006_atk1_env",,,,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_006_bone_reached",,"GroundTop",,,125,,,,"penny_006_atk1_env_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_01",,"Above",,,50,,,,,,,
+"penny_006_atk1_env_red",,,,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_006_bone_reached_red",,"Object",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_01_red",,"Above",,,50,,,,,,,
+"penny_006_atk1_end",,,,,,,,,,"Marig_nohit","ParticleEmitter",,,"cloudExplode_small",,"Above",,,100,,,,"penny_006_atk1_end_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_bone_reached",,"GroundTop",,,100,,,,,,,
+"penny_006_atk1_end_red",,,,,,,,,,"Marig_nohit","ParticleEmitter",,,"cloudExplode_small_red2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_bone_reached_red",,"GroundTop",,,100,,,,,,,
+"penny_006_atk2_trail",,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk2_trail_liquid",,"Above",,,100,,,,"penny_006_atk2_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_trailGround",,"GroundHigh","true",,100,,,,,,,
+"penny_006_atk2_trail_red",,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk2_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_trailGround_red",,"GroundHigh","true",,100,,,,,,,
+"penny_006_atk2_hit",,,,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_006_bone_hit_explosion",,"Above",,,100,,,,"penny_006_atk2_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_01",,"Above",,,100,,,,,,,
+"penny_006_atk2_hit_red",,,,,,,,,,"Marig_hit","ParticleEmitter",,,"penny_006_bone_hit_explosion_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_atk_hit_01_red",,"Above",,,100,,,,,,,
+"penny_006_atk2_reached",,,,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_006_atk2_bone_reached",,"Above",,,100,,,,"penny_006_atk2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_006_atk2_reached_red",,,,,,,,,,"Marig_nohit","ParticleEmitter",,,"penny_006_atk2_bone_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Above",,,100,,,,,,,
+"penny_006_turret_trail",,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_gas_green",,"Object",,,100,,,,"penny_006_turret_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_bugs",,"GroundHigh",,,100,,,,,,,
+"penny_006_turret_trail_red",,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_bugs",,"GroundHigh",,,100,,,,,,,
+"penny_006_turret_explosion",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_turquoise",,"Above",,,125,,,,"penny_006_turret_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_turquoise",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_hit_bugs",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_explode",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_exp_trash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,100,,,,,,,
+"penny_006_turret_explosion_red",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_redpurple",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_hit_bugs",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bo_004_atkHit_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_exp_trash_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,100,,,,,,,
+"penny_006_ulti",,,,,200,,,,,"Penny_Skin_Ulti_Fire","ParticleEmitter",,,"ash_002_atk_slash",,"Above",,,100,,,,"penny_006_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_trash",,"Above",,,100,,,,,,,
+"penny_006_ulti_red",,,,,200,,,,,"Penny_Skin_Ulti_Fire","ParticleEmitter",,,"ash_002_atk_slash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_trash_red",,"Above",,,100,,,,,,,
+"penny_006_ulti_spawn",,"true",,,,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_blue",,"Above",,,100,,,,"penny_006_ulti_spawn_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_hit_bugs",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_blue",,,"Above",,,100,,,,,,,
+"penny_006_ulti_spawn_red",,"true",,,,,,,,"Penny_turret_spawn","ParticleEmitter",,,"jessie_def_spawnCloud_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"jessie_def_spawnCloudGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_hit_bugs",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","jessie_def_spawn_red",,,"Above",,,100,,,,,,,
+"penny_006_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_trail_bugs",,"Above",,,100,,,,"penny_006_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_gas_blue",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail",,"Above",,,100,,,,,,,
+"penny_006_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"penny_004_atk1_trail_bugs",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_gas_pink",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_ulti_trail_red",,"Above",,,100,,,,,,,
+"penny_006_lobby",,,,,,,,,,,"ParticleEmitter",,,"penny_006_lobby_smoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"penny_006_lobby_elbow_water","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"penny_006_lobby_gun_water","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_lobby_frag",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_lobby_slash",,"Above",,,100,,,,,,,
+"penny_006_lobby_elbow_water",,"TRUE","TRUE","R_elbow_s",,,,,,,"ParticleEmitter",,,"penny_006_lobby_impact",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"penny_006_lobby_elbow_water",,"Object",,,100,,,,,,,
+"penny_006_lobby_gun_water",,"TRUE","TRUE","L_gunbone_02_s",,,,,,,"ParticleEmitter",,,"penny_006_lobby_gun_water",,"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,,,,,,,
+"piper_006_atk",,,,,250,,,,,"Sniper_atk","ParticleEmitter",,,"piper_006_atk_dust",,"Above",,,100,,,,"piper_006_atk_red",,,450
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_dust_add",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects.sc","electricity_attack",,,"Above",,,100,,,,,,,
+"piper_006_atk_red",,,,,250,,,,,"Sniper_atk","ParticleEmitter",,,"piper_006_atk_dust_red",,"Above",,,100,,,,,,,450
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_dust_add_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","piper_006_atk_impact_red",,,"Above",,,100,,,,,,,
+"piper_006_atk_trail",,,,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_006_atk_trail_dust",,"GroundTop",,,100,,,,"piper_006_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_trail_dots",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_trail_butterfly",,"GroundTop",,,100,,,,,,,
+"piper_006_atk_trail_red",,,,,,,,,,"Sniper_trail","ParticleEmitter",,,"piper_006_atk_trail_dust_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_trail_dots_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_trail_butterfly_red",,"GroundTop",,,100,,,,,,,
+"piper_006_atk_hit","true","true",,,100,50,,,,,"ParticleEmitter",,,"piper_006_atk_hit_dust",,"Above",,,100,,,,"piper_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_butterfly",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_impact",,"Above",,,100,,,,,,,
+"piper_006_atk_hit_red","true","true",,,100,50,,,,,"ParticleEmitter",,,"piper_006_atk_hit_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_butterfly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"piper_006_atk_hitEnv","true","true",,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_dust",,"Above",,,85,,,,"piper_006_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_butterfly",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_reached_impact",,"Above",,,100,,,,,,,
+"piper_006_atk_hitEnv_red","true","true",,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_dust_red",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_butterfly_red",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_reached_impact_red",,"Above",,,100,,,,,,,
+"piper_006_atk_reached","true","true",,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_dust",,"Above",,,100,,,,"piper_006_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_butterfly",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_reached_impact",,"Above",,,100,,,,,,,
+"piper_006_atk_reached_red","true","true",,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_hit_butterfly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_atk_reached_impact_red",,"Above",,,100,,,,,,,
+"piper_006_ulti",,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti_smoke",,"GroundTop",,,100,,,,,,,
+"piper_006_ulti_trail",,"TRUE","TRUE","gunbrella_barrel_muzzle_s",,,,,,,"ParticleEmitter",,,"piper_006_ulti_trail_twirl1",,"Above","true",,100,,,,"piper_006_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti_trail_twirl2",,"Above","true",,100,,,,,,,
+"piper_006_ulti_trail_red",,"TRUE","TRUE","gunbrella_barrel_muzzle_s",,,,,,,"ParticleEmitter",,,"piper_006_ulti_trail_twirl1",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti_trail_twirl2_red",,"Above","true",,100,,,,,,,
+"piper_006_ulti2_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"piper_006_ulti2_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti2_explode_butterfly",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_blue",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti2_explode_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti2_explode_dust_add",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+"piper_006_ulti2_explosion_red",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti2_explode_butterfly_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti2_explode_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_ulti2_explode_dust_add_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_005_atk_hit_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+"piper_006_lobby",,"TRUE","TRUE","gunbrella_barrel_muzzle_s",,,,,,,"ParticleEmitter",,,"piper_006_lobby_dust",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_lobby_dust_add",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_lobby_butterfly",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_lobby_stars",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"piper_006_lobby_impact",,"Object",,,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
+"janet_def_atk_direct",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_blue",,,"Above",,,100,,,,"poco_def_atk_direct_red",,,250
+"janet_def_atk_direct_red",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_red",,,"Above",,,100,,,,,,,250
+"janet_def_atk_root",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_root_blue",,,"Above",,,100,,,,"poco_def_atk_root_red",,,200
+"janet_def_atk_root_red",,"true",,,,,,,,,"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,,,,,,,
+"poco_005_atk_trail","true",,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_twinkle",,"Above",,,,,,,"poco_005_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloud_flat_blue",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_frags_big",,"GroundHigh",,,,,,,,,,
+"poco_005_atk_trail_red","true",,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_twinkle_red",,"Object",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloud_flat_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_frags_big_red",,"GroundHigh",,,,,,,,,,
+"poco_005_atk_hit",,,,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_hit_red",,,"Above",,,100,,,,"poco_005_atk_hit_red",,,
+"poco_005_atk_hit_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_hit",,,"Above",,,100,,,,,,,
+"poco_005_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"poco_005_ulti_twirl",,"GroundHigh",,,,,,,"poco_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_005_ulti_patches",,"GroundHigh","TRUE",,,,,,,,,
+,"true",,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_twinkle",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_frags",,"Above",,,,,,,,,,
+"poco_005_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"poco_005_ulti_twirl",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_005_ulti_patches_red",,"GroundHigh","TRUE",,,,,,,,,
+,"true",,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_twinkle",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_frags_red",,"Above",,,,,,,,,,
+"poco_005_ultiEnd","true","true",,,,,,,,,"SWF","sc/effects_brawler.sc","poco_005_ulti_End",,,"Above",,,100,,,,,,,
+"poco_006_atk",,,,,,,,,,,"Effect",,,,"poco_006_atk_01","Above",,,100,,,,"poco_006_atk_red",,,250
+,,,,,,,,,,,"Effect",,,,"poco_006_atk_02","GroundLow",,,50,,,,,,,
+"poco_006_atk_01",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_blue",,,"Above",,,100,,,,"poco_006_atk_red",,,250
+"poco_006_atk_02",,,,,,,,,,,"SWF","sc/effects_brawler.sc","poco_006_atk_horseshoe",,,"GroundLow","true",,50,,,,,,,
+"poco_006_atk_red",,,,,,,,,,,"Effect",,,,"poco_006_atk_03","Above",,,100,,,,,,,250
+,,,,,,,,,,,"Effect",,,,"poco_006_atk_04","GroundLow",,,50,,,,,,,
+"poco_006_atk_03",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","poco_def_atk_direct_red",,,"Above",,,100,,,,,,,250
+"poco_006_atk_04",,,,,,,,,,,"SWF","sc/effects_brawler.sc","poco_006_atk_horseshoe",,,"GroundLow","true",,50,,,,,,,
+"poco_006_atk_trail","true",,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_trail_cloud",,"GroundTop",,,,,,,"poco_006_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_cloud",,"GroundHigh",,,,,,,,,,
+"poco_006_atk_trail_red","true",,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_trail_cloud_red",,"GroundTop",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_cloud_red",,"GroundHigh",,,,,,,,,,
+"poco_006_atk_hit","TRUE","TRUE",,,,,,,,,"ParticleEmitter",,,"poco_006_atk_hit_red",,"Above",,,100,,,,"poco_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_hit_horse_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_hit_smoke_red",,"Object",,,100,,,,,,,
+"poco_006_atk_hit_red","TRUE","TRUE",,,,,,,,,"ParticleEmitter",,,"poco_006_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_hit_horse",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_hit_smoke",,"Object",,,100,,,,,,,
+"poco_006_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_reached",,"Above",,,100,,,,"poco_006_atk_reached_red",,,
+"poco_006_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"poco_006_atk_reached_red",,"Above",,,100,,,,,,,
+"poco_006_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_cloud",,"GroundHigh",,,,,,,"poco_006_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_cloud2",,"GroundTop",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_cloud3",,"GroundLow",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_patches",,"GroundHigh","TRUE",,,,,,,,,
+,"true",,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_twinkle",,"GroundHigh",,,,,,,,,,
+"poco_006_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_cloud_red",,"GroundHigh",,,,,,,"poco_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_cloud2",,"GroundTop",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_patches",,"GroundHigh","TRUE",,,,,,,,,
+,"true",,,,,,,,,,"ParticleEmitter",,,"poco_005_atk_trail_twinkle",,"GroundHigh",,,,,,,,,,
+"poco_006_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"poco_006_lobby_win_note",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_lobby_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_lobby_smoke2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"poco_006_lobby_smoke3",,"Above",,,100,,,,,,,
+"poco_006_ultiEnd","true","true",,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_reached",,"Above",,,100,,,,"poco_006_ultiEnd_red",,,
+"poco_006_ultiEnd_red",,,,,,,,,,,"ParticleEmitter",,,"poco_006_ulti_reached_red",,"Above",,,100,,,,,,,
+"primo_def_atk",,,,,,,,,,"Lucha_punch","ParticleEmitter",,,"primo_def_atk_impact",,"Above",,,100,,,,"primo_def_atk_red",,,
+"primo_def_atk_red",,,,,,,,,,"Lucha_punch","ParticleEmitter",,,"primo_def_atk_impact_red",,"Above",,,100,,,,,,,
+"primo_def_atk_hit",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_def_atk_hit_impact_red",,"Above",,,100,,,,"primo_def_atk_hit_red",,,
+"primo_def_atk_hit_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"primo_def_ulti",,"TRUE",,,,,,,,"Lucha_ulti","ParticleEmitter",,,"primo_def_ulti_areaRing",,"GroundTop","TRUE",,100,,,,"primo_def_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_jump_f",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_jump_b",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_star",,"GroundTop",,,100,,,,,,,
+"primo_def_ulti_red",,"TRUE",,,,,,,,"Lucha_ulti","ParticleEmitter",,,"primo_def_ulti_areaRing_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_jump_f_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_jump_b_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_star",,"GroundTop",,,100,,,,,,,
+"primo_def_ulti_ground_hit",,,,,200,200,,,,"Sound_Gen_explosion","ParticleEmitter",,,"primo_def_ulti_groundCrack",,"GroundHigh","TRUE",,165,,,,"primo_def_ulti_ground_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_ground_impact",,"GroundTop",,,165,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_smoke",,"GroundTop","TRUE",,100,,,,,,,
+"primo_def_ulti_ground_hit_red",,,,,200,200,,,,"Sound_Gen_explosion","ParticleEmitter",,,"primo_def_ulti_groundCrack_red",,"GroundHigh","TRUE",,165,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_005_ulti_ground_impact_red",,"GroundTop",,,165,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_smoke_red",,"GroundTop","TRUE",,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",,,,,,,,,,"Punch_impact","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",,,,,,,,,,"Punch_impact","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_004_atk",,,,,,,,,,"Lucha_punch","ParticleEmitter",,,"primo_004_atk_groundcrack",,"GroundLow","TRUE",,100,,,,"primo_004_atk_red",,,500
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_atk",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_atk_speedline",,"Above",,,100,,,,,,,
+"primo_004_atk_red",,,,,,,,,,"Lucha_punch","ParticleEmitter",,,"primo_004_atk_groundcrack",,"GroundLow","TRUE",,100,,,,,,,500
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_atk_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_atk_speedline_red",,"Above",,,100,,,,,,,
+"primo_004_atk_hit",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_004_atk_hit_red",,"Above",,,100,,,,"primo_004_atk_hit_red",,,
+"primo_004_atk_hit_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_004_atk_hit",,"Above",,,100,,,,,,,
+"primo_004_atk_hitEnv",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_004_atk_hit",,"Above",,,70,,,,"primo_004_atk_hitEnv_red",,,
+"primo_004_atk_hitEnv_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_004_atk_hit_red",,"Above",,,70,,,,,,,
+"primo_004_ulti_trail",,"true",,,,,,,,"LL_Ulti","ParticleEmitter",,,"primo_004_ulti_trail_elec",,"Above",,,100,,,,"primo_004_ulti_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_trail_gas",,"GroundTop",,,100,,,,,,,
+"primo_004_ulti_trail_red",,"true",,,,,,,,"LL_Ulti","ParticleEmitter",,,"primo_004_ulti_trail_elec_red",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+"primo_004_ulti_ground_hit",,,,,200,200,,,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash",,,"Above",,,100,,,,"primo_004_ulti_ground_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_groundCrack",,"GroundLow","true",,165,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_elec",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_glow",,"Above",,,100,,,,,,,
+"primo_004_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",,,"primo_004_ulti_groundCrack_red",,"GroundLow","true",,165,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_elec_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_glow_red",,"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",,,,,,,,,,"Punch_impact","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",,,,,,,,,,"Punch_impact","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,,,,,,,
+"primo_006_atk_hit",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_006_atk_hit1_red",,"Above",,,100,,,,"primo_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_hit2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_sparks2_red",,"Above",,,100,,,,,,,
+"primo_006_atk_hit_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_006_atk_hit1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_hit2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_sparks1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_sparks2",,"Above",,,100,,,,,,,
+"primo_006_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_hit1",,"Above",,,60,,,,"primo_006_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_hit2",,"Above",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_glow",,"Above",,,60,,,,,,,
+"primo_006_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_hit1_red",,"Above",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_hit2_red",,"Above",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_glow_red",,"Above",,,60,,,,,,,
+"primo_006_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_trail1",,"GroundTop",,,100,,,,"primo_006_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_trail2",,"GroundTop",,,100,,,,,,,
+"primo_006_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_trail1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_atk_trail2_red",,"GroundTop",,,100,,,,,,,
+"primo_006_ulti_trail",,"true","true",,,,,,,"LL_Ulti","ParticleEmitter",,,"primo_006_ulti_trail1",,"GroundTop",,,100,,,,"primo_006_ulti_trail_red",,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_006_ulti_trail2",,"Above",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_006_ulti_trail3",,"Above",,,100,,,,,,,
+"primo_006_ulti_trail_red",,"true","true",,,,,,,"LL_Ulti","ParticleEmitter",,,"primo_006_ulti_trail1_red",,"GroundTop",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_006_ulti_trail2_red",,"Above",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_006_ulti_trail3_red",,"Above",,,100,,,,,,,
+"primo_006_ulti_ground_hit",,"true",,,200,200,,,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash",,,"Above",,,100,,,,"primo_006_ulti_ground_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_circle",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_sparks1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_sparks2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_sparks3",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_glitchglow",,"GroundTop","true",,100,,,,,,,
+"primo_006_ulti_ground_hit_red",,"true",,,200,200,,,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_circle_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_003_ulti_fragments",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_sparks2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_stars_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_sparks3_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_006_ulti_glitchglow_red",,"GroundTop","true",,100,,,,,,,
+"primo_007_atk_hit",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_007_atk_heart_red",,"Above",,,100,,,,"primo_007_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_hit1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_heart_twinkle_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_heart_twinkle_02_red",,"Above",,,100,,,,,,,
+"primo_007_atk_hit_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_007_atk_heart",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_hit1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_heart_twinkle_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_heart_twinkle_02",,"Above",,,100,,,,,,,
+"primo_007_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_trail_heart",,"GroundTop",,,100,,,,"primo_007_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_candy_drop",,"GroundTop",,,100,,,,,,,
+"primo_007_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_trail_heart_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_007_atk_candy_drop_red",,"GroundTop",,,100,,,,,,,
+"primo_008_atk_hit",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_008_atk_Hit_core_red",,"Above",,,100,,,,"primo_008_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_gemstone_001_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_Hit_hexa_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_Hit_twinkle_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_coin_001",,"GroundTop",,,100,,,,,,,
+"primo_008_atk_hit_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_008_atk_Hit_core",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_gemstone_001",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_Hit_hexa",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_Hit_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_coin_001",,"GroundTop",,,100,,,,,,,
+"primo_008_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_trail",,"GroundTop",,,100,,,,"primo_008_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_trail_twinkles",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_ringTrail",,"GroundTop",,,100,,,,,,,
+"primo_008_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_trail_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_trail_twinkles_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_atk_ringTrail_red",,"GroundTop",,,100,,,,,,,
+"primo_008_ulti_trail",,"true","true",,,,,,,"LL_Ulti","ParticleEmitter",,,"primo_008_ulti_trail1",,"Above",,,100,,,,"primo_008_ulti_trail_red",,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_008_ulti_trail2",,"Above",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_008_ulti_trail3",,"Above",,,100,,,,,,,
+"primo_008_ulti_trail_red",,"true","true",,,,,,,"LL_Ulti","ParticleEmitter",,,"primo_008_ulti_trail1_red",,"GroundTop",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_008_ulti_trail2_red",,"Above",,,100,,,,,,,
+,,"true","true",,,,,,,,"ParticleEmitter",,,"primo_008_ulti_trail3_red",,"Above",,,100,,,,,,,
+"primo_008_ulti_ground_hit",,"true",,,200,200,,,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash",,,"Above",,,100,,,,"primo_008_ulti_ground_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_circle_01",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_glow",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_circle_glowbottom",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_StarBottom",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_coin_001",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_dia_001",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_hexaflare",,"Above",,,100,,,,,,,
+"primo_008_ulti_ground_hit_red",,"true",,,200,200,,,,"LL_Ulti_Hit","SWF","sc/effects_brawler.sc","primo_003_ulti_flash_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_circle_01_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_confetti_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_glow_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_circle_glowbottom_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_StarBottom_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_coin_001",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_dia_001_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_008_ulti_hexaflare_red",,"Above",,,100,,,,,,,
+"primo_009_atk",,,,,,,,,,"Lucha_punch",,,,,,,,,,,,,,,,
+"primo_009_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"primo_009_atk_trail_elec",,"Above",,,100,,,,"primo_009_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_atk_trail_smoke",,"Above",,,100,,,,,,,
+"primo_009_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"primo_009_atk_trail_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_atk_trail_smoke_red",,"Above",,,100,,,,,,,
+"primo_009_atk_hit",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_009_atk_hit_impact_red",,"Above",,,100,,,,"primo_009_atk_hit_red",,,
+"primo_009_atk_hit_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_009_atk_hit_impact",,"Above",,,100,,,,,,,
+"primo_009_atk_hitEnv",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_009_atk_hit_impact",,"Above",,,80,,,,"primo_009_atk_hitEnv_red",,,
+"primo_009_atk_hitEnv_red",,,,,,,,,,"Punch_impact","ParticleEmitter",,,"primo_009_atk_hit_impact_red",,"Above",,,80,,,,,,,
+"primo_009_ulti",,,,,,,,,,"Lucha_ulti","ParticleEmitter",,,"primo_009_ulti_jump",,"Above",,,100,,,,"primo_009_ulti_red",,,
+"primo_009_ulti_red",,,,,,,,,,"Lucha_ulti","ParticleEmitter",,,"primo_009_ulti_jump_red",,"Above",,,100,,,,,,,
+"primo_009_ulti_trail",,"TRUE",,"hips_s",,,,,,,"ParticleEmitter",,,"primo_009_ulti_trail_dust",,"Above",,,100,,,,"primo_009_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_trail_fire",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_trail_elec",,"Above",,,100,,,,,,,
+"primo_009_ulti_trail_red",,"TRUE",,"hips_s",,,,,,,"ParticleEmitter",,,"primo_009_ulti_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_trail_fire_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_trail_elec_red",,"Above",,,100,,,,,,,
+"primo_009_ulti_ground_hit",,,,,200,200,,,,"Sound_Gen_explosion","ParticleEmitter",,,"primo_def_ulti_groundCrack",,"GroundHigh","TRUE",,165,,,,"primo_009_ulti_ground_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_smoke",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_lightning",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_sparks",,"Above",,,100,,,,,,,
+"primo_009_ulti_ground_hit_red",,,,,200,200,,,,"Sound_Gen_explosion","ParticleEmitter",,,"primo_def_ulti_groundCrack_red",,"GroundHigh","TRUE",,165,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_smoke_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_def_ulti_fragments_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_lightning_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_ulti_sparks_red",,"Above",,,100,,,,,,,
+"primo_009_lobby_lose",,,,,,,,,,,"Effect",,,,"primo_009_lobby_lose_L","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"primo_009_lobby_lose_R","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"primo_009_lobby_lose_L_hit","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"primo_009_lobby_lose_R_hit","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"primo_009_lobby_lose_stun","Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_floor_smoke",,"GroundLow",,,100,,,,,,,
+"primo_009_lobby_lose_L",,"TRUE","TRUE","L_shoulder_s",,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_L_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_L_elec",,"Object",,,100,,,,,,,
+"primo_009_lobby_lose_R",,"TRUE","TRUE","R_shoulder_s",,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_R_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_R_elec",,"Object",,,100,,,,,,,
+"primo_009_lobby_lose_L_hit",,"TRUE","TRUE","L_wrist_s",,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_L_hit",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_L_dust",,"Object",,,100,,,,,,,
+"primo_009_lobby_lose_R_hit",,"TRUE","TRUE","R_wrist_s",,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_R_hit",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_R_dust",,"Object",,,100,,,,,,,
+"primo_009_lobby_lose_stun",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"primo_009_lobby_lose_stun",,"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",,,"leon_003_atk_egg_pieces",,"GroundHigh",,,100,,,,"rico_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_reached_egg",,"GroundHigh",,,100,,,,,,,
+"rico_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_egg_pieces_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_003_atk_reached_egg",,"GroundHigh",,,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,,,,,,,
+"rico_006_atk",,,,,100,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_006_atk",,"Above",,,100,,,,"rico_006_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_final_spark",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_atk_leaf_rotation",,"GroundHigh",,,100,,,,,,,
+"rico_006_atk_red",,,,,100,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_006_atk_red01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_atk_leaf_rotation_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_final_spark",,"GroundHigh",,,100,,,,,,,
+"rico_006_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"rico_006_chr_impact_hit",,"Above",,,80,,,,"rico_006_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_chr_impact_hit_glow",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_atk_hit_twinkles",,"Above",,,80,,,,,,,
+"rico_006_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"rico_006_chr_impact_hit_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_chr_impact_hit_glow_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_atk_hit_twinkles",,"Above",,,80,,,,,,,
+"rico_006_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"rico_006_Env_hit",,"Above",,,50,,,,"rico_006_atk_hitEnv_red",,,
+"rico_006_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"rico_006_Env_hit_red",,"Above",,,50,,,,,,,
+"rico_006_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"rico_006_reached_rot_bug",,"Above",,,50,,,,"rico_006_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_reached_rot_bug_2",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_006_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"rico_006_reached_rot_bug_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_reached_rot_bug_2_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+"rico_006_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"rico_006_atk_trail1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,
+"rico_006_ulti",,,,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_ulti",,"Above",,,100,,,,"rico_006_ulti_red",,,
+"rico_006_ulti_red",,,,,,,,,,"Trickshot_fire","ParticleEmitter",,,"rico_002_ulti_red",,"Above",,,100,,,,,,,
+"rico_006_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,80,,,,"rico_006_ulti_hit_red",,,
+"rico_006_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,80,,,,,,,
+"rico_006_ulti_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"rico_006_ulti_hit_leaf",,"Above",,,100,,,,"rico_006_ulti_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_Env_hit",,"Above",,,50,,,,,,,
+"rico_006_ulti_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"rico_006_Env_hit_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rico_006_ulti_hit_leaf_red",,"Above",,,100,,,,,,,
+"rico_006_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"rico_006_ulti_reached",,"Object",,,100,,,,"rico_006_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_006_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"rico_006_ulti_reached_red1",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundLow",,,100,,,,,,,
+"rico_006_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"rico_006_ulti_trail02",,"Above",,,100,,,,"rico_006_ulti_trail_red",,,
+"rico_006_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"rico_006_ulti_trail_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,,,,,,,
+"rosa_004_atk",,"TRUE",,,,,,,,"Rosa_punch","ParticleEmitter",,,"rosa_004_atk_sparks1",,"GroundHigh",,,100,,,,"rosa_004_atk_red",,,500
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_sparks2",,"GroundHigh",,,100,,,,,,,500
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_sparks3",,"GroundHigh",,,100,,,,,,,500
+"rosa_004_atk_red",,"TRUE",,,,,,,,"Rosa_punch","ParticleEmitter",,,"rosa_004_atk_sparks1_red",,"GroundHigh",,,100,,,,,,,500
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_sparks2_red",,"GroundHigh",,,100,,,,,,,500
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_sparks3_red",,"GroundHigh",,,100,,,,,,,500
+"rosa_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit1_red",,"Above",,,100,,,,"rosa_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks3",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks4_red",,"Above",,,100,,,,,,,
+"rosa_004_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks3",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit_sparks4",,"Above",,,100,,,,,,,
+"rosa_004_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit1",,"Above",,,70,,,,"rosa_004_atk_hitEnv_red",,,
+"rosa_004_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"rosa_004_atk_hit1_red",,"Above",,,70,,,,,,,
+"rosa_004_ulti",,"TRUE",,,,,,,,"Rosa_ulti","ParticleEmitter",,,"rosa_004_ulti_glow",,"Above",,,100,,,,"rosa_004_ulti_red",,,500
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_ulti_circle",,"GroundHigh","TRUE",,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_ulti_sparks1",,"Above",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_ulti_barrier",,"Above",,,100,,,,,,,500
+"rosa_004_ulti_red",,"TRUE",,,,,,,,"Rosa_ulti","ParticleEmitter",,,"rosa_004_ulti_glow",,"Above",,,100,,,,,,,500
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_ulti_circle",,"GroundHigh","TRUE",,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_ulti_sparks1",,"Above",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"rosa_004_ulti_barrier",,"Above",,,100,,,,,,,500
+"rosa_004_ulti_loop",,,,,,,,,,,,,,,,,,,,,,,,,,
+"rosa_005_atk",,,,,,,,,,"Rosa_punch","ParticleEmitter",,,"rosa_005_atk_slash",,"Above",,,100,,,,"rosa_005_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_crack",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_leaves",,"Above",,,100,,,,,,,
+"rosa_005_atk_red",,,,,,,,,,"Rosa_punch","ParticleEmitter",,,"rosa_005_atk_slash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_crack",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_leaves_red",,"Above",,,100,,,,,,,
+"rosa_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_hit_red",,"Above",,,100,,,,"rosa_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_impact_red",,"Above",,,100,,,,,,,
+"rosa_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_impact",,"Above",,,100,,,,,,,
+"rosa_005_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_hit",,"Above",,,70,,,,"rosa_005_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_hitEnv_leaves",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_impact",,"Above",,,70,,,,,,,
+"rosa_005_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_hit_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_hitEnv_leaves_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_atk_impact_red",,"Above",,,70,,,,,,,
+"rosa_005_ulti",,"TRUE",,,,,,,,"Rosa_ulti","ParticleEmitter",,,"rosa_005_ulti_leaves",,"GroundHigh",,,100,,,,"rosa_005_ulti_red",,,500
+,,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","rosa_def_ulti_ground",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_ulti_barrier",,"Above",,,100,,,,,,,
+"rosa_005_ulti_red",,"TRUE",,,,,,,,"Rosa_ulti","ParticleEmitter",,,"rosa_005_ulti_leaves_red",,"GroundHigh",,,100,,,,,,,500
+,,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","rosa_def_ulti_ground",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_005_ulti_barrier",,"Above",,,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,,,,,,,
+"ruffs_004_atk_trail",,"TRUE",,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_trail_sole",,"Object","TRUE",,100,,,,"ruffs_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_twinkles",,"Above",,,100,,,,,,,
+"ruffs_004_atk_trail_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_trail_sole_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_003_atk_trail_twinkles_red",,"Above",,,100,,,,,,,
+"ruffs_004_atk_end",,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atkEnd_badge",,"GroundLow",,,100,,,,"ruffs_004_atk_end_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_fragments_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_end_bone",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk1_reached_smoke",,"Above",,,100,,,,,,,
+"ruffs_004_atk_end_red",,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atkEnd_badge_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_fragments_small",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_gunSmoke_reached_onlySmoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_end_bone_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk1_reached_smoke_red",,"Above",,,100,,,,,,,
+"ruffs_004_atkHit",,,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkHit",,"Above",,,100,,,,"ruffs_004_atkHit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_dots",,"Above",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_reached_bone",,"GroundHigh",,,100,,,,,,,
+"ruffs_004_atkHit_red",,,,,,,,,,,"ParticleEmitter",,,"ruffs_def_atkHit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bull_003_atkHit_dots",,"Above",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_atk_reached_bone_red",,"GroundHigh",,,100,,,,,,,
+"ruffs_004_ulti_trail",,"true",,,,,,,,"Ruff_Ulti_Throw","ParticleEmitter",,,"ruffs_def_ulti_trail_dots",,"Object",,,100,,,,"ruffs_004_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_ulti_trail_ring",,"Object",,,100,,,,,,,
+"ruffs_004_ulti_trail_red",,"true",,,,,,,,"Ruff_Ulti_Throw","ParticleEmitter",,,"ruffs_def_ulti_trail_dots_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_ulti_trail_ring_red",,"Object",,,100,,,,,,,
+"ruffs_004_ulti_beacon",,,,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_004_ulti_beacon",,,"Above",,,100,,,,"ruffs_004_ulti_beacon_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_004_ulti_beacon_red",,,,,,,,,,"Ruff_Ulti_Beacon","SWF","sc/effects_brawler.sc","ruffs_004_ulti_beacon_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_004_ulti_explosion",,,,,400,200,,,,,"SWF","sc/effects_brawler.sc","cloudExplode_huge_blue",,,"Above",,,120,,,,"ruffs_004_ulti_explosion_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",,,"ruffs_004_ulti_heart",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_004_ulti_explosion_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",,,"ruffs_004_ulti_heart",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"GroundTop",,,100,,,,,,,
+"ruffs_004_lobby",,,,,,,,,,,"ParticleEmitter",,,"ruffs_004_lobby_note",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ruffs_004_lobby_heart","Above",,,100,,,,,,,
+"ruffs_004_lobby_heart",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"ruffs_004_lobby_heart",,"Above",,,100,,,,,,,
+"ruffs_004_lobby_lose",,,,,,,,,,,"Effect",,,,"ruffs_004_lobby_tears_R","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ruffs_004_lobby_tears_L","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ruffs_004_lobby_angry","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"ruffs_004_lobby_hit","Object",,,100,,,,,,,
+"ruffs_004_lobby_angry",,,"TRUE","head_s",,,,,,,"ParticleEmitter",,,"ruffs_004_lobby_lose_angry",,"Above",,,100,,,,,,,
+"ruffs_004_lobby_tears_R","TRUE","TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"ruffs_004_lobby_lose_tears_R",,"Above",,,100,,,,,,,
+"ruffs_004_lobby_tears_L","TRUE","TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"ruffs_004_lobby_lose_tears_L",,"Above",,,100,,,,,,,
+"ruffs_004_lobby_hit",,"TRUE","TRUE","R_gunbone_01_s",,,,,,,"ParticleEmitter",,,"ruffs_004_lobby_lose_impact",,"GroundHigh",,,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
+"sandy_004_ulti_loop",,,,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_004_ulti_ground",,"GroundLow","true",,100,,,,"sandy_004_ulti_loop_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_planet",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_stars",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_zodiac",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_bird",,"Object",,,100,,,,,,,
+"sandy_004_ulti_loop_red",,,,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_004_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_planet_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_stars",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_zodiac",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_bird",,"Object",,,100,,,,,,,
+"sandy_004_atk_trail",,"TRUE",,,,,,,,"Sandy_atk","ParticleEmitter",,,"sandy_003_atk_trail_twinkles",,"Object",,,100,,,,"sandy_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_atk_trail_frags",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_trail_base",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_trail_leaf",,"Above",,,100,,,,,,,
+"sandy_004_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_004_atk_trail_base_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_trail_leaf_red",,"Above",,,100,,,,,,,
+"sandy_004_atk_reached",,,,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_reached",,,"Above",,,100,,,,"sandy_004_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_cloudDis",,"GroundLow",,,100,,,,,,,
+"sandy_004_atk_reached_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","sandy_def_atk_reached",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_cloudDis_red",,"GroundLow",,,100,,,,,,,
+"sandy_004_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_stars",,"Above",,,75,,,,"sandy_004_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_atk_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_trail_sleep",,"Above",,,100,,,,,,,
+"sandy_004_ulti_trail_red",,,,,,,,,,,"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_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_cloud_red",,"Above",,,100,,,,"sandy_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_leaf_red",,"Above",,,100,,,,,,,
+"sandy_004_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_leaf",,"Above",,,100,,,,,,,
+"sandy_004_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_cloud",,"Above",,,100,,,,"sandy_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_leaf",,"Above",,,100,,,,,,,
+"sandy_004_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_atk_hit_leaf_red",,"Above",,,100,,,,,,,
+"sandy_004_ulti_starP1","FALSE",,,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_004_ulti_ground",,"GroundLow","true",,100,,,,"sandy_004_ulti_starP1_red",,,50
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_planet",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_stars",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_zodiac",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_bird",,"Object",,,100,,,,,,,
+"sandy_004_lobby",,"TRUE","TRUE","hips_s",,,,,,,"ParticleEmitter",,,"sandy_004_lobby_sleep",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"sandy_004_lobby_gas_L","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"sandy_004_lobby_gas_R","Object",,,100,,,,,,,
+"sandy_004_lobby_gas_L",,"TRUE","TRUE","L_pouch_02_s",,,,,,,"ParticleEmitter",,,"sandy_004_lobby_gas_L",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_star_L",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_gas_small_L",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_gas_after_L",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_star_after_L",,"Above",,,100,,,,,,,
+"sandy_004_lobby_gas_R",,"TRUE","TRUE","R_pouch_02_s",,,,,,,"ParticleEmitter",,,"sandy_004_lobby_gas_R",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_star_R",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_gas_small_R",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_gas_after_R",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_star_after_R",,"GroundHigh",,,100,,,,,,,
+"sandy_004_lobby_lose",,"TRUE","TRUE","hips_s",,,,,,,"ParticleEmitter",,,"sandy_004_lobby_lose_tears_L",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_lose_tears_R",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_lobby_lose_tears_Loop",,"Object",,,100,,,,,,,
+"sandy_004_ulti_starP1_red",,,,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_004_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_planet_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_stars",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_zodiac",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_bird",,"Object",,,100,,,,,,,
+"sandy_004_ulti_starP2","FALSE",,,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_004_ulti_ground",,"GroundLow","true",,100,,,,"sandy_004_ulti_starP2_red",,,50
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_planet",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_stars",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_zodiac",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_bird",,"Object",,,100,,,,,,,
+"sandy_004_ulti_starP2_red",,,,,,,,,,"Sandy_ulti","ParticleEmitter",,,"sandy_004_ulti_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_planet_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_ground_above_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_star",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_star_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_stars",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_zodiac",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_def_ulti_twinkles_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_003_ulti_frags_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sandy_004_ulti_bird",,"Object",,,100,,,,,,,
+"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,,,,,,,
+"spike_005_atk1_explosion",,,,,200,50,,,,"Cactus_explo","ParticleEmitter",,,"spike_005_atk_hit_star",,"Above",,,,,,,"spike_005_atk1_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_atk1_cloud",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_005_atk1_explosion_red",,,,,200,50,,,,"Cactus_explo","ParticleEmitter",,,"spike_005_atk_hit_star_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_atk1_ground_red",,,"GroundHigh","true",,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_atk1_cloud_red",,,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,,,,,,,,
+"spike_005_atk1_trail",,,,,,,,,,,"ParticleEmitter",,,"spike_005_atk_trail_star",,"Above",,,,,,,"spike_005_atk1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_frags",,"Above",,,,,,,,,,
+"spike_005_atk1_trail_red",,,,,,,,,,,"ParticleEmitter",,,"spike_005_atk_trail_star_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_frags_red",,"Above",,,,,,,,,,
+"spike_005_ulti_trail",,"TRUE",,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_frags",,"Above",,,,,,,"spike_005_ulti_trail_red",,,150
+,,,,,,,,,,,"ParticleEmitter",,,"spike_005_atk_trail_star",,"Above",,,,,,,,,,150
+"spike_005_ulti_trail_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_trail_frags_red",,"Above",,,,,,,,,,150
+,,,,,,,,,,,"ParticleEmitter",,,"spike_005_atk_trail_star_red",,"Above",,,,,,,,,,150
+"spike_005_ulti_explosion",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"primo_006_ulti_stars",,"Above",,,,,,,"spike_005_ulti_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_ulti_ground",,,"GroundLow","true",,230,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_ulti_stinger_field",,,"GroundTop",,,230,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud",,,"Above",,,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_005_ulti_twinkles",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_005_ulti_stinger_twinkles",,"GroundHigh",,,,,,,,,,
+"spike_005_ulti_explosion_red",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"primo_006_ulti_stars_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_ulti_ground_red",,,"GroundLow","true",,230,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_ulti_stinger_field_red",,,"GroundTop",,,230,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_def_ulti_cloud_red",,,"Above",,,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_005_ulti_twinkles_red",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_005_ulti_stinger_twinkles_red",,"GroundHigh",,,,,,,,,,
+"spike_005_atk_reached",,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_005_atk_reached",,,"Above",,,,,,,,,,
+"spike_006_moving",,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_moving_fire",,"GroundLow",,,100,,,,"spike_006_moving_red",,,
+"spike_006_moving_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_moving_fire_red",,"GroundLow",,,100,,,,,,,
+"spike_006_atk1_trail",,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_trail_sparks",,"Above",,,100,,,,"spike_006_atk1_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_trail_dust",,"GroundHigh",,,100,,,,,,,
+"spike_006_atk1_trail_red",,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_trail_sparks_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_trail_dust_red",,"GroundHigh",,,100,,,,,,,
+"spike_006_atk1_explosion",,,,,200,50,,,,"Cactus_explo","ParticleEmitter",,,"spike_006_atk1_soot",,"GroundLow","true",,125,,,,"spike_006_atk1_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_ground_fire",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_smoke_add",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_sparks",,"Above",,,100,,,,,,,
+"spike_006_atk1_explosion_red",,,,,200,50,,,,"Cactus_explo","ParticleEmitter",,,"spike_006_atk1_soot",,"GroundLow","true",,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_ground_fire_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_smoke_add_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_sparks_red",,"Above",,,100,,,,,,,
+"spike_006_atk2_reached",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,115,,,,"spike_006_atk2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk2_reached_fire",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk2_reached_soot",,"GroundLow","true",,70,,,,,,,
+"spike_006_atk2_reached_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,115,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk2_reached_fire_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_atk2_reached_soot",,"GroundLow","true",,70,,,,,,,
+"spike_006_ulti_trail",,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_trail_smoke_1",,"Object",,,100,,,,"spike_006_ulti_trail_red",,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_trail_fire",,"Object",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_trail_smoke_2",,"Object",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_trail_sparks",,"Object",,,100,,,,,,,
+"spike_006_ulti_trail_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_trail_smoke_1_red",,"Object",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_trail_fire_red",,"Object",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_trail_smoke_2_red",,"Object",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"spike_006_atk1_trail_sparks_red",,"Object",,,100,,,,,,,
+"spike_006_ulti_explosion",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_006_ulti_fragments",,"Object",,,100,,,,"spike_006_ulti_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_ground",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_soot",,"GroundLow","TRUE",,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_circleground",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_stinger_field",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_cloud",,,"Above",,,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,100,,,,,,,
+"spike_006_ulti_explosion_red",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"spike_006_ulti_fragments_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_ground_red",,,"GroundHigh","true",,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_soot",,"GroundLow","TRUE",,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_ulti_circleground_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_stinger_field_red",,,"GroundHigh",,,230,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_ulti_cloud_red",,,"Above",,,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,100,,,,,,,
+"spike_006_lobby_fire",,,,,,,,,,,"Effect",,,,"spike_006_lobby_fire_cactus","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"spike_006_lobby_fire_exp","Above",,,100,,,,,,,
+,"TRUE",,,,,,,,,,"Effect",,,,"spike_006_lobby_fire_head","Above",,,100,,,,,,,
+"spike_006_lobby_fire_head","TRUE","TRUE",,"hat_02_s",,,,,1000,,"SWF","sc/effects_brawler.sc","spike_006_lose_fire_01",,,"Object",,,45,,,,,,,
+"spike_006_lobby_fire_cactus","TRUE","TRUE",,"R_gunbone_01_s",,,,,1000,,"SWF","sc/effects_brawler.sc","spike_006_lobby_cactus_fire",,,"Object",,,100,,,,,,,
+"spike_006_lobby_fire_exp",,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_lobby_cactus_smoke",,,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_exp_fire_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_spark_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_smoke",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_smoke_frags",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_exp_fire_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_exp_fire_03",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lobby_exp_hit",,"Above",,,100,,,,,,,
+"spike_006_lose",,,,,,,,,,,"Effect",,,,"spike_006_lose_fire_cactus","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"spike_006_lose_fire_exp","Above",,,100,,,,,,,
+"spike_006_lose_fire_cactus","TRUE","TRUE",,"R_gunbone_01_s",,,,,,,"SWF","sc/effects_brawler.sc","spike_006_lose_cactus_fire",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_006_lose_cactus_smoke",,,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lose_cactus_fire_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lose_cactus_fire_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spike_006_lose_cactus_spark",,"Object",,,100,,,,,,,
+"spike_006_lose_fire_exp",,,,,,,,,2300,,"ParticleEmitter",,,"spike_006_lose_exp_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,2300,,"ParticleEmitter",,,"spike_006_lose_exp_fire_01",,"Object",,,100,,,,,,,
+,,,,,,,,,2300,,"ParticleEmitter",,,"spike_006_lose_exp_fire_01_add",,"Above",,,100,,,,,,,
+,,,,,,,,,2300,,"ParticleEmitter",,,"spike_006_lobby_smoke_frags",,"Object",,,100,,,,,,,
+,,,,,,,,,1700,,"ParticleEmitter",,,"spike_006_lobby_spark",,"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",,,,,,,,,,"Sprout_Atk_Explo","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,,,,,,,
+"sprout_004_atk",,,,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_004_atk_smoke",,,"Above",,,105,,,,"sprout_004_atk_red",,,500
+"sprout_004_atk_red",,,,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_004_atk_smoke_red",,,"Above",,,105,,,,,,,500
+"sprout_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leaf",,"Above",,,100,,,,"sprout_004_atk_trail_red",,,
+"sprout_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leaf_red",,"Above",,,100,,,,,,,
+"sprout_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leafGround",,"GroundHigh",,,100,,,,"sprout_004_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_hit",,"GroundLow","true",,100,,,,,,,
+"sprout_004_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leafGround_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_hit_red",,"GroundLow","true",,100,,,,,,,
+"sprout_004_atk_explosion",,,,,200,50,,,,"Sprout_Atk_Explo","ParticleEmitter",,,"mrp_003_atk_explode_cloud",,"Above",,,100,,,,"sprout_004_atk_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leafGround",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_004_atk_ground",,,"GroundHigh","TRUE",,,,,,,,,
+"sprout_004_atk_explosion_red",,,,,200,50,,,,"Sprout_Atk_Explo","ParticleEmitter",,,"mrp_003_atk_explode_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leafGround_red",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_004_atk_ground_red",,,"GroundHigh","TRUE",,,,,,,,,
+"sprout_004_sp_explosion",,,,,200,50,,,,"Sprout_Atk_Explo","ParticleEmitter",,,"mrp_003_atk_explode_cloud",,"Above",,,110,,,,"sprout_004_sp_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leafGround",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_004_sp_ground",,,"GroundHigh","TRUE",,,,,,,,,
+"sprout_004_sp_explosion_red",,,,,200,50,,,,"Sprout_Atk_Explo","ParticleEmitter",,,"mrp_003_atk_explode_cloud_red",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_atk_leafGround_red",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_004_sp_ground_red",,,"GroundHigh","TRUE",,,,,,,,,
+"sprout_004_ulti",,,,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_004_atk_smoke",,,"Above",,,120,,,,"sprout_004_ulti_red",,,500
+"sprout_004_ulti_red",,,,,,,,,,"Sprout_Atk","SWF","sc/effects_brawler.sc","sprout_004_atk_smoke_red",,,"Above",,,120,,,,,,,500
+"sprout_004_ulti_explosion",,,,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","sprout_004_wall_smoke",,,"Above",,,110,,,,"sprout_004_ulti_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_004_ulti_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_leafGround",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_butterfly_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_butterfly_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_wall_gas",,"Object",,,100,,,,,,,
+"sprout_004_ulti_explosion_red",,,,,,,,,,"Sprout_Atk_Ulti_Explo","SWF","sc/effects_brawler.sc","sprout_004_wall_smoke_red",,,"Above",,,110,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","sprout_004_ulti_ground_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_leafGround_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_butterfly_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_butterfly_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_wall_gas_red",,"Object",,,100,,,,,,,
+"sprout_004_wall_explosion",,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_small_dust",,"GroundHigh",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_def_wall_dust",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_wall_frags",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_004_ulti_wall_leafGround",,"Above",,,120,,,,,,,
+"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,,,,,,,
+"squeak_005_atk",,"true",,,,,,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","squeak_005_atk",,,"Above","true",,120,,,,"squeak_005_atk_red",,,400
+"squeak_005_atk_red",,"true",,,,,,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","squeak_005_atk_red",,,"Above","true",,120,,,,,,,400
+"squeak_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_trail_dust",,"Above",,,100,,,,"squeak_005_atk_trail_red",,,
+"squeak_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_trail_dust_red",,"Above",,,100,,,,,,,
+"squeak_005_atk_hit",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_hit_remain",,,"Object",,,100,,,,"squeak_005_atk_hit_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_reached_gas_add",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+"squeak_005_atk_hit_red",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_hit_remain_red",,,"Object",,,100,,,,"squeak_005_atk_hit_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_reached_gas_add_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+"squeak_005_atk_hitEnv",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_hit_remain",,,"Object",,,100,,,,"squeak_005_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+"squeak_005_atk_hitEnv_red",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_hit_remain_red",,,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+"squeak_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_reached_ground",,"GroundTop",,,100,,,,"squeak_005_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,100,,,,,,,
+"squeak_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_reached_ground_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,100,,,,,,,
+"squeak_005_atk_explode",,,,,150,150,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"squeak_005_atk_exp_ground",,"GroundLow","true",,135,,,,"squeak_005_atk_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_twinkles",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_filling",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_ground_wind",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_moon",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_dust",,"Above",,,100,,,,,,,
+"squeak_005_atk_explode_red",,,,,150,150,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"squeak_005_atk_exp_ground_red",,"GroundLow","true",,135,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_twinkles_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_filling_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_ground_wind_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_moon_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_dust",,"Above",,,100,,,,,,,
+"squeak_005_ulti_hit",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_hit_remain",,,"Object",,,70,,,,"squeak_005_ulti_hit_red",,,400
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Object",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags",,"Above",,,70,,,,,,,
+"squeak_005_ulti_hit_red",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_hit_remain_red",,,"Object",,,70,,,,,,,400
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas_red",,"Object",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atk_frags_red",,"Above",,,70,,,,,,,
+"squeak_005_ulti_reached",,,,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_reached_ground",,,"Above",,,,,,,"squeak_005_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_reached_ground",,"GroundTop",,,70,,,,,,,
+"squeak_005_ulti_reached_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","squeak_005_atk_reached_ground_red",,,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_reached_ground_red",,"GroundTop",,,70,,,,,,,
+"squeak_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"squeak_005_ulti_trail_gas",,"Object",,,100,,,,"squeak_005_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_ulti_trail_moon",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_ulti_trail_frags",,"Above",,,100,,,,,,,
+"squeak_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"pam_003_ulti_trail_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_ulti_trail_moon_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_ulti_trail_frags_red",,"Above",,,100,,,,,,,
+"squeak_005_ulti_explode",,,,,150,150,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,"squeak_005_ulti_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_ground",,"GroundLow","true",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_ground_wind",,"GroundLow","TRUE",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_twinkles",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_filling",,"Object",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_moon",,"Object",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash",,"Above",,,70,,,,,,,
+"squeak_005_ulti_explode_red",,,,,,,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_ground_red",,"GroundLow","true",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_ground_wind_red",,"GroundLow","TRUE",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_twinkles_red",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_filling_red",,"Object",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_atk_exp_moon_red",,"Object",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_atkHit_flash_red",,"Above",,,70,,,,,,,
+"squeak_005_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"squeak_005_lobby_lose_star",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_lobby_lose_hit1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_lobby_lose_hit2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_005_lobby_lose_hit3",,"Above",,,100,,,,,,,
+"squeak_veteran_lobby_lose",,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"squeak_veteran_lobby_lose_smoke4",,"Above",,,100,,,,,,,
+,,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"squeak_veteran_lobby_lose_smoke2",,"Above",,,100,,,,,,,
+,,"TRUE",,"L_gunbone_01_s",,,,,,,"ParticleEmitter",,,"squeak_veteran_lobby_lose_smoke3",,"Above",,,,,,,,,,
+"squeak_gold_atk",,,,,100,,,,,"Squeak_Atk","SWF","sc/effects_brawler.sc","sticky_gold_atk",,,"Above","TRUE",,100,,,,,,,500
+"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,,,,,,,
+"surge_004_atk",,,,,200,,,,,"Surge_Atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,"surge_004_atk_red",,,500
+"surge_004_atk_red",,,,,200,,,,,"Surge_Atk","SWF","sc/effects_brawler.sc","gunSmoke_M",,,"Above",,,100,,,,,,,500
+"surge_004_atk1_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"surge_004_atk1_trailSmoke_blue",,"GroundHigh",,,110,,,,"surge_004_atk1_trail_red",,,
+"surge_004_atk1_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"surge_004_atk1_trailSmoke_red",,"GroundHigh",,,110,,,,,,,
+"surge_004_atk2_trail",,"true","true",,,,,,,,"ParticleEmitter",,,"surge_004_atk2_trailSmoke_blue",,"GroundHigh",,,70,,,,"surge_004_atk1_trail_red",,,
+"surge_004_atk2_trail_red",,"true","true",,,,,,,,"ParticleEmitter",,,"surge_004_atk2_trailSmoke_red",,"GroundHigh",,,70,,,,,,,
+"surge_004_atk1_hit_blue",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,125,,,,"surge_004_atk1_hit_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_004_atk1_hit_impact_blue",,,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end",,"Above",,,100,,,,,,,
+"surge_004_atk1_hit_red",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_004_atk1_hit_impact_red",,,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end_red",,"Above",,,100,,,,,,,
+"surge_004_atk2_hit_blue",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,90,,,,"surge_004_atk2_hit_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_004_atk1_hit_impact_blue",,,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end",,"Above",,,80,,,,,,,
+"surge_004_atk2_hit_red",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,90,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_004_atk1_hit_impact_red",,,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end_red",,"Above",,,80,,,,,,,
+"surge_004_atk1_end",,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end",,"Above",,,100,,,,"surge_004_atk1_end_red",,,
+"surge_004_atk1_end_red",,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end_red",,"Above",,,100,,,,,,,
+"surge_004_atk2_end",,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end",,"Above",,,70,,,,"surge_004_atk2_end_red",,,
+"surge_004_atk2_end_red",,,,,,,,,,,"ParticleEmitter",,,"surge_004_atk1_end_red",,"Above",,,70,,,,,,,
+"surge_004_ulti_use",,,,,,,,,,"Surge_Ulti","ParticleEmitter",,,"ground_fragments_some",,"Object",,,100,,,,"surge_004_ulti_use_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_use_glow",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_use_shot",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_shieldGlow_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_shieldGlow_02",,"GroundTop",,,95,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_shieldGlow_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_lineup_01",,"GroundTop",,,100,,,,,,,
+"surge_004_ulti_use_red",,,,,,,,,,"Surge_Ulti","ParticleEmitter",,,"ground_fragments_some",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_use_glow_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_use_shot_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_shieldGlow_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_shieldGlow_02_red",,"GroundTop",,,95,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_shieldGlow_03_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_004_ulti_lineup_01_red",,"GroundTop",,,100,,,,,,,
+"surge_004_ulti_ground",,,,,450,150,,,,"Surge_Ulti_Land","ParticleEmitter",,,"cloudExplode_ground_blue",,"GroundLow",,,100,,,,"surge_004_ulti_ground_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_blue",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_003_ulti_crack_blue",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_ulti_flash",,,"Above",,,100,,,,,,,
+"surge_004_ulti_ground_red",,,,,450,150,,,,"Surge_Ulti_Land","ParticleEmitter",,,"cloudExplode_ground_red",,"GroundLow",,,100,,,,"surge_003_ulti_ground_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"surge_def_ulti_crack_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","surge_def_ulti_flash_red",,,"Above",,,100,,,,,,,
+"tara_def_atk",,,,,,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_def_atk",,,"Above",,,100,,,,,,,300
+"tara_def_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_projectile_trail_smoke",,"GroundTop",,,100,,,,"tara_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_trail_twinkle",,"GroundTop",,,100,,,,,,,
+"tara_def_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_projectile_trail_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_trail_twinkle_red",,"GroundTop",,,100,,,,,,,
+"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,,,,,,,
+"tara_004_atk",,"true",,,,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_004_atk",,,"Above","true",,100,,,,"tara_004_atk_red",,,350
+"tara_004_atk_red",,"true",,,,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_004_atk_red",,,"Above","true",,100,,,,,,,350
+"tara_004_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_smoke",,"Object",,,80,,,,"tara_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle1",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle2",,"Object",,,100,,,,,,,
+"tara_004_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_smoke",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle1",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_trail_twinkle2",,"Object",,,100,,,,,,,
+"tara_004_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hit",,"Above",,,100,,,,"tara_004_atk_hit_red",,,
+"tara_004_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hit_red",,"Above",,,100,,,,,,,
+"tara_004_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hit",,"Above",,,100,,,,"tara_004_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hitEnv_dagger",,"Object",,,100,,,,,,,
+"tara_004_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_hitEnv_dagger_red",,"Object",,,100,,,,,,,
+"tara_004_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_reached",,"Object",,,100,,,,"tara_004_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_reached_smoke",,"Object",,,100,,,,,,,
+"tara_004_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"tara_004_atk_reached_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_small",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_reached_smoke",,"Object",,,100,,,,,,,
+"tara_004_ulti",,"true",,,,,,,,"Mystic_ulti_deploy","ParticleEmitter",,,"tara_004_ulti_swing",,"Object",,,100,,,,"tara_004_ulti_red",,,350
+"tara_004_ulti_red",,"true",,,,,,,,"Mystic_ulti_deploy","ParticleEmitter",,,"tara_004_ulti_swing",,"Object",,,100,,,,,,,350
+"tara_004_ulti_trail",,"TRUE",,,,,,,,,"ParticleEmitter",,,"tara_004_ulti_trail_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_ulti_trail_twinkle1",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_ulti_trail_twinkle2",,"Object",,,100,,,,,,,
+"tara_004_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"tara_004_ulti_hit",,"Object",,,100,,,,"tara_004_ulti_hit_red",,,
+"tara_004_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"tara_004_ulti_hit",,"Object",,,100,,,,,,,
+"tara_004_ulti_suck",,,,,200,100,,,,"Black_hole","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,100,,,,"tara_004_ulti_suck_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_004_ulti",,,"GroundHigh","true",,170,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_ulti_frags_orange",,"GroundHigh",,,100,,,,,,,
+"tara_004_ulti_explosion",,,,,450,150,,,,"Sound_TNT_explosion","ParticleEmitter",,,"Dust_emitter_lingering",,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects.sc","gen_explosion_ring2",,,"Above","true",,230,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_black_hole_pjt_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_004_black_hole_pjt_explosion2",,"Above",,,,,,,,,,
+"tara_004_ulti_suck_red",,,,,200,100,,,,"Black_hole","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,"blackhole_ulti_suck_enemy",,,
+,,,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_004_ulti_red",,,"GroundHigh","TRUE",,170,,,,,,,
+"tara_005_atk",,"true",,,,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_005_atk_swing",,,"Above","true",,100,,,,"tara_005_atk_red",,,350
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_angry_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_angry_02",,"Above",,,100,,,,,,,
+"tara_005_atk_red",,"true",,,,,,,,"Mystic_atk","SWF","sc/effects_brawler.sc","tara_005_atk_swing_red",,,"Above","true",,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_angry_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_angry_02",,"Above",,,100,,,,,,,
+"tara_005_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_trail_pixel",,"GroundTop",,,100,,,,"tara_005_atk_trail_red",,,
+"tara_005_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_trail_pixel_red",,"GroundTop",,,100,,,,,,,
+"tara_005_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_pixel_red",,"Above",,,100,,,,"tara_005_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"tara_005_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_impact",,"Above",,,100,,,,,,,
+"tara_005_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_pixel",,"Above",,,80,,,,"tara_005_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_impact",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_reached_phone",,"Object",,,100,,,,,,,
+"tara_005_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_pixel_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_hit_impact_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_reached_phone_red",,"Object",,,100,,,,,,,
+"tara_005_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_reached_phone",,"Object",,,100,,,,"tara_005_atk_reached_red",,,
+"tara_005_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"tara_005_atk_reached_phone_red",,"Object",,,100,,,,,,,
+"tara_005_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_trail_pixel",,"GroundTop",,,100,,,,"tara_005_ulti_trail_red",,,
+"tara_005_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_trail_pixel_red",,"GroundTop",,,100,,,,,,,
+"tara_005_ulti_suck",,,,,200,100,,,,"Black_hole","ParticleEmitter",,,"tara_005_ulti_suck_ground_pixel",,"GroundLow","TRUE",,100,,,,"tara_005_ulti_suck_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_watch",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_twirl",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_up_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_pixel_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_pixel_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_explode_pixel",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_explode_spawn",,"Above",,,100,,,,,,,
+"tara_005_ulti_suck_red",,,,,200,100,,,,"Black_hole","ParticleEmitter",,,"tara_005_ulti_suck_ground_pixel_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_watch_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_twirl_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_up_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_pixel_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_pixel_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_suck_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_explode_pixel_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_ulti_explode_spawn_red",,"Above",,,100,,,,,,,
+"tara_005_lobby",,"true","true","L_card_02_s",,,,,,,"ParticleEmitter",,,"tara_005_lobby_flash_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_005_lobby_flash_02",,"Object",,,100,,,,,,,
+"tara_005_lobby_lose",,"true","true","L_card_02_s",,,,,,,"ParticleEmitter",,,"tara_005_lobby_lose_impact",,"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,,,,,,,
+"tick_004_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_emotion_02",,"Above",,,100,,,,"tick_004_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_emotion_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_smoke_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_smoke_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_glow",,"GroundTop",,,100,,,,,,,
+"tick_004_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_emotion_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_emotion_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_smoke_02_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_smoke_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_trail_glow_red",,"GroundTop",,,100,,,,,,,
+"tick_004_atk1_explode",,,,,200,50,,,,"Tick_atk_split","ParticleEmitter",,,"tick_004_atk_cooky",,"Above",,,100,,,,"tick_004_atk1_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_explode1_smoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_glow",,"Above",,,100,,,,,,,
+"tick_004_atk1_explode_red",,,,,200,50,,,,"Tick_atk_split","ParticleEmitter",,,"tick_004_atk_cooky",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_explode1_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_atk_glow_red",,"Above",,,100,,,,,,,
+"tick_004_ulti_use",,,,,,,,,,"Tick_ulti","ParticleEmitter",,,"tick_004_ulti_use_smoke",,"Above",,,100,,,,"tick_004_ulti_use_red",,,
+"tick_004_ulti_use_red",,,,,,,,,,"Tick_ulti","ParticleEmitter",,,"tick_004_ulti_use_smoke_red",,"Above",,,100,,,,,,,
+"tick_004_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_trail_smoke_02",,"GroundHigh",,,100,,,,"tick_004_ulti_trail_red",,,
+,"true","true",,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_trail_smoke_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_trail_cooky",,"GroundTop",,,100,,,,,,,
+"tick_004_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_trail_smoke_02_red",,"GroundHigh",,,100,,,,,,,
+,"true","true",,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_trail_smoke_01_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_trail_cooky",,"GroundTop",,,100,,,,,,,
+"tick_004_ulti_spawn","true",,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,"tick_004_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_004_ulti_summon_question",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","tick_004_ulti_summon_ground",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_crack_sparks_01",,"GroundTop",,,100,,,,,,,
+"tick_004_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_004_ulti_summon_question_red",,,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","tick_004_ulti_summon_ground_red",,,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_ulti_crack_sparks_01",,"GroundTop",,,100,,,,,,,
+"tick_004_lobby","TRUE",,,,,,,,,,"Effect",,,,"tick_004_lobby_smoke","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"tick_004_lobby_fire","Object",,,100,,,,,,,
+"tick_004_lobby_fire",,"true",,"hat_02_s",,,,,,,"SWF","sc/effects_brawler.sc","tick_004_lobby_tail_fire",,,"Object",,,50,,,,,,,
+"tick_004_lobby_smoke",,"true",,"hips_s",,,,,,,"ParticleEmitter",,,"tick_004_lobby_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_lobby_confetti",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_lobby_confetti2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tick_004_lobby_confetti3",,"Above",,,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",,,,,,,,,,
+"poisoned_008","true","true",,,,,,,,,"ParticleEmitter",,,"frozen_particle",,"Above",,,,,,,,,,
+"burning_ball","true","true",,,,,,,,,"ParticleEmitter",,,"burning_particle",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"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_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_mine",,"Above",,,,,,,,,,
+"Grass_explo_fx_yellow",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_yellow",,"Above",,,,,,,,,,
+"grassfield_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"oasis_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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,,,,,,,
+"RT_Dryfire",,"true",,,,,,,,"RT_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Willow_Dryfire",,"true",,,,,,,,"Willow_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Gray_Dryfire",,"true",,,,,,,,"Gray_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Chester_Dryfire",,"true",,,,,,,,"Chester_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Buster_Dryfire",,"true",,,,,,,,"Buster_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Gus_Dryfire",,"true",,,,,,,,"Gus_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Bronson_Dryfire",,"true",,,,,,,,"Bronson_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Otis_Dryfire_Sfx",,"true",,,,,,,,"Otis_No_Ammo_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Bonnie_Dryfire_Sfx",,"true",,,,,,,,"Bonnie_Dryfire_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Flea_Dryfire_Sfx",,"true",,,,,,,,"Flea_Dryfire_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Janet_Dryfire_Sfx",,"true",,,,,,,,"Janet_Dryfire_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Fang_Dryfire",,"true",,,,,,,,"Fang_Dryfire","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Grom_Dryfire",,"true",,,,,,,,"Grom_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,,,,,,,
+"RT_Reload",,"true",,,,,,,,"RT_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Willow_Reload",,"true",,,,,,,,"Willow_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Gray_Reload",,"true",,,,,,,,"Gray_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Gus_Reload",,"true",,,,,,,,"Gus_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Gus_Shield","true","true",,,,,,,,"Gus_Shield","SWF","sc/effects_brawler.sc","gadget_edgar_shield",,,"Above",,,80,,,,,,,300
+"Chester_Reload",,"true",,,,,,,,"Chester_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Buster_Reload",,"true",,,,,,,,"Buster_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Bronson_Reload",,"true",,,,,,,,"Bronson_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Flea_Reload_Sfx",,"true",,,,,,,,"Flea_Reload_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Otis_Reload_Sfx",,"true",,,,,,,,"Otis_Reload_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Bonnie_Reload_Sfx",,"true",,,,,,,,"Bonnie_Reload_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Janet_Reload_Sfx",,"true",,,,,,,,"Janet_Reload_Sfx","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"diva_reload",,"true",,,,,,,,"diva_reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Fang_Reload",,"true",,,,,,,,"Fang_Reload","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"Grom_Reload",,"true",,,,,,,,"Grom_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,1,,,"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,3,,,"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_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cactus_01",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cactus_01_fly",,"Above",,,,,,,,,,
+"Green_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"cactus_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",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_twinkle_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_def_ulti_base_red",,,"GroundHigh","true",,150,,,,,,,
+"blackhole_ulti_suck",,,,,200,100,,,,"Black_hole","ParticleEmitter",,,"Small_Dust_emitter_230",,"Above",,,,,,,"blackhole_ulti_suck_enemy",,,
+,,,,,,,,,,,"ParticleEmitter",,,"Small_explosion_streaks_emitter_230",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_twinkle_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"tara_def_ulti_smoke",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","tara_def_ulti_base",,,"GroundHigh","true",,150,,,,,,,
+"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,3,3,,,"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","true",,,,,,,,"ParticleEmitter",,,"bb_trail_fire",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bb_trail_fire_dust",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bb_trail_fire_sparks_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bb_trail_fire_sparks_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Hammer_trail_rocks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bb_trail_glow",,"Above",,,100,,,,,,,
+"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,,,,,,,
+"cannongirl_ulti_ground_hit",,,,,200,200,,,,"Bonnie_Ulti_Land_Sfx","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,,,,,,,
+"robot_S_attack",,,,,,,,,,,"ParticleEmitter",,,"robot_S_atk",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","robot_smoke_S",,,"GroundTop",,,100,,,,,,,
+"robot_S_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"robot_S_atk_hit",,"Above",,,100,,,,"arcade_def_atk_hit_red",,,
+"robot_M_attack",,"true",,,,,,,,,"SWF","sc/effects_brawler.sc","robot_M_atk",,,"Above",,,75,,,,,,,500
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","robot_smoke_M",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_04",,"GroundTop",,,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",,,,,450,,,,,"Mortis_atk","SWF","sc/effects_brawler.sc","robot_boss_atk",,,"Above",,,125,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","robot_smoke_L",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_03",,"GroundHigh",,,100,,,,,,,
+"coop_ranged_attack",,,,,,,,,,"LaserShot01","ParticleEmitter",,,"gen_small_smoke_emitter_brown",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"shell_shotgun",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gun_spark",,"Above",,,100,,,,,,,
+"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",,,"leon_def_ulti_lolipop",,"Above",,,100,,,,"ninja_go_invisible_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_candy",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_smoke_big",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_smoke",,"GroundTop",,,100,,,,,,,
+"ninja_go_invisible_red","true",,,,,,,,,"Leon_ulti","ParticleEmitter",,,"leon_def_ulti_lolipop_red",,"Above",,,100,,,,"ninja_go_invisible_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_candy_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_smoke_big_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"leon_def_ulti_smoke_red",,"GroundTop",,,,,,,,,,
+"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_100",,"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",,,,,3,3,,,"ParticleEmitter",,,"Gems_flying",,"Above",,,,,,,,,,
+"payload_explosion","true","true",,,,,3,3,,,"ParticleEmitter",,,"Gems_flying_payload",,"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",,,"gem_twinkle",,"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",,,,,,,,,,
+"powerup_fx","TRUE","TRUE",,,,,,,,,"ParticleEmitter",,,"powerup_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"powerup_glow",,"GroundTop",,,100,,,,,,,
+"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_100",,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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_new",,"GroundHigh","TRUE",,100,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_mine",,"Above",,,,,,,,,,
+"mortuary_Grass_explo_fx_yellow",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"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_100",,"Above",,,,,,,,,,
+"darryls_Grass_hit_fx_yellow",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"darryls_Grass_explo_fx_yellow",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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_100",,"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_100",,"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_100",,"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_100",,"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_100",,"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",,"GroundHigh",,,,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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_100",,"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_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_giftshop",,"Above",,,,,,,,,,
+"giftshop_crate_hit",,,,,,,,,,,"ParticleEmitter",,,"Hit_dust_100",,"Above",,,,,,,,,,
+"giftshop_crate_explosion",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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_100",,"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_100",,"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_100",,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"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_100",,"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",,"GroundHigh",,,,,,,,,,
+"own_haptic_weak",,,,,,,1,,,,"SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"own_haptic_medium",,,,,,,2,,,,"SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"own_haptic_strong",,,,,,,3,,,,"SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"explosion_generic_small",,,,,200,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_red",,"Above",,,,,,,"explosion_generic_small_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_generic_small_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_generic_big",,,,,450,150,,,,"Sound_TNT_explosion","SWF","sc/effects_brawler.sc","cloudExplode_huge",,,"Above",,,110,,,,"explosion_generic_big_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_generic_big_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",,,,,,,,,,
+"crossbomber_def_explosion",,,,,,,1,,,"Sound_Gen_small_explosion","SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"crossbomber_def_explosion_ulti",,,,,,,3,,,"Sound_TNT_explosion","SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"ruffs_promotion",,,,,,,,,,"russ_heal_boost_power","SWF","sc/effects.sc",,,,"GroundHigh",,,100,,,,,,,
+"fightinggame_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_voxel",,"Above",,,,,,,,,,
+"fightinggame_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_voxel",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_voxel",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fightinggame_Green_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"potted_plant_hit_voxel",,"Above",,,,,,,,,,
+"fightinggame_Green_explo_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"potted_plant_explo_debris1_voxel",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"potted_plant_explo_debris2_voxel",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fightinggame_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"fightinggame_Grass_hit_fx","Above",,,,,,,,,,
+"fightinggame_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"fightinggame_Grass_explo_fx","Above",,,,,,,,,,
+"fightinggame_Grass_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_voxel",,"Above",,,,,,,,,,
+"fightinggame_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_voxel",,"Above",,,,,,,,,,
+"fightinggame_fence_hit",,,,,,,,,,,"Effect",,,,"fightinggame_Rock_hit_fx","Above",,,,,,,,,,
+"fightinggame_fence_explosion",,,,,,,,,,,"Effect",,,,"fightinggame_Rock_explo_fx","Above",,,,,,,,,,
+"fightinggame_barrel_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"barrel_hit_debris1_voxel",,"Above",,,,,,,,,,
+"fightinggame_barrel_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"barrel_explo_debris1_voxel",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"barrel_explo_debris2_voxel",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fightinggame_crate_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"crate_hit_debris1_voxel",,"Above",,,,,,,,,,
+"fightinggame_crate_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"crate_explo_debris1_voxel",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"crate_explo_debris2_voxel",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fightinggame_Rope_explo_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rope_fence_explo_debris_voxel",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fightinggame_fragile_explo_debris",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"fragile_explo_debris1_voxel",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fragile_explo_debris2_voxel",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"fightinggame_blocking2_hit",,,,,,,,,,,"Effect",,,,"fightinggame_Rock_hit_fx","Above",,,133,,,,,,,
+"fightinggame_blocking2_explosion",,,,,,,,,,,"Effect",,,,"fightinggame_Rock_explo_fx","Above",,,100,,,,,,,
+"nuts_bolts_metal_small_voxel","true","true",,,,,,,,,"ParticleEmitter",,,"Nuts_and_bolts_particle_50_voxel",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"crippled","true","true",,,,,,,,,"ParticleEmitter",,,"buff_speedDown_arrow",,"Above",,,,,,,,,,
+,"true","true",,,,,,,,,"ParticleEmitter",,,"buff_speedDown_ground",,"GroundHigh","TRUE",,,,,,,,,
+"fang_def_atk",,,,,,,,,,"Fang_Atk","ParticleEmitter",,,"fang_def_atk_popcorn",,"Object",,,100,,,,"fang_def_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_flash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_ring2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_dust",,"GroundLow","TRUE",,100,,,,,,,
+"fang_def_atk_cha",,,,,200,,,,,,"ParticleEmitter",,,"fang_def_atk1_env",,"Above",,,,,,,"fang_def_atk_cha_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_blue",,"Above",,,,,,,,,,
+"fang_def_atk_cha_red",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_env_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_red",,"Above",,,,,,,,,,
+"fang_def_atk_env",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke",,"Above",,,,,,,"fang_def_atk_env_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_env",,"Above",,,,,,,,,,
+"fang_def_atk_env_red",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_env_red",,"Above",,,,,,,,,,
+"fang_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached",,"Above",,,100,,,,"fang_def_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke",,"Object",,,100,,,,,,,
+"fang_def_atk_hit",,,,,200,,,,,"Fang_Atk_Hit","ParticleEmitter",,,"fang_def_atk_hit_cloud",,"Above",,,,,,,"fang_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_blue",,"Above",,,,,,,,,,
+"fang_def_ulti",,"true","true",,,,,,,"Fang_Atk_Ulti","ParticleEmitter",,,"fang_fragments_continuing",,"GroundTop",,,100,,,,"fang_def_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_ulti_trail_elec",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","fang_def_ulti_impact",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"fang_def_ulti_cover",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow",,,"Above",,,90,,,,"fang_def_ulti_cover_red",,,300
+"fang_def_atk_red",,,,,,,,,,"Fang_Atk","ParticleEmitter",,,"fang_def_atk_ring2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_flash_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_popcorn",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_dust_red",,"GroundLow","TRUE",,100,,,,,,,
+"fang_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke_red",,"Object",,,100,,,,,,,
+"fang_def_atk_hit_red",,,,,200,,,,,,"ParticleEmitter",,,"fang_def_atk_hit_cloud_red",,"Above",,,,,,,"fang_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_red",,"Above",,,,,,,,,,
+"fang_def_ulti_red",,"true","true",,,,,,,"Fang_Atk_Ulti","ParticleEmitter",,,"fang_fragments_continuing",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_ulti_trail_elec",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","fang_def_ulti_impact_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_ulti_trail_top_red",,"GroundTop","true",,100,,,,,,,
+"fang_def_ulti_cover_red",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","colette_def_ulti_glow_red",,,"Above",,,90,,,,,,,300
+"fang_def_atk_explode",,,,,200,50,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,50,,,,"fang_def_atk_explode_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud",,,"Above","true",,50,,,,,,,
+"fang_def_atk_explode_red",,,,,200,50,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","spike_003_atk1_cloud_red",,,"Above","true",,50,,,,,,,
+"fang_def_ultiExp_blue",,,,,200,50,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","TRUE",,50,,,,"fang_def_ultiExp_red",,,
+,,,,,,,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_explode_blue",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_blue_short",,"Above",,,100,,,,,,,
+"fang_def_ultiExp_red",,,,,200,50,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","TRUE",,50,,,,,,,
+,,,,,,,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,100,,,,,,,
+"fang_hit_melee",,,,,150,150,,,,"Punch_impact","ParticleEmitter",,,"Hit_dust_200",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_hit_flash_300",,"Above",,,,,,,,,,
+"fang_002_atk",,,,,,,,,,"Fang_Atk","ParticleEmitter",,,"fang_def_atk_popcorn",,"Object",,,100,,,,"fang_002_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_flash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_002_atk_ring2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_dust",,"GroundLow","TRUE",,100,,,,,,,
+"fang_002_atk_cha",,,,,200,,,,,,"ParticleEmitter",,,"fang_002_atk1_env",,"Above",,,,,,,"fang_002_atk_cha_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_blue",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow",,"Above",,,,,,,,,,
+"fang_002_atk_cha_red",,,,,,,,,,,"ParticleEmitter",,,"fang_002_atk1_env_red",,"Above",,,,,,,"fang_002_atk_cha_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bea_005_atk_hit_glow_red",,"Above",,,,,,,,,,
+"fang_002_atk_env",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke",,"Above",,,,,,,"fang_002_atk_env_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_002_atk1_env",,"Above",,,,,,,,,,
+"fang_002_atk_env_red",,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_002_atk1_env_red",,"Above",,,,,,,,,,
+"fang_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"fang_002_atk1_reached",,"Above",,,100,,,,"fang_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke",,"Object",,,100,,,,,,,
+"fang_002_atk_hit",,,,,200,,,,,"Fang_Atk_Hit","ParticleEmitter",,,"fang_002_atk_hit_cloud",,"Above",,,,,,,"fang_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_blue",,"Above",,,,,,,,,,
+"fang_002_ulti",,"true","true",,,,,,,"Fang_Atk_Ulti","ParticleEmitter",,,"fang_002_fragments_continuing",,"GroundTop",,,100,,,,"fang_002_ulti_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","fang_002_ulti_impact",,,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_002_ulti_trail_top",,"GroundTop","true",,100,,,,,,,
+"fang_002_ulti_cover",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","fang_002_ulti_cover",,,"Above",,,90,,,,"fang_002_ulti_cover_red",,,300
+"fang_002_atk_red",,,,,,,,,,"Fang_Atk","ParticleEmitter",,,"fang_002_atk_ring2_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_flash_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_popcorn",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk_dust_red",,"GroundLow","TRUE",,100,,,,,,,
+"fang_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"fang_002_atk1_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_def_atk1_reached_Smoke_red",,"Object",,,100,,,,,,,
+"fang_002_atk_hit_red",,,,,200,,,,,,"ParticleEmitter",,,"fang_def_atk_hit_cloud_red",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_atk_hit_impact_red",,"Above",,,,,,,,,,
+"fang_002_ulti_red",,"true","true",,,,,,,"Fang_Atk_Ulti","ParticleEmitter",,,"fang_fragments_continuing",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","fang_002_ulti_impact_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_002_ulti_trail_top_red",,"GroundTop","true",,100,,,,,,,
+"fang_002_ulti_cover_red",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","fang_002_ulti_cover_red",,,"Above",,,90,,,,,,,300
+"fang_003_atk",,"TRUE",,,,,,,,"Fang_Atk","ParticleEmitter",,,"fang_003_atk_impact",,"Above",,,100,,,,"fang_003_atk_red",,,
+"fang_003_atk_red",,"TRUE",,,,,,,,"Fang_Atk","ParticleEmitter",,,"fang_003_atk_impact_red",,"Above",,,100,,,,,,,
+"fang_003_atk_hit",,,,,,,,,,"Fang_Atk_Hit","ParticleEmitter",,,"fang_003_atk_hit",,"Above",,,100,,,,"fang_003_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark",,"GroundHigh","TRUE",,100,,,,,,,
+"fang_003_atk_hit_red",,,,,,,,,,"Fang_Atk_Hit","ParticleEmitter",,,"fang_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark_red",,"GroundHigh","TRUE",,100,,,,,,,
+"fang_003_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_hit",,"Above",,,80,,,,"fang_003_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark",,"GroundHigh","TRUE",,80,,,,,,,
+"fang_003_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_hit_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_liquid_spark_red",,"GroundHigh","TRUE",,80,,,,,,,
+"fang_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_trail_gas",,"GroundHigh",,,100,,,,"fang_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_trail_liquid",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_trail_ground_liquid",,"GroundLow","TRUE",,100,,,,,,,
+"fang_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_trail_gas_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_trail_liquid_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_trail_ground_liquid_red",,"GroundLow","TRUE",,100,,,,,,,
+"fang_003_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_02",,"GroundLow","TRUE",,100,,,,"fang_003_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_ball",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_octo_reg",,"GroundLow",,,100,,,,,,,
+"fang_003_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_02_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_ball_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_liquid_spark_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_atk_reached_octo_reg_red",,"GroundLow",,,100,,,,,,,
+"fang_003_ulti_dummy",,"true","true",,,,,,,,,,,,,,,,,,,,,,,
+"fang_003_ulti_loop",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","fang_003_ulti_octopus",,,"Above",,,100,,,,"fang_003_ulti_loop_red",,,300
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_ulti_water",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_ulti_ground_water",,"GroundTop","TRUE",,100,,,,,,,
+"fang_003_ulti_loop_red",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","fang_003_ulti_octopus_red",,,"Above",,,100,,,,,,,300
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_ulti_water_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fang_003_ulti_ground_water_red",,"GroundTop","TRUE",,100,,,,,,,
+"fang_003_ulti",,"true",,,,,,,,"Fang_Atk_Ulti","ParticleEmitter",,,"fang_003_ulti_liquid_spark",,"GroundTop","TRUE",,100,,,,"fang_003_ulti_red",,,300
+"fang_003_ulti_red",,"true",,,,,,,,"Fang_Atk_Ulti","ParticleEmitter",,,"fang_003_ulti_liquid_spark_red",,"GroundTop","TRUE",,100,,,,,,,300
+"biodome_water_bubbles","TRUE",,,,,,,,,,"ParticleEmitter",,,"biodome_bubbles",,"GroundHigh",,,,,,,,,,
+"minion_death_explosion_01",,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_smoke_01",,"Above",,,100,,,,,"nuts_bolts_metal_explosion_CN",,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_hit_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_glow_01",,"Above",,,100,,,,,,,
+"minion_death_explosion_02",,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_smoke_02",,"Above",,,100,,,,,"nuts_bolts_metal_explosion_CN",,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_hit_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_glow_01",,"Above",,,100,,,,,,,
+"minion_death_explosion_03",,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_smoke_03",,"Above",,,120,,,,,"nuts_bolts_metal_explosion_CN",,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_03_2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_hit_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_glow_01",,"Above",,,110,,,,,,,
+"minion_death_explosion_04",,,,,450,150,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"minion_explosion_soot",,"GroundLow","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_sparks_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_03",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_04",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_parts_05",,"GroundHigh",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_fragments",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_smoke_04",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_cloudExplode_ground",,"GroundHigh","TRUE",,130,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_circle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_circle_wave",,"GroundLow","TRUE",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_01",,"Above",,,170,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_02",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_glow_01",,"Above",,,200,,,,,,,
+"minion_hit_damage","true","true",,,,,,,,,"ParticleEmitter",,,"minion_bolts_03",,"GroundHigh","false",,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"Gen_hit","Above",,,100,,,,,,,
+"minion_warning_short",,,,,,,,,,"raidboss_warning","ParticleEmitter",,,"minion_warning_short",,"Above",,,100,,,,,,,
+"minion_warning_medium",,,,,,,,,,"raidboss_warning","ParticleEmitter",,,"minion_warning_medium",,"Above",,,100,,,,,,,
+"minion_warning_long",,,,,,,,,,"raidboss_warning","ParticleEmitter",,,"minion_warning_long",,"Above",,,100,,,,,,,
+"minion_missile_atk",,,,,200,,,,,"Robotfire","ParticleEmitter",,,"minion_missile_gunsmoke",,"Above",,,100,,,,,,,
+"minion_rocket_atk",,,,,200,,,,,"raidboss_attack","ParticleEmitter",,,"minion_missile_gunsmoke",,"Above",,,100,,,,,,,
+"minion_missile_trail","true","true",,,,,,,,,"ParticleEmitter",,,"minion_missile_trail_smoke",,"GroundTop",,,100,,,,,,,
+"minion_missile_explode",,,,,450,50,,,,"Sound_Gen_small_explosion","ParticleEmitter",,,"cloudExplode_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_bolts_01",,"GroundTop",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_red",,"GroundHigh",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"dynamike_explode_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_spark_red_short",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"amber_def_atkEnd_soot",,"GroundLow","TRUE",,100,,,,,,,
+"minion_rush","true","TRUE","TRUE",,450,,,,,,"SWF","sc/effects_brawler.sc","minion_boss_rush",,,"Above",,,120,,,,,,,650
+,,,,,,,,,,,"ParticleEmitter",,,"minion_rush_fragments",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_rush_footstep_L",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_rush_footstep_R",,"GroundLow","TRUE",,100,,,,,,,
+"gadget_fang_sweep",,,,,,,,,,"Mortis_Gadget","SWF","sc/effects_brawler.sc","gadget_mortis_shovel",,,"Above","true",,100,,,,"gadget_fang_sweep_red",,,300
+"gadget_fang_sweep_red",,,,,,,,,,"Mortis_Gadget","SWF","sc/effects_brawler.sc","gadget_mortis_shovel_red",,,"Above","true",,100,,,,,,,300
+"poisoned_006","true","true",,,,,,,,,"ParticleEmitter",,,"flea_def_atk_skull_red",,"Above",,,100,,,,"poisoned_006_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_bite_red",,"Above",,,100,,,,,,,
+"poisoned_006_red","true","true",,,,,,,,,"ParticleEmitter",,,"flea_def_atk_skull",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_bite",,"Above",,,100,,,,,,,
+"flea_def_ulti_explosion",,,,,,,,,,"Flea_Egg_Explo","ParticleEmitter",,,"flea_def_ulti_explosion",,"GroundTop",,,100,,,,"flea_def_ulti_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_egg_broken",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_end_liquid_1",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_explosion_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_liquid_ground",,"GroundLow","TRUE",,100,,,,,,,
+"flea_def_ulti_landing",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_def_ulti_end_liquid_1",,"GroundHigh","TRUE",,100,,,,"flea_def_ulti_landing_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_smoke",,"Above","TRUE",,100,,,,,,,
+"flea_def_ulti_loading",,,,,,,,,,"Flea_Egg_Growing","ParticleEmitter",,,"flea_def_ulti_loading_liquid",,"Above",,,100,,,,"flea_def_ulti_loading_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_loading_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_loading_liquid2",,"Above",,,100,,,,,,,
+"flea_def_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_trail_gas",,"GroundLow",,,100,,,,"flea_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_trail_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_trailGround",,"GroundLow","TRUE",,100,,,,,,,
+"flea_def_atk",,,,,,,,,,"Flea_Atk_Sfx","ParticleEmitter",,,"flea_def_atk_liquid",,"Object",,,100,,,,"flea_def_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_fire",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_glow",,"Object",,,100,,,,,,,
+"flea_def_atk_hit_char_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundHigh",,,100,,,,"flea_def_atk_hit_char_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit",,"Above",,,100,,,,,,,
+"flea_def_atk_hitEnv_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundHigh",,,100,,,,"flea_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_liquid_circle",,"Above",,,100,,,,,,,
+"flea_def_atk_hit_reach_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundTop",,,100,,,,"flea_def_atk_hit_reach_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_end_reached",,"Above",,,100,,,,,,,
+"flea_def_atk_hit_reach_blue2",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundTop",,,100,,,,"flea_def_atk_hit_reach_red2",,,
+"flea_def_moving","true","true",,,,,,,,,"ParticleEmitter",,,"flea_def_moving_sci-fi",,"GroundTop",,,100,,,,"flea_def_moving_red",,,
+"flea_def_ulti_bite",,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_bite",,"Above",,,100,,,,"flea_def_ulti_bite_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_liquid",,"Above",,,100,,,,,,,
+"flea_def_ulti_explosion_red",,,,,,,,,,"Flea_Egg_Explo","ParticleEmitter",,,"flea_def_ulti_explosion",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_egg_broken_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_end_liquid_1_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_explosion_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_liquid_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"flea_def_ulti_landing_red",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_def_ulti_end_liquid_1_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_smoke_red",,"Above","TRUE",,100,,,,,,,
+"flea_def_ulti_loading_red",,,,,,,,,,"Flea_Egg_Growing","ParticleEmitter",,,"flea_def_ulti_loading_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_loading_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_loading_liquid2_red",,"Above",,,100,,,,,,,
+"flea_def_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_trail_gas_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_trail_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_trailGround_red",,"GroundLow","TRUE",,100,,,,,,,
+"flea_def_atk_red",,,,,,,,,,"Flea_Atk_Sfx","ParticleEmitter",,,"flea_def_atk_liquid_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_fire_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_glow_red",,"Object",,,100,,,,,,,
+"flea_def_atk_hit_char_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_red",,"Above",,,100,,,,,,,
+"flea_def_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_liquid_circle_red",,"Above",,,100,,,,,,,
+"flea_def_atk_hit_reach_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_end_reached_red",,"Above",,,100,,,,,,,
+"flea_def_atk_hit_reach_red2",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundTop",,,100,,,,,,,
+"flea_def_moving_red","true","true",,,,,,,,,"ParticleEmitter",,,"flea_def_moving_sci-fi_red",,"GroundTop",,,100,,,,,,,
+"flea_def_ulti_bite_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_bite_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_liquid_red",,"Above",,,100,,,,,,,
+"flea_def_lobby",,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_f","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_b","GroundHigh",,,300,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_R","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_L","Object",,,100,,,,,,,
+"flea_def_lobby_silver",,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_f","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_b","GroundHigh",,,300,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_R","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_L","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,180,,,,,,,
+"flea_def_lobby_gold",,"TRUE",,,,,,,,,"Effect",,,,"flea_def_lobby_beam_f","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_b","GroundHigh",,,300,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_R","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_def_lobby_beam_L","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,180,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,160,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,140,,,,,,,150
+"flea_def_lobby_beam_f",,,,,,,,,,,"ParticleEmitter",,,"flea_lobby_beam_f",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_lobby_particle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_lobby_dust",,"GroundHigh",,,100,,,,,,,
+"flea_def_lobby_beam_b",,,,,,,,,,,"ParticleEmitter",,,"flea_lobby_beam_b",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_lobby_partilce_f",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_lobby_particle2",,"Above",,,,,,,,,,
+"flea_def_lobby_beam_R","true","true","true","R_thruster_s",,,,,,,"ParticleEmitter",,,"flea_lobby_beam_R",,"Object",,,100,,,,,,,
+"flea_def_lobby_beam_L","true","true","true","L_thruster_s",,,,,,,"ParticleEmitter",,,"flea_lobby_beam_L",,"Object",,,100,,,,,,,
+"flea_gadget_heal",,,,,,,,,,"Eve_Heal_Gadget","ParticleEmitter",,,"flea_gadget_heal",,"Above",,,100,,,,"flea_gadget_heal_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_gadget_healLine",,"Above",,,100,,,,,,,
+"flea_gadget_heal_red",,,,,,,,,,"Eve_Heal_Gadget","ParticleEmitter",,,"flea_gadget_heal_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_gadget_healLine_red",,"Above",,,100,,,,,,,
+"flea_002_ulti_explosion",,,,,,,,,,"Flea_Egg_Explo","ParticleEmitter",,,"flea_def_ulti_explosion",,"GroundTop",,,100,,,,"flea_002_ulti_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_ulti_egg_broken",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_end_liquid_1",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_explosion_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_liquid_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_ulti_spike",,"GroundLow",,,100,,,,,,,
+"flea_002_ulti_landing",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_def_ulti_end_liquid_1",,"GroundHigh","TRUE",,100,,,,"flea_002_ulti_landing_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_smoke",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_ulti_spike",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hit_reach_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundTop",,,100,,,,"flea_002_atk_hit_reach_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_end_reached",,"Above",,,100,,,,,,,
+"flea_002_atk_hit_reach_blue2",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundTop",,,100,,,,"flea_002_atk_hit_reach_red2",,,
+"flea_002_moving","true","true",,,,,,,,,"ParticleEmitter",,,"flea_def_moving_sci-fi",,"GroundTop",,,100,,,,"flea_002_moving_red",,,
+"flea_002_ulti_explosion_red",,,,,,,,,,"Flea_Egg_Explo","ParticleEmitter",,,"flea_def_ulti_explosion",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_ulti_egg_broken_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_end_liquid_1_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_explosion_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_liquid_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_ulti_spike_red",,"GroundLow",,,100,,,,,,,
+"flea_002_ulti_landing_red",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_def_ulti_end_liquid_1_red",,"GroundHigh","TRUE",,100,,,,"flea_002_ulti_landing_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_smoke_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_ulti_spike_red",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hit_reach",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundTop",,,100,,,,"flea_002_atk_hit_reach_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_end_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hit_reach_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_end_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike_red",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hit_reach_red2",,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_egg_red",,"GroundTop",,,100,,,,,,,
+"flea_002_moving_red","true","true",,,,,,,,,"ParticleEmitter",,,"flea_def_moving_sci-fi",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hit_char_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundHigh",,,100,,,,"flea_def_atk_hit_char_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hitEnv_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundHigh",,,100,,,,"flea_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_liquid_circle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hit_char_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike_red",,"GroundTop",,,100,,,,,,,
+"flea_002_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_liquid_circle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_002_atk_hit_spike_red",,"GroundTop",,,100,,,,,,,
+"flea_002_ulti_loading",,,,,,,,,,"Flea_Egg_Growing","ParticleEmitter",,,"flea_def_ulti_loading_gas",,"Above",,,100,,,,"flea_002_ulti_loading_red",,,
+"flea_002_ulti_loading_red",,,,,,,,,,"Flea_Egg_Growing","ParticleEmitter",,,"flea_def_ulti_loading_gas_red",,"Above",,,100,,,,,,,
+"flea_003_atk",,"true","true",,,,,,,"Flea_Atk_Sfx","ParticleEmitter",,,"flea_003_atk_impact",,"Object",,,100,,,,"flea_003_atk_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_glow",,"Object",,,100,,,,,,,
+"flea_003_atk_red",,"true","true",,,,,,,"Flea_Atk_Sfx","ParticleEmitter",,,"flea_003_atk_impact_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_atkHit_glow_red",,"Object",,,100,,,,,,,
+"flea_003_atk_hit_char_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundHigh",,,100,,,,"flea_003_atk_hit_char_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_hit_elec",,"Above",,,100,,,,,,,
+"flea_003_atk_hit_char_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_hit_elec_red",,"Above",,,100,,,,,,,
+"flea_003_atk_hit_reach_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundTop",,,100,,,,"flea_003_atk_hit_reach_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_end_reached",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_hit_elec",,"Above",,,100,,,,,,,
+"flea_003_atk_hit_reach_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_end_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_hit_elec_red",,"Above",,,100,,,,,,,
+"flea_003_atk_hit_reach_blue2",,,,,,,,,,,"ParticleEmitter",,,"flea_003_reached_liquid",,"GroundTop",,,100,,,,"flea_003_atk_hit_reach_red2",,,
+"flea_003_atk_hit_reach_red2",,,,,,,,,,,"ParticleEmitter",,,"flea_003_reached_liquid_red",,"GroundTop",,,100,,,,,,,
+"flea_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_gas",,"GroundLow",,,100,,,,"flea_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_shock",,"GroundLow","TRUE",,100,,,,,,,
+"flea_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_gas_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_shock_red",,"GroundLow","TRUE",,100,,,,,,,
+"flea_003_atk_hitEnv_blue",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg",,"GroundHigh",,,100,,,,"flea_003_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_hit_elec",,"Above",,,100,,,,,,,
+"flea_003_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"flea_def_atk_hit_egg_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_hit_elec_red",,"Above",,,100,,,,,,,
+"flea_003_moving","true","true",,,,,,,,,"ParticleEmitter",,,"flea_003_moving_particle",,"GroundTop",,,100,,,,"flea_def_moving_red",,,
+"flea_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_gas",,"GroundLow",,,100,,,,"flea_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_trail_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_trail_elec_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_ground_pixel_01",,"GroundLow","TRUE",,100,,,,,,,
+"flea_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"flea_003_atk_trail_gas_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_trail_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_trail_elec_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_ground_pixel_01_red",,"GroundLow","TRUE",,100,,,,,,,
+"flea_003_ulti_landing",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_003_ulti_landing_light",,"Above",,,100,,,,"flea_003_ulti_landing_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_pixel_01",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_cable",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_elec_01",,"Above",,,100,,,,,,,
+"flea_003_ulti_landing_red",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_003_ulti_landing_light_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_pixel_01_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_cable_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_elec_01_red",,"Above",,,100,,,,,,,
+"flea_003_ulti_landing2",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_003_ulti_landing_light",,"Above",,,100,,,,"flea_003_ulti_landing2_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing2_pixel_01",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing2_cable",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing2_elec_01",,"Above",,,100,,,,,,,
+"flea_003_ulti_landing2_red",,,,,,,,,,"Flea_Egg_Land","ParticleEmitter",,,"flea_003_ulti_landing_light_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing2_pixel_01_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing2_cable_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing2_elec_01_red",,"Above",,,100,,,,,,,
+"flea_003_ulti_explosion",,,,,,,,,,"Flea_Egg_Explo","ParticleEmitter",,,"flea_def_ulti_explosion",,"GroundTop",,,100,,,,"flea_003_ulti_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_explosion_egg",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_explosion_liquid",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_explosion_shock",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_shock",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_explosion_debris",,"GroundLow","TRUE",,100,,,,,,,
+"flea_003_ulti_explosion_red",,,,,,,,,,"Flea_Egg_Explo","ParticleEmitter",,,"flea_def_ulti_explosion",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_explosion_egg_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_def_ulti_explosion_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_explosion_shock_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_landing_shock_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_ulti_explosion_debris_red",,"GroundLow","TRUE",,100,,,,,,,
+"flea_003_lobby",,,,,,,,,,,"Effect",,,,"flea_003_lobby_impact","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_003_lobby_spark","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_003_lobby_scratch","GroundHigh",,,100,,,,,,,
+"flea_003_lobby_scratch",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"flea_003_lobby_scratch",,"GroundHigh",,,100,,,,,,,
+"flea_003_lobby_impact",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"flea_003_lobby_impact",,"Above",,,100,,,,,,,
+"flea_003_lobby_spark",,"TRUE","TRUE","back_wheel_s",,,,,,,"ParticleEmitter",,,"flea_003_lobby_smoke",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_lobby_spark1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_lobby_spark2",,"Above",,,100,,,,,,,
+"flea_003_lobby_lose",,,,,,,,,,,"Effect",,,,"flea_003_lobby_lose_scratch_f","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_003_lobby_lose_scratch_b","GroundHigh",,,300,,,,,,,
+,,,,,,,,,,,"Effect",,,,"flea_003_lobby_lose_spark","Above",,,100,,,,,,,
+"flea_003_lobby_lose_scratch_f",,,,,,,,,,,"ParticleEmitter",,,"flea_003_lobby_lose_scratch_front",,"Above",,,100,,,,,,,
+"flea_003_lobby_lose_scratch_b",,,,,,,,,,,"ParticleEmitter",,,"flea_003_lobby_lose_scratch_back",,"GroundHigh",,,100,,,,,,,
+"flea_003_lobby_lose_spark",,"TRUE","TRUE","back_wheel_s",,,,,,,"ParticleEmitter",,,"flea_003_lobby_lose_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_lobby_lose_spark1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"flea_003_lobby_lose_spark2",,"Above",,,100,,,,,,,
+"biodome_Grass_hit_fx",,,,,,,,,,,"Effect",,,,"starrforce_Grass_hit_fx","Above",,,,,,,,,,
+"biodome_Grass_explo_fx",,,,,,,,,,,"Effect",,,,"starrforce_Grass_explo_fx","Above",,,,,,,,,,
+"biodome_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"starrforce_Grass_hit_fx","Above",,,,,,,,,,
+"biodome_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"starrforce_Grass_explo_fx","Above",,,,,,,,,,
+"biodome_barrel_hit",,,,,,,,,,,"ParticleEmitter",,,"biodome_barrel_hit_debris",,"Above",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_barrel_hit_debris2",,"Above",,,,,,,,,,
+"biodome_barrel_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"biodome_barrel_explo_debris1",,"Above",,,100,,,,,,,
+,,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"biodome_barrel_explo_debris2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_barrel_splash",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_barrel_burst",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"biodome_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_biodome",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_leaf_hit",,"Above",,,,,,,,,,
+"biodome_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_biodome",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_biodome",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_barrel_splash",,"Above",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_leaf_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"biodome_blocking2_hit",,,,,,,,,,,"Effect",,,,"biodome_Rock_hit_fx","Above",,,,,,,,,,
+"biodome_blocking2_explosion",,,,,,,,,,,"Effect",,,,"biodome_Rock_explo_fx","Above",,,,,,,,,,
+"biodome_fence_hit",,,,,,,,,,,"Effect",,,,"biodome_Rock_hit_fx","Above",,,,,,,,,,
+"biodome_fence_explosion",,,,,,,,,,,"Effect",,,,"biodome_Rock_explo_fx","Above",,,,,,,,,,
+"colette_gadget_trail",,,,,,,,,,,"ParticleEmitter",,,"colette_def_gadget_heal_trail",,"GroundHigh",,,100,,,,"colette_gadget_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_def_gadget_heal_trail_2",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags",,"GroundHigh",,,100,,,,,,,
+"colette_gadget_atkHit",,,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_gadget_atkHit",,,"Above",,,100,,,,"colette_gadget_atkHit_red",,,
+"colette_def_gadget_end",,,,,,,,,,,"ParticleEmitter",,,"colette_def_gadget_heart",,"Above",,,100,,,,"colette_def_gadget_end_red",,,
+"emz_gadget_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"emz_gadget_atk_reached",,"Above",,,100,,,,"emz_gadget_atk_reached_red",,,
+"emz_gadget_atk_trail",,,,,,,,,,"Emz_atk","ParticleEmitter",,,"emz_gadget_atk_skull",,"GroundHigh",,,100,,,,"emz_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_gadget_atk_skull_front",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_gadget_atk_skull_front2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_trail_base",,"GroundLow",,,100,,,,,,,
+"bibi_gadget_ulti",,"true",,,,,,,,"Bibi_Bubble_Gadget_01","SWF","sc/effects_brawler.sc","bibi_def_ulti",,,"Above","true",,60,,,,"bibi_gadget_ulti_red",,,400
+"bibi_gadget_ulti_red",,"true",,,,,,,,"Bibi_Bubble_Gadget_01","SWF","sc/effects_brawler.sc","bibi_def_ulti_red",,,"Above","true",,60,,,,,,,400
+"bibi_def_gadget_reached",,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid",,"Above",,,100,,,,"bibi_def_gadget_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid2",,"Above","TRUE",,100,,,,,,,
+"bibi_gadget_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_liquid_1",,"Above",,,,,,,"bibi_gadget_atk_hitEnv_red",,,
+"bibi_def_gadget_hit",,,,,,,,,,,"ParticleEmitter",,,"bibi_def_gadget_hit",,"Above",,,100,,,,"bibi_def_gadget_hit_red",,,
+"colette_gadget_trail_red",,,,,,,,,,,"ParticleEmitter",,,"colette_def_gadget_heal_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_def_gadget_heal_trail_2_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_def_atk_trail_frags_red",,"GroundHigh",,,100,,,,,,,
+"colette_gadget_atkHit_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","colette_gadget_atkHit_red",,,"Above",,,100,,,,,,,
+"colette_def_gadget_end_red",,,,,,,,,,,"ParticleEmitter",,,"colette_def_gadget_heart_red",,"Above",,,100,,,,,,,
+"emz_gadget_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"emz_gadget_atk_reached_red",,"Above",,,100,,,,,,,
+"emz_gadget_atk_trail_red",,,,,,,,,,"Emz_atk","ParticleEmitter",,,"emz_gadget_atk_skull_red",,"GroundHigh",,,100,,,,"emz_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_gadget_atk_skull_front",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_gadget_atk_skull_front2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"emz_def_atk_trail_base",,"GroundLow",,,100,,,,,,,
+"bibi_def_gadget_reached_red",,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"edgar_004_ulti_end_liquid2_red",,"Above","TRUE",,100,,,,,,,
+"bibi_gadget_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"byron_def_atk_hit_liquid_1_red",,"Above",,,,,,,,,,
+"bibi_def_gadget_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_def_gadget_hit_red",,"Above",,,100,,,,,,,
+"biodome_fragile_explo_debris",,,,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"biodome_bea_bees",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"biodome_fragile_explo_debris",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"biodome_fragile_explo_debris2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"biodome_fragile_splash",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"biodome_Green_hit_fx",,,,,,,,,,,"Effect",,,,"biodome_Rock_hit_fx","Above",,,,,,,,,,
+"biodome_Green_explo_fx",,,,,,,,,,,"Effect",,,,"biodome_Rock_explo_fx","Above",,,,,,,,,,
+"biodome_Rope_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"biodome_rope_fence_debris",,"Above",,300,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"bazaar_Rope_explo_fx",,,,,,,,,,,"Effect",,,,"giftshop_Rope_explo_fx","Above",,,,,,,,,,
+"cannon_def_explosion_blue",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,50,,,,"cannon_def_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,50,,,,,,,
+"cannon_def_explosion_red",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"cloudExplode_small_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,50,,,,,,,
+"spray_2x2_deploy",,,,,,,,,,,"ParticleEmitter",,,"spray_2x2_deploy",,"GroundHigh",,,65,,,,,,,
+"janet_def_ulti_exlosion",,,,,200,50,,,,"Janet_Ulti_Explo_Sfx","ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundHigh","true",,155,,,,"janet_def_ulti_exlosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_explosion_02",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_particles_01",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_particles_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_particles_03",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh","true",,155,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_cloud",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_atkEnd_frags",,"GroundHigh","true",,100,,,,,,,
+"janet_def_ulti_exlosion_red",,,,,200,50,,,,"Janet_Ulti_Explo_Sfx","ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundHigh","true",,155,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_explosion_02_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_particles_01_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_particles_02_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_particles_03_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash_red",,"GroundHigh","true",,155,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_cloud_red",,"GroundHigh",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_atkEnd_frags_red",,"GroundHigh","true",,100,,,,,,,
+"janet_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_trail",,"GroundHigh",,,100,,,,"janet_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_trail_twinkles1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_trail_notes_1",,"Above",,,100,,,,,,,
+"janet_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_006_atk_trail_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"griff_002_ulti_trail_twinkles1_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"arcade_003_atk_trail_notes_1_red",,"Above",,,100,,,,,,,
+"janet_def_ulti_trail_pre","true","true","true",,,,,,,,"ParticleEmitter",,,"janet_def_ulti_trail_pre",,"GroundLow",,,100,,,,,,,
+"janet_height_pillar","true","true",,,,,,,,"Janet_Ulti_Sfx","ParticleEmitter",,,"janet_height_pillar",,"Above",,,100,,,,,,,
+"janet_def_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_hit_frags",,"Above",,,100,,,,"janet_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_hit",,"Above",,,100,,,,,,,
+"janet_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_hit_frags",,"Above",,,100,,,,"janet_def_atk_reached_red",,,
+"janet_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_hit_frags_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"carl_007_atk_hit_red",,"Above",,,100,,,,,,,
+"janet_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"janet_def_atk_hit_frags_red",,"Above",,,100,,,,,,,
+"janet_def_atk",,,,,,,,,,"Janet_Atk_Sfx","ParticleEmitter",,,"janet_def_atk",,"GroundHigh",,,100,,,,"janet_def_atk_red",,,
+"janet_def_atk_red",,,,,,,,,,"Janet_Atk_Sfx","ParticleEmitter",,,"janet_def_atk_red",,"GroundHigh",,,100,,,,,,,
+"janet_def_gadget_sound",,,,,,,,,,,"ParticleEmitter",,,"janet_def_gadget_sound",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_gadget_frags",,"GroundLow",,,100,,,,,,,
+"janet_def_lobby",,,,,,,,,,,"Effect",,,,"janet_def_lobby_rocket","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_def_lobby_landing","Above",,,100,,,,,,,
+"janet_def_lobby_silver",,,,,,,,,,,"Effect",,,,"janet_def_lobby_rocket","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_def_lobby_landing","Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"janet_def_lobby_gold",,,,,,,,,,,"Effect",,,,"janet_def_lobby_rocket","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_def_lobby_landing","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,,,,,,,
+"janet_002_lobby",,,,,,,,,,,"Effect",,,,"janet_002_lobby_rocket","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_002_lobby_landing","Above",,,100,,,,,,,
+"janet_def_lobby_rocket","TRUE","TRUE",,"jetpack_vfx_s",,,,,2600,,"SWF","sc/effects_brawler.sc","janet_def_lobby_rocket_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,550,,"ParticleEmitter",,,"janet_def_lobby_rocket_twinkle",,"Object",,,100,,,,,,,
+,,,,,,,,,550,,"ParticleEmitter",,,"janet_def_lobby_rocket_twinkle_02",,"Object",,,100,,,,,,,
+,,,,,,,,,350,,"SWF","sc/effects_brawler.sc","janet_def_lobby_rocket_glow",,,"Object",,,100,,,,,,,
+"janet_def_lobby_landing",,,,,,,,,500,,"ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundHigh",,,40,,,,,,,
+,,,,,,,,,500,,"ParticleEmitter",,,"janet_def_lobby_jump",,"Above",,,100,,,,,,,
+,,,,,,,,,2700,,"ParticleEmitter",,,"janet_def_lobby_landing_star",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,2700,,"ParticleEmitter",,,"janet_def_lobby_landing_twinkles",,"GroundHigh",,,100,,,,,,,
+"janet_002_lobby_rocket","TRUE","TRUE",,"jetpack_vfx_s",,,,,2600,,"SWF","sc/effects_brawler.sc","janet_def_lobby_rocket_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,550,,"ParticleEmitter",,,"janet_002_lobby_rocket_twinkle",,"Object",,,100,,,,,,,
+,,,,,,,,,550,,"ParticleEmitter",,,"janet_002_lobby_rocket_twinkle_02",,"Object",,,100,,,,,,,
+,,,,,,,,,350,,"SWF","sc/effects_brawler.sc","janet_def_lobby_rocket_glow",,,"Object",,,100,,,,,,,
+"janet_002_lobby_landing",,,,,,,,,2700,,"ParticleEmitter",,,"janet_002_lobby_landing_star",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,2700,,"ParticleEmitter",,,"janet_002_lobby_landing_feather",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,2700,,"ParticleEmitter",,,"janet_002_lobby_landing_twinkles",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,500,,"ParticleEmitter",,,"janet_002_lobby_jump",,"Above",,,100,,,,,,,
+,,"TRUE",,"jetpack_vfx_s",,,,,,,"ParticleEmitter",,,"janet_002_lobby_landing_feather2",,"Object",,,100,,,,,,,
+"janet_def_lose",,,,,,,,,,,"Effect",,,,"janet_def_lose_rocket","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_def_lose_landing","Above",,,100,,,,,,,
+"janet_002_lose",,,,,,,,,,,"Effect",,,,"janet_002_lose_landing","Above",,,100,,,,,,,
+"janet_def_lose_rocket",,"TRUE",,"jetpack_vfx_s",,,,,400,,"ParticleEmitter",,,"janet_def_lose_rocket_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,400,,"ParticleEmitter",,,"janet_def_lose_rocket_fire_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","janet_def_lose_rocket_fire",,,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_lose_rocket_spark",,"Object",,,100,,,,,,,
+"janet_def_lose_landing",,,,,,,,,2400,,"ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundTop",,,50,,,,,,,
+,,,,,,,,,2400,,"ParticleEmitter",,,"janet_def_lose_landing_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,2400,,"ParticleEmitter",,,"janet_def_lose_landing_smoke_02",,"Object",,,100,,,,,,,
+"janet_002_lose_landing",,,,,,,,,,,"ParticleEmitter",,,"janet_002_lose_landing_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_lose_landing_smoke_02",,"Object",,,100,,,,,,,
+"janet_002_ulti_exlosion",,,,,200,50,,,,"Janet_Ulti_Explo_Sfx","ParticleEmitter",,,"janet_002_ulti_explosion",,"GroundHigh","true",,175,,,,"janet_002_ulti_exlosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_cloud2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_groundcrack",,"GroundLow","TRUE",,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_spark",,"Above",,,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_feather",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_twinkles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh",,,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_cloud",,"GroundTop","TRUE",,175,,,,,,,
+"janet_002_ulti_exlosion_red",,,,,200,50,,,,"Janet_Ulti_Explo_Sfx","ParticleEmitter",,,"janet_002_ulti_explosion",,"GroundHigh","true",,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_cloud2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_groundcrack",,"GroundLow","true",,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_spark",,"Above",,,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_feather",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_twinkles",,"Above",,,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh",,,175,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_cloud",,"GroundTop","TRUE",,175,,,,,,,
+"janet_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail",,"GroundHigh",,,100,,,,"janet_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_particles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_feather",,"Above",,,100,,,,,,,
+"janet_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_particles",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_trail_feather",,"Above",,,100,,,,,,,
+"janet_002_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_trail",,"Above",,,100,,,,,,,
+"janet_002_ulti_trail_pre","true","true","true",,,,,,,,"ParticleEmitter",,,"janet_def_ulti_trail_pre",,"GroundLow",,,100,,,,,,,
+"janet_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_hit",,"Above",,,100,,,,"janet_002_atk_hit",,,
+"janet_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_reached",,"Above",,,100,,,,"janet_002_atk_reached",,,
+"janet_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_hit",,"Above",,,100,,,,,,,
+"janet_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"janet_002_atk_reached",,"Above",,,100,,,,,,,
+"janet_002_atk",,,,,,,,,,"Janet_Atk_Sfx","ParticleEmitter",,,"janet_002_atk",,"GroundTop",,,100,,,,"janet_def_atk_red",,,
+"janet_002_atk_red",,,,,,,,,,"Janet_Atk_Sfx","ParticleEmitter",,,"janet_def_atk_red",,"GroundHigh",,,100,,,,,,,
+"janet_002_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"janet_002_ulti_hit",,"Above",,,100,,,,"janet_002_ulti_hit",,,
+"janet_002_gadget_sound",,,,,,,,,,,"ParticleEmitter",,,"janet_def_gadget_sound",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_gadget_frags",,"GroundLow",,,100,,,,,,,
+"janet_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_dots",,"GroundTop",,,100,,,,"janet_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_twinkle",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_triangle",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_flare",,"GroundTop",,,100,,,,,,,
+"janet_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_dots_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_twinkle_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_triangle_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_trail_flare_red",,"GroundTop",,,100,,,,,,,
+"janet_003_atk_reached",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"janet_003_atk_reached_star",,"Above",,,100,,,,"janet_003_atk_reached_red",,,
+"janet_003_atk_reached_red",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"janet_003_atk_reached_star_red",,"Above",,,100,,,,,,,
+"janet_003_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_hit_impact",,"Above",,,100,,,,"janet_003_atk_hit_red",,,
+"janet_003_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"janet_003_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_hit_impact",,"Above",,,80,,,,"janet_003_atk_hitEnv_red",,,
+"janet_003_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_hit_impact_red",,"Above",,,80,,,,,,,
+"janet_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_dots",,"Above",,,100,,,,"janet_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+"janet_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_dots_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+"janet_003_ulti_exlosion",,,,,200,50,,,,"Janet_Ulti_Explo_Sfx","ParticleEmitter",,,"janet_003_ulti_explode_soot",,"GroundLow","TRUE",,100,,,,"janet_003_ulti_exlosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_explode_equalizer",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_explode_flash",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_explode_dots",,"Above",,,100,,,,,,,
+"janet_003_ulti_exlosion_red",,,,,200,50,,,,"Janet_Ulti_Explo_Sfx","ParticleEmitter",,,"janet_003_ulti_explode_soot",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_explode_equalizer_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_explode_flash_red",,"Above","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_explode_dots_red",,"Above",,,100,,,,,,,
+"janet_003_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_hit_impact",,"Above",,,150,,,,"janet_003_ulti_hit_red",,,
+"janet_003_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"janet_003_atk_hit_impact_red",,"Above",,,150,,,,,,,
+"janet_003_ulti_rocket",,"TRUE",,"jetpack_s",,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_rocket_soundwave",,"Object","TRUE",,100,,,,"janet_003_ulti_rocket_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_rocket_note",,"Above",,,100,,,,,,,
+"janet_003_ulti_rocket_red",,"TRUE",,"jetpack_s",,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_rocket_soundwave_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_ulti_trail_rocket_note_red",,"Above",,,100,,,,,,,
+"janet_003_lobby",,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_spot1",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_spot2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_stars",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_note",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_003_lobby_L_hand","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_003_lobby_R_hand","Object",,,100,,,,,,,
+"janet_003_lobby_L_hand",,"TRUE",,"L_wrist_s",,,,,,,"ParticleEmitter",,,"janet_003_lobby_trail_L",,"Object",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_impact",,"Object",,,100,,,,,,,
+"janet_003_lobby_R_hand",,"TRUE",,"R_wrist_s",,,,,,,"ParticleEmitter",,,"janet_003_lobby_trail_R",,"Object",,,50,,,,,,,
+"janet_003_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_lose_flash_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_lose_flash_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_003_lobby_lose_flash_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"janet_003_lobby_lose_head","Above",,,100,,,,,,,
+"janet_003_lobby_lose_head",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"janet_003_lobby_lose_head_glow",,"Above",,,100,,,,,,,
+"bonnie_def_atk",,,,,200,,,,,"Bonnie_Atk_Sfx","ParticleEmitter",,,"bonnie_def_atk",,"GroundTop",,,100,,,,"bonnie_def_atk_red",,,
+"bonnie_def_atk_small",,,,,,,,,,"Bonnie_Nocan_Atk_Sfx","ParticleEmitter",,,"bonnie_def_atk_small",,"GroundTop",,,100,,,,"bonnie_def_atk_small_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_flash",,"GroundTop",,,100,,,,,,,
+"bonnie_def_ulti_explosion",,,,,300,,,,,"Bonnie_Ulti_Sfx","ParticleEmitter",,,"bonnie_def_ulti_explosion",,"Above",,,100,,,,"bonnie_def_ulti_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_blue",,,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_sparkle",,"Above",,,100,,,,,,,
+"bonnie_def_fire",,"true","true","canon_cord_s",,,,,,,"ParticleEmitter",,,"bonnie_def_moving_fire",,"GroundHigh",,,100,,,,,,,
+"bonnie_def_atk_trail","true","true",,,,,,,,,"ParticleEmitter",,,"bonnie_long_blue",,"GroundHigh",,,100,,,,"bonnie_def_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"bonnie_def_atk_trail",,"GroundHigh",,,100,,,,,,,
+"bonnie_def_atk_hit",,,,,,,,,,"Bonnie_Cb_Impact_Sfx","ParticleEmitter",,,"bonnie_def_atk_hit",,"Above",,,100,,,,"bonnie_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_atk_confetti",,"Above",,,100,,,,,,,
+"bonnie_def_atk_fly_smoke","true","true","true",,,,,,,,"ParticleEmitter",,,"bonnie_def_atk_fly_smoke",,"GroundHigh",,,100,,,,"bonnie_def_atk_fly_smoke_red",,,
+"bonnie_def_ulti_return",,,,,,,,,,"Bonnie_Return_Cannon_Sfx","ParticleEmitter",,,"bonnie_def_ulti_return",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_end_tornado",,"Above",,,100,,,,,,,
+"bonnie_def_atk_red",,,,,200,,,,,"Bonnie_Atk_Sfx","ParticleEmitter",,,"bonnie_def_atk_red",,"GroundTop",,,100,,,,,,,
+"bonnie_def_atk_small_red",,,,,,,,,,"Bonnie_Nocan_Atk_Sfx","ParticleEmitter",,,"bonnie_def_atk_small_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_flash",,"GroundTop",,,100,,,,,,,
+"bonnie_def_ulti_explosion_red",,,,,300,,,,,"Bonnie_Ulti_Sfx","ParticleEmitter",,,"bonnie_def_ulti_explosion_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_explosion",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_ulti_sparkle",,"Above",,,100,,,,,,,
+"bonnie_def_atk_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"bonnie_long_red",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"bonnie_def_atk_trail_red",,"GroundHigh",,,100,,,,,,,
+"bonnie_def_atk_hit_red",,,,,,,,,,"Bonnie_Cb_Impact_Sfx","ParticleEmitter",,,"bonnie_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_atk_confetti_red",,"Above",,,100,,,,,,,
+"bonnie_def_atk_fly_smoke_red","true","true","true",,,,,,,,"ParticleEmitter",,,"bonnie_def_atk_fly_smoke_red",,"GroundHigh",,,100,,,,,,,
+"bonnie_def_lobby",,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_explode","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_landing","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_trail","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_tail","Above",,,100,,,,,,,
+"bonnie_def_lobby_silver",,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_explode","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_landing","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_trail","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_tail","Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"bonnie_def_lobby_gold",,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_explode","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_landing","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_trail","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bonnie_def_lobby_tail","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,,,,,,,
+"bonnie_def_lobby_explode",,"TRUE","TRUE","canon_edge_s",,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_explode_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_explode_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_explode_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_explode_confetti",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_drop_confetti",,"Above",,,100,,,,,,,
+"bonnie_def_lobby_landing",,"TRUE","TRUE","hips_bonnie_s",,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_floor_smoke",,"GroundLow",,,100,,,,,,,
+"bonnie_def_lobby_trail",,"TRUE","TRUE","hips_bonnie_s",,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_trail_dust",,"GroundHigh",,,100,,,,,,,
+"bonnie_def_lobby_tail",,"TRUE","TRUE","canon_cord_s",,,,,,,"ParticleEmitter",,,"bonnie_def_lobby_tail_fire",,"Above",,,100,,,,,,,
+"bonnie_002_atk",,,,,200,,,,,"Bonnie_Atk_Sfx","ParticleEmitter",,,"bonnie_002_atk",,"Above",,,100,,,,"bonnie_002_atk_red",,,
+"bonnie_002_atk_red",,,,,200,,,,,"Bonnie_Atk_Sfx","ParticleEmitter",,,"bonnie_002_atk_red",,"Above",,,100,,,,,,,
+"bonnie_002_atk_trail","true","true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_trail_smoke",,"GroundHigh",,,100,,,,"bonnie_002_atk_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_trail_elec",,"GroundHigh",,,100,,,,,,,
+"bonnie_002_atk_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_trail_elec_red",,"GroundHigh",,,100,,,,,,,
+"bonnie_002_atk_hit",,,,,,,,,,"Bonnie_Cb_Impact_Sfx","ParticleEmitter",,,"bonnie_002_atk_hit",,"Above",,,100,,,,"bonnie_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_hit_elec",,"Above",,,100,,,,,,,
+"bonnie_002_atk_hit_red",,,,,,,,,,"Bonnie_Cb_Impact_Sfx","ParticleEmitter",,,"bonnie_002_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_hit_elec_red",,"Above",,,100,,,,,,,
+"bonnie_002_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_hit",,"Above",,,80,,,,"bonnie_002_atk_hit_redEnv",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_hit_elec",,"Above",,,80,,,,,,,
+"bonnie_002_atk_hit_redEnv",,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_hit_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_hit_elec_red",,"Above",,,80,,,,,,,
+"bonnie_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_reached",,"GroundTop",,,100,,,,"bonnie_002_atk_reached_red",,,
+"bonnie_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_reached_red",,"GroundTop",,,100,,,,,,,
+"bonnie_002_atk_small",,,,,,,,,,"Bonnie_Nocan_Atk_Sfx","ParticleEmitter",,,"bonnie_002_atk_small",,"GroundTop",,,100,,,,"bonnie_002_atk_small_red",,,
+"bonnie_002_atk_small_red",,,,,,,,,,"Bonnie_Nocan_Atk_Sfx","ParticleEmitter",,,"bonnie_002_atk_small_red",,"GroundTop",,,100,,,,,,,
+"bonnie_002_atk_small_trail","true","true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_small_trail_smoke",,"GroundHigh",,,100,,,,"bonnie_002_atk_small_trail_red",,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_small_trail_elec",,"GroundHigh",,,75,,,,,,,
+"bonnie_002_atk_small_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_small_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_small_trail_elec_red",,"GroundHigh",,,75,,,,,,,
+"bonnie_002_atk_small_hit",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"bonnie_002_atk_small_explode_smoke",,"Above",,,50,,,,"bonnie_002_atk_small_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_blue",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_blue",,,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_small_explode_glow",,"Above",,,100,,,,,,,
+"bonnie_002_atk_small_hit_red",,,,,200,50,,,,"explosion_rocket_rose","ParticleEmitter",,,"bonnie_002_atk_small_explode_smoke_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_ground_small_red",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"brock_explode_red",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","brock_def_atk_area_red",,,"GroundHigh","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_atk_small_explode_glow_red",,"Above",,,100,,,,,,,
+"bonnie_002_chain_reached",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,"bonnie_002_chain_reached_red",,,0
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_chain_fragments",,"GroundHigh",,,100,,,,,,,
+"bonnie_002_chain_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gunSmoke_reached",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_chain_fragments_red",,"GroundHigh",,,100,,,,,,,
+"bonnie_002_ulti_explosion",,,,,300,,,,,"Bonnie_Ulti_Sfx","ParticleEmitter",,,"bonnie_002_ulti_explode_smoke",,"Above",,,100,,,,"bonnie_002_ulti_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_blue",,,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_explode_elec",,"Above",,,100,,,,,,,
+"bonnie_002_ulti_explosion_red",,,,,300,,,,,"Bonnie_Ulti_Sfx","ParticleEmitter",,,"bonnie_002_ulti_explode_smoke_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"janet_def_ulti_flash",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_01_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_02_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_explode_elec_red",,"Above",,,100,,,,,,,
+"bonnie_002_ulti_trail","true","true","true",,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_trail_smoke",,"GroundHigh",,,100,,,,"bonnie_002_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_trail_elec",,"GroundHigh",,,100,,,,,,,
+"bonnie_002_ulti_trail_red","true","true","true",,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_trail_smoke_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_trail_elec_red",,"GroundHigh",,,100,,,,,,,
+"bonnie_002_ulti_end",,,,,300,300,,,,"Bonnie_Ulti_Land_Sfx","ParticleEmitter",,,"primo_004_ulti_groundCrack",,"GroundLow","TRUE",,125,,,,"bonnie_002_ulti_end_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_end_ground_elec",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_glow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_01",,"Above",,,100,,,,,,,
+"bonnie_002_ulti_end_red",,,,,300,300,,,,"Bonnie_Ulti_Land_Sfx","ParticleEmitter",,,"primo_004_ulti_groundCrack_red",,"GroundLow","TRUE",,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_end_ground_elec_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_230",,"GroundHigh",,,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_ground_glow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"primo_004_ulti_sparks_01_red",,"Above",,,100,,,,,,,
+"bonnie_002_ulti_return",,,,,,,,,,"Bonnie_Return_Cannon_Sfx","ParticleEmitter",,,"bonnie_def_ulti_end_tornado",,"Above",,,100,,,,"bonnie_002_ulti_return_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_return_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_return_ring",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_return_light",,"Above",,,100,,,,,,,
+"bonnie_002_ulti_return_red",,,,,,,,,,"Bonnie_Return_Cannon_Sfx","ParticleEmitter",,,"bonnie_002_ulti_end_tornado_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_return_elec_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_return_ring_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_ulti_return_light_red",,"Above",,,100,,,,,,,
+"bonnie_002_lobby",,,,,,,,,,,"Effect",,,,"bonnie_002_lobby_explode","Above",,,100,,,,,,,
+"bonnie_002_lobby_explode",,"TRUE","TRUE","canon_edge_s",,,,,,,"ParticleEmitter",,,"bonnie_002_lobby_explode_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_lobby_explode_sparks",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bonnie_002_lobby_dust",,"Above",,,100,,,,,,,
+"stuntshow_Grass_hit_fx",,,,,,,,,,,"Effect",,,,"retropolis_Grass_hit_fx","Above",,,,,,,,,,
+"stuntshow_Grass_explo_fx",,,,,,,,,,,"Effect",,,,"retropolis_Grass_explo_fx","Above",,,,,,,,,,
+"stuntshow_fence_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"fence_hit_debris1_stuntshow",,"Above",,,100,,,,,,,
+"stuntshow_fence_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris1_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris2_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"stuntshow_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_stuntshow",,"Above",,,100,,,,,,,
+"stuntshow_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_stuntshow",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"stuntshow_screws_fly",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"stuntshow_blocking2_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"blocking2_hit_debris1_stuntshow",,"Above",,,100,,,,,,,
+"stuntshow_blocking2_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"blocking2_explo_debris1_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"blocking2_explo_debris2_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"stuntshow_screws_fly",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"spray_def_atk",,,,,,,,,,,"ParticleEmitter",,,"spray_atk",,"GroundTop",,,100,,,,,,,
+"spray_sparkle_premium",,,,,,,,,,,"ParticleEmitter",,,"spray_sparkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"spray_twinkles",,"Above",,,100,,,,,,,
+"stuntshow_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Green_hit_debris1_stuntshow",,"Above",,,75,,,,,,,
+"stuntshow_Green_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Green_explo_debris1_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Green_explo_debris2_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"stuntshow_crate_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"crate_hit_debris1_stuntshow",,"Above",,,75,,,,,,,
+"stuntshow_crate_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"crate_explo_debris1_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"crate_explo_debris2_stuntshow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"stuntshow_barrel_hit",,,,,,,,,,,"Effect",,,,"stuntshow_crate_hit","Above",,,,,,,,,,
+"stuntshow_barrel_explosion",,,,,,,,,,,"Effect",,,,"stuntshow_crate_explosion","Above",,,,,,,,,,
+"stuntshow_fragile_explo_debris",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"blocking2_explo_debris1_stuntshow",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"blocking2_explo_debris2_stuntshow",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+"stuntshow_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"retropolis_Grass_hit_fx","Above",,,,,,,,,,
+"stuntshow_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"retropolis_Grass_explo_fx","Above",,,,,,,,,,
+"stuntshow_Rope_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"stuntshow_rope_fence_explo_debris1",,"Above",,300,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"claim_stars_fx",,"true",,,,,,,,"Get_powerup","ParticleEmitter",,,"invasion_wheel_fx",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"invasion_light",,"Above",,,100,,,,,,,
+"gadget_amber_fire","TRUE","TRUE",,,,,,,,,"ParticleEmitter",,,"gadget_amber_atk_trail_gas",,"GroundTop",,,100,,,,"gadget_amber_fire_red",,,
+"gadget_amber_fire_red","TRUE","TRUE",,,,,,,,,"ParticleEmitter",,,"gadget_amber_atk_trail_gas_red",,"GroundTop",,,100,,,,,,,
+"gadget_jacky_rebuild",,"TRUE",,,,,,,,,"ParticleEmitter",,,"gadget_jacky_debris1",,"GroundTop",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"gadget_jacky_smoke",,"GroundHigh",,,100,,,,,,,
+,,"TRUE",,,,,,,,,"ParticleEmitter",,,"gadget_jacky_light",,"GroundHigh","TRUE",,100,,,,,,,
+"stu_gold_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,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gen_gold_lobby_aura","Above",,,,,,,,,,
+"stu_silver_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,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gen_silver_lobby_aura","Above",,,,,,,,,,
+"stu_gold_moving",,"true","TRUE",,,,,,,,"ParticleEmitter",,,"stu_def_moving_skid",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_moving_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_moving_dots",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundTop",,,100,,,,,,,
+"stu_silver_moving",,"TRUE","TRUE",,,,,,,,"ParticleEmitter",,,"stu_def_moving_skid",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_moving_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_moving_dots",,"Above",,,100,,,,,,,
+,,"true",,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura_add",,"GroundTop",,,100,,,,,,,
+"laser_ball_throw_bouncer",,,,,,,,,,"Throw_bawl_ulti","SWF","sc/effects.sc","bb_kick_ulti",,,"Above",,,100,,,,,,,
+"deepsea_deco_bubbles","true",,,,,,,,,,"ParticleEmitter",,,"deepsea_deco_bubbles",,"Above",,,100,,,,,,,
+"deepsea_deco_bubbles_big","true",,,,,,,,,,"ParticleEmitter",,,"deepsea_deco_bubbles",,"Above",,,150,,,,,,,
+"otto_def_atk",,"TRUE",,,100,,,,,"Otis_Atk_Sfx","ParticleEmitter",,,"otto_def_atk_ink",,"Above",,,100,,,,"otto_def_atk_red",,,
+"otto_def_atk_red",,"TRUE",,,100,,,,,"Otis_Atk_Sfx","ParticleEmitter",,,"otto_def_atk_ink_red",,"Above",,,100,,,,,,,
+"otto_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"otto_def_atk_trail_ground",,"GroundLow","TRUE",,100,,,,"otto_def_atk_trail_red",,,
+"otto_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_atk_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"otto_def_atk_hit",,,,,,,,,,"Otis_Atk_Hit_Sfx","ParticleEmitter",,,"otto_def_atk_hit_ink",,"Above",,,100,,,,"otto_def_atk_hit_red",,,
+"otto_def_atk_hit_red",,,,,,,,,,"Otis_Atk_Hit_Sfx","ParticleEmitter",,,"otto_def_atk_hit_ink_red",,"Above",,,100,,,,,,,
+"otto_def_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"otto_def_atk_hit_ink",,"Above",,,80,,,,"otto_def_atk_hitEnv_red",,,
+"otto_def_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_atk_hit_ink_red",,"Above",,,80,,,,,,,
+"otto_def_atk_hit_reached",,,,,,,,,,,"ParticleEmitter",,,"otto_def_atk_hit_ground_ink",,"GroundLow","TRUE",,100,,,,"otto_def_atk_hit_reached_red",,,
+"otto_def_atk_hit_reached_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_atk_hit_ground_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+"otto_def_ulti",,,,,200,,,,,"Otis_Ulti_Sfx","ParticleEmitter",,,"otto_def_ulti_smoke",,"Above",,,100,,,,"otto_def_ulti_red",,,
+"otto_def_ulti_red",,,,,200,,,,,"Otis_Ulti_Sfx","ParticleEmitter",,,"otto_def_ulti_smoke_red",,"Above",,,100,,,,,,,
+"otto_def_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_trail_dustdot",,"GroundHigh",,,100,,,,"otto_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_trail_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_def_atk_whirl",,"GroundHigh","TRUE",,130,,,,,,,
+"otto_def_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_trail_dustdot_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"otto_def_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_starfish",,"GroundHigh","TRUE",,100,,,,"otto_def_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ground_ink",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ink",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_splash",,"GroundTop",,,100,,,,,,,
+"otto_def_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_starfish_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ground_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ink_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_splash_red",,"GroundTop",,,100,,,,,,,
+"otto_def_ulti_hugger_hit",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_hugger_splash",,"Above",,,100,,,,"otto_def_ulti_hugger_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_hugger_hit",,"Above",,,100,,,,,,,
+"otto_def_ulti_hugger_hit_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_hugger_splash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_hugger_hit_red",,"Above",,,100,,,,,,,
+"otto_def_ulti_hugger_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_starfish",,"GroundHigh","TRUE",,100,,,,"otto_def_ulti_hugger_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ground_ink",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ink",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_splash",,"GroundTop",,,100,,,,,,,
+"otto_def_ulti_hugger_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_starfish_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ground_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_ink_red",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_ulti_reached_splash_red",,"GroundTop",,,100,,,,,,,
+"otto_def_gajet_trail",,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_trail_ground",,"GroundLow","TRUE",,100,,,,"otto_def_gajet_trail_red",,,
+"otto_def_gajet_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+"otto_def_gajet_hit",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","otto_def_gajet_ground_ink",,,"GroundLow","TRUE",,100,,,,"otto_def_gajet_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_liquid_spark",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_star",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_thread",,"Above",,,100,,,,,,,
+"otto_def_gajet_hit_red",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","otto_def_gajet_ground_ink_red",,,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barley_def_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_liquid_spark_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_star_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_thread_red",,"Above",,,100,,,,,,,
+"otto_def_gajet_explode",,,,,150,150,,,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"otto_def_gajet_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"buzz_002_cloudExplode",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_explode_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_explode_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_explode_liquid_spark",,"GroundHigh","TRUE",,100,,,,,,,
+"otto_def_gajet_explode_red",,,,,150,150,,,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"cloudExplode_gold",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_explode_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_explode_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_def_gajet_explode_liquid_spark_red",,"GroundHigh","TRUE",,100,,,,,,,
+"otto_002_atk",,,,,100,,,,,"Otis_Atk_Sfx","ParticleEmitter",,,"otto_002_atk_smoke",,"Above",,,100,,,,"otto_002_atk_red",,,
+"otto_002_atk_red",,,,,100,,,,,"Otis_Atk_Sfx","ParticleEmitter",,,"otto_002_atk_smoke_red",,"Above",,,100,,,,,,,
+"otto_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_trail_ground",,"GroundLow","TRUE",,100,,,,"otto_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_trail_dust",,"GroundHigh",,,100,,,,,,,
+"otto_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_trail_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_trail_dust_red",,"GroundHigh",,,100,,,,,,,
+"otto_002_atk_hit",,,,,,,,,,"Otis_Atk_Hit_Sfx","ParticleEmitter",,,"otto_002_atk_hit_ink",,"Above",,,100,,,,"otto_002_atk_hit_red",,,
+"otto_002_atk_hit_red",,,,,,,,,,"Otis_Atk_Hit_Sfx","ParticleEmitter",,,"otto_002_atk_hit_ink_red",,"Above",,,100,,,,,,,
+"otto_002_atk_hit_reached",,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_reached_ground_gas",,"GroundTop",,,100,,,,"otto_002_atk_hit_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_reached_ground_ink",,"GroundLow","TRUE",,100,,,,,,,
+"otto_002_atk_hit_reached_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_reached_ground_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_reached_ground_ink_red",,"GroundLow","TRUE",,100,,,,,,,
+"otto_002_ulti",,,,,200,,,,,"Otis_Ulti_Sfx","ParticleEmitter",,,"otto_002_ulti_smoke",,"Above",,,100,,,,"otto_002_ulti_red",,,
+"otto_002_ulti_red",,,,,200,,,,,"Otis_Ulti_Sfx","ParticleEmitter",,,"otto_002_ulti_smoke_red",,"Above",,,100,,,,,,,
+"otto_002_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_trail_twinkle",,"GroundTop",,,100,,,,"otto_002_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_trail_dust",,"GroundHigh",,,100,,,,,,,
+"otto_002_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_trail_twinkle",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_trail_dust_red",,"GroundHigh",,,100,,,,,,,
+"otto_002_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_reached_bug",,"GroundTop",,,100,,,,"otto_002_ulti_reached_red",,,
+"otto_002_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_reached_bug_red",,"GroundTop",,,100,,,,,,,
+"otto_002_ulti_hugger_hit",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit",,"Above",,,100,,,,"otto_002_ulti_hugger_hit_red",,,
+"otto_002_ulti_hugger_hit_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit_red",,"Above",,,100,,,,,,,
+"otto_002_ulti_hugger_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_reached_bug",,"GroundTop",,,100,,,,"otto_002_ulti_hugger_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit",,"Above",,,75,,,,,,,
+"otto_002_ulti_hugger_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_reached_bug_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit_red",,"Above",,,75,,,,,,,
+"otto_002_ulti_hugger_loop",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_twinkle",,"Above",,,100,,,,,,,
+"otto_002_gajet_hit",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","otto_002_gajet_ground_ink",,,"GroundLow","TRUE",,100,,,,"otto_002_gajet_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_ground_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","otto_002_gajet_cloud",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_hit_ink",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_liquid_spark",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_thread",,"Above",,,100,,,,,,,
+"otto_002_gajet_hit_red",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","otto_002_gajet_ground_ink_red",,,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_ground_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","otto_002_gajet_cloud_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_hit_ink_red",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_liquid_spark_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_thread_red",,"Above",,,100,,,,,,,
+"otto_002_gajet_explode",,,,,150,150,,,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"otto_002_gajet_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_liquid_spark",,"GroundHigh","TRUE",,100,,,,,,,
+"otto_002_gajet_explode_red",,,,,150,150,,,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_liquid_spark_red",,"GroundHigh","TRUE",,100,,,,,,,
+"otto_gold_lobby_aura",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,80,,,,,,,-700
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,80,,,,,,,
+"otto_silver_lobby_aura",,"true",,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,80,,,,,,,-700
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,80,,,,,,,
+"otis_003_atk",,,,,100,,,,,"Otis_Atk_Sfx","ParticleEmitter",,,"otis_003_atk_cloud",,"Above",,,100,,,,"otis_003_atk_red",,,
+"otis_003_atk_red",,,,,100,,,,,"Otis_Atk_Sfx","ParticleEmitter",,,"otis_003_atk_cloud_red",,"Above",,,100,,,,,,,
+"otis_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_trail_cloud",,"GroundLow","TRUE",,100,,,,"otis_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_trail_dust",,"GroundHigh",,,100,,,,,,,
+"otis_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_trail_cloud_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_trail_dust_red",,"GroundHigh",,,100,,,,,,,
+"otis_003_atk_hit",,,,,,,,,,"Otis_Atk_Hit_Sfx","ParticleEmitter",,,"otis_003_atk_hit",,"Above",,,100,,,,"otis_003_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_hit_cloud",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_reached_smoke",,"GroundLow",,,100,,,,,,,
+"otis_003_atk_hit_red",,,,,,,,,,"Otis_Atk_Hit_Sfx","ParticleEmitter",,,"otis_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_hit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_reached_smoke_red",,"GroundLow",,,100,,,,,,,
+"otis_003_atk_hit_reached",,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_hit_cloud",,"Above",,,100,,,,"otis_003_atk_hit_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_reached_fire",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_reached_smoke",,"GroundLow",,,100,,,,,,,
+"otis_003_atk_hit_reached_red",,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_hit_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_reached_fire_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_atk_reached_smoke_red",,"GroundLow",,,100,,,,,,,
+"otis_003_ulti",,,,,200,,,,,"Otis_Ulti_Sfx","ParticleEmitter",,,"otis_003_ulti_smoke",,"Above",,,100,,,,"otis_003_ulti_red",,,
+"otis_003_ulti_red",,,,,200,,,,,"Otis_Ulti_Sfx","ParticleEmitter",,,"otis_003_ulti_smoke_red",,"Above",,,100,,,,,,,
+"otis_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_trail_fire",,"GroundTop",,,100,,,,"otis_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_trail_dust",,"GroundHigh",,,100,,,,,,,
+"otis_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_trail_fire_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_trail_dust_red",,"GroundHigh",,,100,,,,,,,
+"otis_003_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_starfish",,"GroundTop",,,100,,,,"otis_003_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire2",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit",,"Above",,,75,,,,,,,
+"otis_003_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_starfish_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire2_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit_red",,"Above",,,75,,,,,,,
+"otis_003_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit",,"Above",,,100,,,,"otis_003_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit_fire",,"Above",,,100,,,,,,,
+"otis_003_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit_fire_red",,"Above",,,100,,,,,,,
+"otis_003_ulti_hugger_hit_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit_red",,"Above",,,100,,,,,,,
+"otis_003_ulti_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_starfish",,"GroundTop",,,100,,,,"otis_003_ulti_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire2",,"Above",,,100,,,,,,,
+"otis_003_ulti_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_starfish_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_hit_red",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_ulti_reached_fire2_red",,"Above",,,100,,,,,,,
+"otis_003_ulti_hugger_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_reached_bug_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit_red",,"Above",,,75,,,,,,,
+"otis_003_ulti_hugger_loop",,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_twinkle",,"Above",,,100,,,,,,,
+"otis_003_gajet_hit",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","otto_002_gajet_ground_ink",,,"GroundLow","TRUE",,100,,,,"otto_002_gajet_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_ground_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","otto_002_gajet_cloud",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_hit_ink",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_liquid_spark",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_thread",,"Above",,,100,,,,,,,
+"otis_003_gajet_hit_red",,,,,150,50,,,,"Barkeep_bottle_hit","SWF","sc/effects_brawler.sc","otto_002_gajet_ground_ink_red",,,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_ground_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","otto_002_gajet_cloud_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_atk_hit_ink_red",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_liquid_spark_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_thread_red",,"Above",,,100,,,,,,,
+"otis_003_gajet_explode",,,,,150,150,,,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"otto_002_gajet_explode_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_thread",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_ground",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_liquid_spark",,"GroundHigh","TRUE",,100,,,,,,,
+"otis_003_gajet_explode_red",,,,,150,150,,,,"Squeak_Bomb","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_ulti_hugger_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_thread_red",,"Object","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_ground_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otto_002_gajet_explode_liquid_spark_red",,"GroundHigh","TRUE",,100,,,,,,,
+"otis_003_lobby_win",,"TRUE","TRUE","hose_tip_s",,,,,,,"ParticleEmitter",,,"otis_003_lobby_win_fire_03",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_lobby_win_fire_02",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_lobby_win_fire_01",,"Above",,,100,,,,,,,
+"otis_003_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"otis_003_lobby_lose",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"otis_003_lobby_lose_hit",,"Above",,,100,,,,,,,
+"deepsea_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_jellyfish_hit_debris",,"Above",,,75,,,,,,,
+"deepsea_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_jellyfish_explo",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_jellyfish_explo2",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_jellyfish_explo3",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"deepsea_Grass_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_starrforce",,"Above",,,,,,,,,,
+"deepsea_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_starrforce",,"Above",,,,,,,,,,
+"deepsea_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"starrforce_Grass_hit_fx","Above",,,,,,,,,,
+"deepsea_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"starrforce_Grass_explo_fx","Above",,,,,,,,,,
+"deepsea_blocking2_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_anemone_hit_debris",,"Above",,,75,,,,,,,
+"deepsea_blocking2_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_anemone_explo",,"Above",,,65,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_anemone_explo2",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_anemone_explo3",,"Above",,,65,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"deepsea_barrel_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_barrel_hit",,"Above",,,75,,,,,,,
+"deepsea_barrel_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_barrel_explo_debris1",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"deepsea_barrel_explo_debris2",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"deepsea_barrel_splash",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"deepsea_barrel_burst",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"deepsea_crate_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_barrel_hit",,"Above",,,75,,,,,,,
+"deepsea_crate_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_barrel_explo_debris1",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"deepsea_barrel_explo_debris2",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"deepsea_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"deepsea_smoker_hit",,"Above",,,,,,,,,,
+"deepsea_Green_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_smoker_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_smoker_explo2",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"deepsea_fence_hit",,,,,,,,,,,"Effect",,,,"deepsea_crate_hit","Above",,,,,,,,,,
+"deepsea_fence_explosion",,,,,,,,,,,"Effect",,,,"deepsea_crate_explosion","Above",,,,,,,,,,
+"deepsea_fragile_explo_debris",,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_uni_explo",,"Above",,,40,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_uni_explo2",,"Above",,,40,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"deepsea_uni_explo3",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_bubbles_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"deepsea_water_bubbles","true",,,,,,,,,,"ParticleEmitter",,,"deepsea_water_bubbles",,"Above",,,100,,,,,,,
+"bronson_gadget_pull",,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_elec",,"GroundHigh","true",,85,,,,"bronson_gadget_pull_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_shock",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_fragments_1",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_fragments_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_circle",,"Above","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_ring",,"Above","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_speedcircle",,"Above","true",,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_def_ulti_spark",,,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_elec2",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_spark_slow",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_flash",,"Above",,,50,,,,,,,
+"bronson_gadget_pull_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_elec",,"GroundHigh","true",,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_shock",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_fragments_1",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_fragments_2",,"Above","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_circle",,"Above","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_ring",,"Above","true",,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_speedcircle",,"Above","true",,50,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","driller_def_ulti_spark",,,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_gadget_elec2",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_spark_slow",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_def_ulti_flash",,"Above",,,50,,,,,,,
+"gus_def_atk",,,,,200,,,,,"Gus_Atk","ParticleEmitter",,,"gus_def_atk_balloon",,"Above",,,100,,,,"gus_def_atk_red",,,
+,,,,,,,,,,,"Effect",,,,"gus_def_atk_swing","GroundTop","TRUE",,100,,,,,,,
+"gus_def_atk_swing",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","gus_def_atk_slash",,,"GroundTop","TRUE",,100,,,,,,,
+"gus_def_atk_red",,,,,200,,,,,"Gus_Atk","ParticleEmitter",,,"gus_def_atk_balloon_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gus_def_atk_swing_red","GroundTop","TRUE",,100,,,,,,,
+"gus_def_atk_swing_red",,"TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","gus_def_atk_slash_red",,,"GroundTop","TRUE",,100,,,,,,,
+"gus_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_trail_dust",,"GroundTop",,,100,,,,"gus_def_atk_trail_red",,,
+"gus_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_trail_dust_red",,"GroundTop",,,100,,,,,,,
+"gus_def_atk_hit",,,,,,,,,,"Gus_Atk_Hit","ParticleEmitter",,,"gus_def_atk_hit_ground_balloon",,"GroundLow","TRUE",,100,,,,"gus_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_ground_face",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_ribbon",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_impact2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"gus_def_atk_hit_red",,,,,,,,,,"Gus_Atk_Hit","ParticleEmitter",,,"gus_def_atk_hit_ground_balloon_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_ground_face_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_ribbon_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_impact2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"gus_def_atk_reached",,,,,,,,,,"Gus_Atk_Reachend","ParticleEmitter",,,"gus_def_atk_reached_rope",,"GroundTop",,,100,,,,"gus_def_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_reached_balloon",,"Above",,,100,,,,,,,
+"gus_def_atk_reached_red",,,,,,,,,,"Gus_Atk_Reachend","ParticleEmitter",,,"gus_def_atk_reached_rope",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_reached_balloon_red",,"Above",,,100,,,,,,,
+"gus_def_spirit_loop","true","true",,,,,,,,"Gus_Spirit","ParticleEmitter",,,"gus_def_spirit_loop_circle",,"GroundTop","TRUE",,100,,,,"gus_def_spirit_loop_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_spirit_loop_dust",,"GroundTop",,,,,,,,,,
+"gus_def_spirit_loop_red","true","true",,,,,,,,"Gus_Spirit","ParticleEmitter",,,"gus_def_spirit_loop_circle_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_spirit_loop_dust_red",,"GroundTop",,,,,,,,,,
+"gus_def_spirit_active",,"TRUE",,,,,,,,,"ParticleEmitter",,,"gus_def_spirit_ghost",,"Above",,,100,,,,"gus_def_spirit_active_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_spirit_dust",,"Above",,,100,,,,,,,
+"gus_def_spirit_active_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"gus_def_spirit_ghost_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_spirit_dust_red",,"Above",,,100,,,,,,,
+"gus_def_ulti_trail",,,,,,,,,,"Gus_Ulti_Trail","ParticleEmitter",,,"gus_def_ulti_trail_dust",,"GroundTop",,,100,,,,"gus_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_ulti_trail_footprint",,"Above",,,100,,,,,,,
+"gus_def_ulti_trail_red",,,,,,,,,,"Gus_Ulti_Trail","ParticleEmitter",,,"gus_def_ulti_trail_dust_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_ulti_trail_footprint_red",,"Above",,,100,,,,,,,
+"gus_def_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_ground_balloon",,"GroundLow","TRUE",,100,,,,"gus_def_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_ulti_reached_footprint",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"gus_def_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_ground_balloon_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_ulti_reached_footprint_red",,"GroundLow","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"gus_def_gajet_explosion",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_blue",,,"Above","true",,135,,,,"gus_def_gajet_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_area",,"GroundLow","TRUE",,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_gajet_explode_ghost",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_gajet_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_gajet_gas_add",,"Above",,,100,,,,,,,
+"gus_def_gajet_explosion_red",,,,,150,150,,,,"Sound_Gen_small_explosion","SWF","sc/effects_brawler.sc","dynamike_attack_red",,,"Above","true",,135,,,,"gus_def_gajet_explosion_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"squeak_004_ulti_area_red",,"GroundLow","TRUE",,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_gajet_explode_ghost_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_fragments_lot_100",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_gajet_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_def_gajet_gas_add_red",,"Above",,,100,,,,,,,
+"gus_002_atk",,,,,200,,,,,"Gus_Atk","ParticleEmitter",,,"gus_002_atk_pixel",,"Above",,,100,,,,"gus_002_atk_red",,,
+"gus_002_atk_red",,,,,200,,,,,"Gus_Atk","ParticleEmitter",,,"gus_002_atk_pixel_red",,"Above",,,100,,,,,,,
+"gus_002_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"gus_002_atk_trail_pixel",,"GroundTop",,,100,,,,"gus_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_blink",,"Above",,,100,,,,,,,
+"gus_002_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"gus_002_atk_trail_pixel_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"colette_003_atk_trail_blink_red",,"Above",,,100,,,,,,,
+"gus_002_atk_hit",,,,,,,,,,"Gus_Atk_Hit","ParticleEmitter",,,"gus_002_atk_hit_pixelSmall",,"Above",,,100,,,,"gus_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_pixelBig",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_impact",,"Above",,,100,,,,,,,
+"gus_002_atk_hit_red",,,,,,,,,,"Gus_Atk_Hit","ParticleEmitter",,,"gus_002_atk_hit_pixelSmall_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_pixelBig_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"gus_002_atk_reached",,,,,,,,,,"Gus_Atk_Reachend","ParticleEmitter",,,"gus_002_atk_hit_pixelSmall",,"Above",,,100,,,,"gus_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_pixelBig",,"Above",,,100,,,,,,,
+"gus_002_atk_reached_red",,,,,,,,,,"Gus_Atk_Reachend","ParticleEmitter",,,"gus_002_atk_hit_pixelSmall_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_pixelBig_red",,"Above",,,100,,,,,,,
+"gus_002_ulti_trail",,"true",,,,,,,,"Gus_Ulti_Trail","ParticleEmitter",,,"gus_002_ulti_trail_twinkles",,"Above",,,100,,,,"gus_002_ulti_trail_red",,,
+"gus_002_ulti_trail_red",,"true",,,,,,,,"Gus_Ulti_Trail","ParticleEmitter",,,"gus_002_ulti_trail_twinkles_red",,"Above",,,100,,,,,,,
+"gus_002_ulti_reached",,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_impact",,"Above",,,100,,,,"gus_002_ulti_reached_red",,,
+"gus_002_ulti_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gus_002_atk_hit_impact_red",,"Above",,,100,,,,"gus_002_ulti_reached_red",,,
+"gus_002_lobby","TRUE","TRUE",,"mobile_s",,,,,,,"ParticleEmitter",,,"gus_002_lobby_upload",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_lobby_flash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gus_002_lobby_loop","Object",,,100,,,,,,,
+"gus_002_lobby_loop",,"TRUE",,"mobile_s",,,,,3985,,"SWF","sc/effects_brawler.sc","gus_002_lobby_flash",,,"Object",,,20,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_lobby_twinkle",,"Above",,,100,,,,,,,
+"gus_002_lobby_lose",,,,,,,,,,,"Effect",,,,"gus_002_lobby_lose_angry","Above",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gus_002_lobby_lose_hit","Above",,,100,,,,,,,
+"gus_002_lobby_lose_angry",,"TRUE","TRUE","head_s",,,,,,,"ParticleEmitter",,,"gus_002_lobby_lose_angry_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_lobby_lose_angry_02",,"Above",,,100,,,,,,,
+"gus_002_lobby_lose_hit",,"TRUE","TRUE","mobile_s",,,,,,,"ParticleEmitter",,,"gus_002_lobby_lose_impact_01",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gus_002_lobby_lose_impact_02",,"Above",,,100,,,,,,,
+"gus_silver_lobby",,"true",,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,-100
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"gus_gold_lobby",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,85,,,,,,,-100
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,85,,,,,,,
+"bronson_def_atk_swoosh",,,,,,,,,,"Bronson_Atk","ParticleEmitter",,,"bronson_def_atk_swoosh",,"Above",,,100,,,,"bronson_def_atk_swoosh_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk",,"Above",,,100,,,,,,,
+"bronson_def_atk_swoosh_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_swoosh_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,"Bronson_Atk","ParticleEmitter",,,"bronson_def_atk_red",,"Above",,,100,,,,,,,
+"bronson_def_atk_hit",,,,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_def_atk_hit_red",,"Above",,,100,,,,"bronson_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_hit_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_hit_debris_red",,"Above",,,100,,,,,,,
+"bronson_def_atk_hit_red",,,,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_def_atk_hit",,"Above",,,100,,,,"bronson_def_atk_hit",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_hit_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_atk_hit_debris",,"Above",,,100,,,,,,,
+"bronson_def_ulti_trail",,,,,,,,,,"Bronson_Ulti","ParticleEmitter",,,"bronson_def_ulti_trail",,"Above",,,100,,,,"bronson_def_ulti_trail_red",,,
+"bronson_def_ulti_trail_red",,,,,,,,,,"Bronson_Ulti","ParticleEmitter",,,"bronson_def_ulti_trail_red",,"Above",,,100,,,,,,,
+"bronson_def_atk_noweapon",,,,,,,,,,"Bronson_Noweapon_Atk","ParticleEmitter",,,"bronson_def_atk_noweapon",,"Above",,,100,,,,"bronson_def_atk_noweapon_red",,,
+"bronson_def_atk_noweapon_red",,,,,,,,,,"Bronson_Noweapon_Atk","ParticleEmitter",,,"bronson_def_atk_noweapon_red",,"Above",,,100,,,,,,,
+"bronson_def_atk",,,,,,,,,,,"SWF","sc/effects_brawler.sc","robot_smoke_L",,,"GroundTop",,,100,,,,"bronson_def_atk",,,
+"bronson_def_ulti_withdrawal",,"TRUE",,,,,,,,"Bronson_Ulti_Back","ParticleEmitter",,,"bronson_def_ulti_withdrawal2",,"Above",,,70,,,,"bronson_def_ulti_withdrawal_red",,,
+"bronson_def_ulti_withdrawal_red",,"TRUE",,,,,,,,"Bronson_Ulti_Back","ParticleEmitter",,,"bronson_def_ulti_withdrawal2_red",,"Above",,,70,,,,,,,
+"bronson_def_ulti_hit",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_def_ulti_hit",,"Above",,,120,,,,"bronson_def_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_hit_elec",,"Above",,,120,,,,,,,
+"bronson_def_ulti_hit_red",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_def_ulti_hit_red",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_hit_elec",,"Above",,,120,,,,,,,
+"bronson_def_ulti_noweapon_hit",,,,,,,,,,"Bronson_Noweapon_Atk_Hit","ParticleEmitter",,,"bronson_def_ulti_hit_debris",,"Above",,,70,,,,"bronson_def_ulti_noweapon_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_hit",,"Above",,,40,,,,,,,
+"bronson_def_ulti_noweapon_hit_red",,,,,,,,,,"Bronson_Noweapon_Atk_Hit","ParticleEmitter",,,"bronson_def_ulti_hit_debris_red",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_hit_red",,"Above",,,40,,,,,,,
+"bronson_def_ulti_withdrawal_reached",,,,,,,,,,"Bronson_Ulti_Back_Hit","ParticleEmitter",,,"bronson_def_ulti_withdrawal",,"Above",,,100,,,,"bronson_def_ulti_withdrawal_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_elec_circle",,"Above",,,70,,,,,,,
+"bronson_def_ulti_withdrawal_reached_red",,,,,,,,,,"Bronson_Ulti_Back_Hit","ParticleEmitter",,,"bronson_def_ulti_withdrawal_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_elec_circle_red",,"Above",,,70,,,,,,,
+"bronson_def_ulti_reached",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_def_ulti_reached_smoke",,"Above",,,100,,,,"bronson_def_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_reached_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_hit",,"Above","TRUE",,120,,,,,,,
+"bronson_def_ulti_reached_red",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_def_ulti_reached_smoke",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_reached_elec",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mrp_004_atk_hit_red",,"Above","TRUE",,120,,,,,,,
+"bronson_def_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"bronson_def_lobby_win_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_lobby_win_spark2",,"Above",,,100,,,,,,,
+"bronson_def_ulti_smoke",,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_smoke",,"Above",,,100,,,,"bronson_def_ulti_smoke_red",,,
+"bronson_def_ulti_smoke_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_smoke_red",,"Above",,,100,,,,,,,
+"bronson_def_staticshock",,,,,,,,,,,"SWF","sc/effects_brawler.sc","bronson_def_staticshock",,,"GroundTop","TRUE",,40,,,,,,,
+"bronson_002_atk",,"TRUE",,,,,,,,"Bronson_Atk","ParticleEmitter",,,"bronson_002_atk_impact",,"Above",,,100,,,,"bronson_002_atk_red",,,
+"bronson_002_atk_red",,"TRUE",,,,,,,,"Bronson_Atk","ParticleEmitter",,,"bronson_002_atk_impact_red",,"Above",,,100,,,,,,,
+"bronson_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_atk_trail_scratch",,"Above",,,100,,,,"bronson_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_swoosh",,"Above",,,100,,,,,,,
+"bronson_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_atk_trail_scratch_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_swoosh_red",,"Above",,,100,,,,,,,
+"bronson_002_atk2_trail",,,,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_swoosh",,"Above",,,100,,,,"bronson_002_atk2_trail_red",,,
+"bronson_002_atk2_trail_red",,,,,,,,,,,"ParticleEmitter",,,"rosa_def_atk_swoosh_red",,"Above",,,100,,,,,,,
+"bronson_002_atk_hit",,"TRUE",,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_002_atk_bite_red",,"Above",,,100,,,,"bronson_002_atk_hit_red",,,
+"bronson_002_atk_hit_red",,"TRUE",,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_002_atk_bite",,"Above",,,100,,,,,,,
+"bronson_002_ulti",,"TRUE",,,200,200,,,,"Bronson_Ulti","ParticleEmitter",,,"bronson_002_atk_impact",,"Above",,,100,,,,"bronson_002_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_impact",,"Above",,,100,,,,,,,
+"bronson_002_ulti_red",,"TRUE",,,200,200,,,,"Bronson_Ulti","ParticleEmitter",,,"bronson_002_atk_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_impact_red",,"Above",,,100,,,,,,,
+"bronson_002_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_trail_fire",,"GroundTop","TRUE",,100,,,,"bronson_002_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_trail_speedline",,"Above",,,100,,,,,,,
+"bronson_002_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_trail_fire_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_trail_speedline_red",,"Above",,,100,,,,,,,
+"bronson_002_ulti_reached",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_002_ulti_reached_smoke",,"GroundTop",,,100,,,,"bronson_002_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_reached_crack",,"GroundHigh","TRUE",,100,,,,,,,
+"bronson_002_ulti_reached_red",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_002_ulti_reached_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_reached_crack_red",,"GroundHigh","TRUE",,100,,,,,,,
+"bronson_002_ulti_recall",,"TRUE",,,,,,,,"Bronson_Ulti_Back","ParticleEmitter",,,"bronson_002_ulti_recall_laurelwreath",,"Above",,,100,,,,"bronson_002_ulti_recall_red",,,
+"bronson_002_ulti_recall_red",,"TRUE",,,,,,,,"Bronson_Ulti_Back","ParticleEmitter",,,"bronson_002_ulti_recall_laurelwreath_red",,"Above",,,100,,,,,,,
+"bronson_002_ulti2_reached",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti2_reached_impact",,"Above",,,100,,,,"bronson_002_ulti2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti2_reached_fire",,"Above",,,100,,,,,,,
+"bronson_002_ulti2_reached_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti2_reached_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti2_reached_fire_red",,"Above",,,100,,,,,,,
+"bronson_002_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"bronson_002_lobby_win_spark",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_lobby_win_spark2",,"Above",,,100,,,,,,,
+"bronson_003_atk",,,,,,,,,,"Bronson_Atk","SWF","sc/effects_brawler.sc","bronson_003_atk_smoke",,,"GroundTop",,,100,,,,"bronson_003_atk_red",,,
+"bronson_003_atk_red",,,,,,,,,,"Bronson_Atk","SWF","sc/effects_brawler.sc","bronson_003_atk_smoke_red",,,"GroundTop",,,100,,,,,,,
+"bronson_003_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail",,"Above",,,100,,,,"bronson_003_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_snow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_snowflake",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_iceground",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_noweapon_twinkle",,"Above",,,100,,,,,,,
+"bronson_003_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_snowflake_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_trail_iceground_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_noweapon_twinkle_red",,"Above",,,100,,,,,,,
+"bronson_003_atk_noweapon",,,,,,,,,,"Bronson_Noweapon_Atk","ParticleEmitter",,,"bronson_def_atk_noweapon",,"Above",,,100,,,,"bronson_003_atk_noweapon_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_noweapon_iceground",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_noweapon_twinkle",,"Above",,,100,,,,,,,
+"bronson_003_atk_noweapon_red",,,,,,,,,,"Bronson_Noweapon_Atk","ParticleEmitter",,,"bronson_def_atk_noweapon_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_noweapon_iceground_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_atk_noweapon_twinkle_red",,"Above",,,100,,,,,,,
+"bronson_003_ulti_trail",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_snow",,"GroundTop",,,100,,,,"bronson_003_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_snowflake",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_trail_speedline",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_iceground",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_chunk",,"GroundHigh",,,100,,,,,,,
+"bronson_003_ulti_trail_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_snow_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_snowflake_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_002_ulti_trail_speedline_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_iceground_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_twinkle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_trail_chunk_red",,"GroundHigh",,,100,,,,,,,
+"bronson_003_ulti_reached",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_003_ulti_reached_smoke",,"GroundTop",,,100,,,,"bronson_003_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_snow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_snowflake",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_particle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_snowring",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_crack",,"GroundHigh","TRUE",,100,,,,,,,
+"bronson_003_ulti_reached_red",,,,,,,,,,"Bronson_Ulti_Hit","ParticleEmitter",,,"bronson_003_ulti_reached_smoke_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_snowflake_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_particle_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_snowring_red",,"GroundHigh","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti_reached_crack_red",,"GroundHigh","TRUE",,100,,,,,,,
+"bronson_003_ulti2_reached",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_impact",,"Above",,,100,,,,"bronson_003_ulti2_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_snow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_snowflake",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_twinkle",,"Above",,,100,,,,,,,
+"bronson_003_ulti2_reached_red",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_impact_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_snow_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_snowflake_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_ulti2_reached_twinkle_red",,"Above",,,100,,,,,,,
+"bronson_003_atk_hit",,"TRUE",,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_003_atk_bite_red",,"Above",,,100,,,,"bronson_003_atk_hit_red",,,
+"bronson_003_atk_hit_red",,"TRUE",,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_003_atk_bite",,"Above",,,100,,,,,,,
+"bronson_003_atk_hit_env",,"TRUE",,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_003_atk_bite",,"Above",,,100,,,,"bronson_003_atk_hit_env_red",,,
+"bronson_003_atk_hit_env_red",,"TRUE",,,,,,,,"Bronson_Atk_Hit","ParticleEmitter",,,"bronson_003_atk_bite_red",,"Above",,,100,,,,,,,
+"bronson_003_ulti_noweapon_hit",,,,,,,,,,"Bronson_Noweapon_Atk_Hit","ParticleEmitter",,,"bronson_003_ulti_hit_debris_red",,"Above",,,70,,,,"bronson_003_ulti_noweapon_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_hit_red",,"Above",,,40,,,,,,,
+"bronson_003_ulti_noweapon_hit_red",,,,,,,,,,"Bronson_Noweapon_Atk_Hit","ParticleEmitter",,,"bronson_003_ulti_hit_debris",,"Above",,,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_def_ulti_hit",,"Above",,,40,,,,,,,
+"bronson_003_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_snow",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_snowflake",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_iceground",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_chunk",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_snow_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_snowflake_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_iceground_02",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_twinkle_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_chunk_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_hit_02",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_hit_01",,"Above",,,100,,,,,,,
+"bronson_003_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_snow_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_snowflake_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_iceground_03",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_twinkle_03",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"bronson_003_lobby_smoke_03",,"Above",,,100,,,,,,,
+"bronson_silver_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bronson_def_lobby_win","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"bronson_gold_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"bronson_def_lobby_win","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"robotfactory_Grass_hit_fx",,,,,,,,,,,"Effect",,,,"Grass_hit_fx_yellow","Above",,,,,,,,,,
+"robotfactory_Grass_explo_fx",,,,,,,,,,,"Effect",,,,"Grass_explo_fx_yellow","Above",,,,,,,,,,
+"robotfactory_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"Grass_hit_fx_yellow","Above",,,,,,,,,,
+"robotfactory_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"Grass_explo_fx_yellow","Above",,,,,,,,,,
+"robotfactory_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter","sc/effects.sc",,"Rock_hit_debris1_robotfactory",,"Above",,,,,,,,,,
+"robotfactory_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_robotfactory",,"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",,,,,,,,,
+"robotfactory_blocking2_hit",,,,,,,,,,,"Effect",,,,"robotfactory_Rock_hit_fx","Above",,,,,,,,,,
+"robotfactory_blocking2_explosion",,,,,,,,,,,"Effect",,,,"robotfactory_Rock_explo_fx","Above",,,,,,,,,,
+"robotfactory_barrel_hit",,,,,,,,,,,"Effect",,,,"robotfactory_Rock_hit_fx","Above",,,,,,,,,,
+"robotfactory_barrel_explosion",,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"robotfactory_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter","sc/effects.sc",,"fence_hit_debris1_robotfactory",,"Above",,,,,,,,,,
+"robotfactory_Green_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris1_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris2_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"robotfactory_fence_hit",,,,,,,,,,,"Effect",,,,"robotfactory_Green_hit_fx","Above",,,,,,,,,,
+"robotfactory_fence_explosion",,,,,,,,,,,"Effect",,,,"robotfactory_Green_explo_fx","Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"bolt_explo_debris1_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"bolt_explo_debris2_robotfactory",,"Above",,,,,,,,,,
+"robotfactory_crate_hit",,,,,,,,,,,"Effect",,,,"robotfactory_Rock_hit_fx","Above",,,,,,,,,,
+"robotfactory_crate_explosion",,,,,,,,,,,"Effect",,,,"robotfactory_barrel_explosion","Above",,,,,,,,,,
+"robotfactory_fragile_explo_debris",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris1_robotfactory",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris2_robotfactory",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"robotfactory_Rope_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"rope_explo_debris1_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"rope_explo_debris2_robotfactory",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"laststand_sleep","true","true",,,,,,,,"8bit_die_vo","ParticleEmitter",,,"gadget_sandy_sleep_zzz",,"Above",,,120,,,,,,,
+"laststand_coin_twinkle","true","true",,,,,,,,,"ParticleEmitter",,,"coin_twinkle",,"Above",,,,,,,,,,
+"ghost_metro_fog","true",,,,,,,,,,"ParticleEmitter",,,"ghost_metro_fog_emitter",,"GroundTop",,,80,,,,,,,
+"ghost_metro_fog_big","true",,,,,,,,,,"ParticleEmitter",,,"ghost_metro_fog_emitter",,"Above",,,120,,,,,,,
+"ghost_metro_droplets_1","true",,,,,,,,,,"ParticleEmitter",,,"ghost_metro_water_droplets_1",,"Above",,,30,,,,,,,
+"ghost_metro_droplets_2","true",,,,,,,,,,"ParticleEmitter",,,"ghost_metro_water_droplets_2",,"Above",,,30,,,,,,,
+"ghost_metro_droplets_3","true",,,,,,,,,,"ParticleEmitter",,,"ghost_metro_water_droplets_3",,"Above",,,30,,,,,,,
+"buster_shield","true","true","true",,,,,,,,"SWF","sc/effects_brawler.sc","minion_boss_rush",,,"Above",,,75,,,,,,,650
+"ghostmetro_barrel_hit",,,,,,,,,,,"Effect",,,,"mortuary_barrel_hit","Above",,,,,,,,,,
+"ghostmetro_barrel_explosion",,,,,,,,,,,"Effect",,,,"mortuary_barrel_explosion","Above",,,,,,,,,,
+"ghostmetro_crate_hit",,,,,,,,,,,"Effect",,,,"mortuary_crate_hit","Above",,,,,,,,,,
+"ghostmetro_crate_explosion",,,,,,,,,,,"Effect",,,,"mortuary_crate_explosion","Above",,,,,,,,,,
+"ghostmetro_Grass_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit_ghostmetro",,"Above",,,,,,,,,,
+"ghostmetro_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_ghostmetro",,"Above",,,,,,,,,,
+"ghostmetro_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"ghostmetro_Grass_hit_fx","Above",,,,,,,,,,
+"ghostmetro_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"ghostmetro_Grass_explo_fx","Above",,,,,,,,,,
+"ghostmetro_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"ghostmetro_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_mine",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_mine",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"ghostmetro_blocking2_hit",,,,,,,,,,,"Effect",,,,"ghostmetro_Rock_hit_fx","Above",,,,,,,,,,
+"ghostmetro_blocking2_explosion",,,,,,,,,,,"Effect",,,,"ghostmetro_Rock_explo_fx","Above",,,,,,,,,,
+"ghostmetro_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter","sc/effects.sc",,"machine_hit_debris1_ghostmetro",,"Above",,,,,,,,,,
+"ghostmetro_Green_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"machine_explo_debris1_ghostmetro",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"machine_explo_debris2_ghostmetro",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"machine_explo_debris3_ghostmetro",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_scrap",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris3_scrap",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"ghostmetro_fence_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"fence_hit_debris1_ghostmetro",,"Above",,,,,,,,,,
+"ghostmetro_fence_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"fence_explo_debris1_ghostmetro",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fence_explo_debris2_ghostmetro",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100_white",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"Above",,,,,,,,,,
+"ghostmetro_fragile_explo_debris",,,,,,,,,,"Bullet_rico_wood","ParticleEmitter",,,"ghostmetro_fragile_explo_debris",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ghostmetro_fragile_explo_debris2",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"bench_explo_debris",,"Above",,300,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ghostmetro_fragile_splash",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"ghostmetro_Rope_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"gold_shard_explo_debris",,"Above",,300,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_rainbow_sparkle","TRUE",,,,,,,,,,"ParticleEmitter",,,"candystand_rainbow_sparkle",,"GroundHigh","TRUE",,100,,,,,,,
+"candystand_rainbow_sparkle_big","TRUE",,,,,,,,,,"ParticleEmitter",,,"candystand_rainbow_sparkle",,"GroundHigh","TRUE",,150,,,,,,,
+"candystand_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_candystand",,"Above",,,,,,,,,,
+"candystand_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_candystand",,"GroundHigh",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_candystand",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"candystand_rock_splash",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_blocking2_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1b_candystand",,"Above",,,,,,,,,,
+"candystand_blocking2_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_candystand",,"GroundHigh",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2b_candystand",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"candystand_rock_splash",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"proto_mandy_ulti",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","proto_mandy_ulti",,,"Above","true",,100,,,,"proto_mandy_ulti_red",,,
+"proto_mandy_ulti_red",,"true","true",,,,,,,,"SWF","sc/effects_brawler.sc","proto_mandy_ulti_red",,,"Above","true",,100,,,,,,,
+"candystand_barrel_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"barrel_hit_debris1_candystand",,"Above",,,,,,,,,,
+"candystand_barrel_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"barrel_explo_debris1_candystand",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"barrel_explo_debris2_candystand",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_crate_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"crate_hit_debris1_candystand",,"Above",,,,,,,,,,
+"candystand_crate_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"crate_explo_debris1_candystand",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"crate_explo_debris2_candystand",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_fence_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"fence_hit_debris1_candystand",,"Above",,,,,,,,,,
+"candystand_fence_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris1_candystand",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris2_candystand",,"Above",,,85,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_fragile_explo_debris",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"fragile_explo_debris_candystand",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_fragile_splash",,"Above",,,65,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_Grass_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter","sc/effects.sc",,"candystand_sparkle_grass",,"Above",,,75,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_candystand",,"Above",,,,,,,,,,
+"candystand_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big_candystand",,"Above",,,,,,,,,,
+"candystand_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"candystand_Grass_hit_fx","Above",,,,,,,,,,
+"candystand_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"candystand_Grass_explo_fx","Above",,,,,,,,,,
+"candystand_chimney_sparkle","TRUE",,,,,,,,,,"ParticleEmitter",,,"candystand_chimney_sparkle",,"Above",,,300,,,,,,,
+"candystand_waterfall_sparkle","TRUE",,,,,,,,,,"ParticleEmitter",,,"candystand_chimney_sparkle",,"GroundHigh","true",,400,,,,,,,
+"candystand_water_wheel_sparkle","TRUE",,,,,,,,,,"ParticleEmitter",,,"candystand_water_wheel_sparkle",,"Above",,,300,,,,,,,
+"candystand_rainbow_sparkle_2","TRUE",,,,,,,,,,"ParticleEmitter",,,"candystand_rainbow_sparkle_2",,"GroundHigh","TRUE",,500,,,,,,,
+"candystand_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"lollipop_hit_debris",,"Above",,,75,,,,,,,
+"candystand_Green_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"lollipop_explo_debris1",,"GroundHigh",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"lollipop_explo_debris2",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"candystand_sparkle_explo",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"candystand_Rope_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"rope_explo_debris1_candystand",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"rope_explo_debris2_candystand",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"rope_explo_debris3_candystand",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"rope_explo_debris4_candystand",,"Above",,,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"mandy_def_atk",,,,,250,,,,,"Mandy_Atk","ParticleEmitter",,,"mandy_def_atk_gunsmoke",,"Above",,,100,,,,"mandy_def_atk_red",,,
+"mandy_def_atk_red",,,,,250,,,,,"Mandy_Atk","ParticleEmitter",,,"mandy_def_atk_gunsmoke_red",,"Above",,,100,,,,,,,
+"mandy_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_trail_dot",,"GroundTop",,,100,,,,"mandy_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_trail_twinkle",,"GroundTop",,,100,,,,,,,
+"mandy_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_trail_dot_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_trail_twinkle_red",,"GroundTop",,,100,,,,,,,
+"mandy_def_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_candy",,"Object",,,100,,,,"mandy_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_impact",,"Above",,,100,,,,,,,
+"mandy_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_candy_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_impact_red",,"Above",,,100,,,,,,,
+"mandy_def_atk_hitEnv",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_candy",,"Object",,,80,,,,"mandy_def_atk_hitEnv_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_impact",,"Above",,,80,,,,,,,
+"mandy_def_atk_hitEnv_red",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_candy_red",,"Object",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_hit_impact_red",,"Above",,,80,,,,,,,
+"mandy_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_reached_candy",,"Object",,,100,,,,"mandy_def_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_reached_smoke",,"Above",,,100,,,,,,,
+"mandy_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_reached_candy_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_atk_reached_smoke",,"Above",,,100,,,,,,,
+"mandy_def_ulti",,"TRUE","TRUE",,,,,,,"Mandy_Ulti","ParticleEmitter",,,"mandy_def_ulti_ready",,"Above",,,100,,,,"mandy_def_ulti_red",,,
+"mandy_def_ulti_red",,"TRUE","TRUE",,,,,,,"Mandy_Ulti","ParticleEmitter",,,"mandy_def_ulti_ready_red",,"Above",,,100,,,,,,,
+"mandy_def_ulti_trail",,"TRUE","TRUE",,300,,,,,,"ParticleEmitter",,,"mandy_def_ulti_trail_dot",,"Above",,,100,,,,"mandy_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_ulti_trail_star",,"Above",,,100,,,,,,,
+"mandy_def_ulti_trail_red",,"TRUE","TRUE",,300,,,,,,"ParticleEmitter",,,"mandy_def_ulti_trail_dot_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_ulti_trail_star",,"Above",,,100,,,,,,,
+"mandy_def_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_ulti_hit_impact_red",,"Above",,,100,,,,"mandy_def_ulti_hit_red",,,
+"mandy_def_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_ulti_hit_impact",,"Above",,,100,,,,,,,
+"mandy_def_lobby_win",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_lobby_win_gunsmoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_lobby_win_bullet",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_def_lobby_win_speedline",,"Object",,,100,,,,,,,
+"mandy_def_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"mandy_def_lobby_lose",,"Object",,,100,,,,,,,
+"mandy_002_atk",,,,,,,,,,"Mandy_Atk","ParticleEmitter",,,"mandy_002_atk",,"Object",,,100,,,,"mandy_002_atk_red",,,350
+"mandy_002_atk_red",,,,,,,,,,"Mandy_Atk","ParticleEmitter",,,"mandy_002_atk_red",,"Object",,,100,,,,,,,350
+"mandy_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"mandy_002_atk_trail_fire",,"Object",,,100,,,,"mandy_002_atk_trail_red",,,350
+"mandy_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"mandy_002_atk_trail_fire_red",,"Object",,,100,,,,,,,350
+"mandy_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,140,,,,"mandy_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_atk_reached_gem",,"GroundHigh",,,100,,,,,,,
+"mandy_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_atk_reached_gem_red",,"GroundHigh",,,100,,,,,,,
+"mandy_002_ulti",,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_atk_fire",,"Above",,,100,,,,"mandy_002_ulti_red",,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_smoke",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_ready_smoke",,"GroundTop",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_spawn_ready",,"Above",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_spawnLight",,"GroundTop",,,100,,,,,,,350
+"mandy_002_ulti_red",,,,,,,,,,"Mandy_Ulti","ParticleEmitter",,,"mandy_002_ulti_atk_fire_red",,"Above",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_smoke_red",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_ready_smoke_red",,"GroundTop",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_spawn_ready_red",,"Above",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_spawnLight_red",,"GroundTop",,,100,,,,,,,350
+"mandy_002_ulti_trail",,,,,300,,,,,"Mandy_Ulti","ParticleEmitter",,,"mandy_002_ulti_trail",,"Object",,,100,,,,"mandy_002_ulti_trail_red",,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_smoke",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_ground_fire",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_fire_stone",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_soot",,"GroundHigh","TRUE",,100,,,,,,,350
+"mandy_002_ulti_trail_red",,,,,300,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_red",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_smoke_red",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_ground_fire_red",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_trail_fire_stone_red",,"Object",,,100,,,,,,,350
+,,,,,,,,,,,"ParticleEmitter",,,"mandy_002_ulti_soot",,"GroundHigh","TRUE",,100,,,,,,,350
+"mandy_002_ulti_hit",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud",,"Object",,,140,,,,"mandy_002_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit",,"Above",,,100,,,,,,,
+"mandy_002_ulti_hit_red",,,,,,,,,,,"ParticleEmitter",,,"bibi_003_ulti_hitEnv_cloud_red",,"Object",,,140,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"jessie_003_atk_hit_red",,"Above",,,100,,,,,,,
+"mandy_002_lobby_win",,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"mandy_002_win",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"mandy_002_win_fire2",,"Above",,,100,,,,,,,
+"mandy_002_lobby_lose",,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"mandy_002_lose",,"GroundHigh",,,100,,,,,,,
+"mandy_silver_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mandy_def_lobby_win","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"mandy_silver_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mandy_def_lobby_lose","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"mandy_gold_lobby",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mandy_def_lobby_win","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"mandy_gold_lobby_lose",,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"mandy_def_lobby_lose","Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"gray_def_atk",,,,,150,,,,,"Grey_Atk","ParticleEmitter",,,"gray_def_atk_smoke",,"Above",,,100,,,,,,,
+"gray_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"gray_def_atk_trail_dotted_line",,"Above",,,100,,,,"gray_def_atk_trail_red",,,
+"gray_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"gray_def_atk_trail_dotted_line_red",,"Above",,,100,,,,,,,
+"gray_def_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"gray_def_atk_hit_sign",,"Above",,,100,,,,"gray_def_atk_hit_red",,,
+"gray_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"gray_def_atk_hit_sign_red",,"Above",,,100,,,,,,,
+"gray_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gray_def_atk_reached_sign",,"Above",,,100,,,,"gray_def_atk_reached_red",,,
+"gray_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gray_def_atk_reached_sign_red",,"Above",,,100,,,,,,,
+"gray_def_gajet1_trail",,,,,,,,,,,"ParticleEmitter",,,"gray_def_gajet1_trail_smoke",,"GroundTop",,,100,,,,,,,
+"gray_def_gajet1_hit",,,,,,,,,,,"ParticleEmitter",,,"gray_def_gajet1_hit_impact",,"Above",,,100,,,,"gray_def_gajet1_hit_red",,,
+"gray_def_gajet1_hit_red",,,,,,,,,,,"ParticleEmitter",,,"gray_def_gajet1_hit_impact_red",,"Above",,,100,,,,,,,
+"gray_def_gajet2",,"true",,,,,,,,"Meteor_seq","SWF","sc/effects.sc",,,,"Above",,,100,,,,,,,
+"gray_def_gajet2_explosion",,,,,600,600,,,,,"ParticleEmitter",,,"gray_def_gajet2_cloud",,"Above",,,100,,,,"gray_def_gajet2_explosion_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_blue",,,"GroundHigh","TRUE",,150,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_005_ulti_cloud_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_def_gajet2_fragments",,"Above",,,100,,,,,,,
+"gray_def_gajet2_explosion_red",,,,,600,600,,,,,"ParticleEmitter",,,"gray_def_gajet2_cloud_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_attack_huge_red",,,"GroundHigh","TRUE",,150,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","dynamike_005_ulti_cloud_ground_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_def_gajet2_fragments_red",,"Above",,,100,,,,,,,
+"gray_def_lobby_win",,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"gray_def_lobby_win",,"GroundHigh",,,100,,,,,,,
+"gray_def_lobby_lose",,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"gray_def_lobby_lose",,"GroundHigh",,,100,,,,,,,
+"gray_def_ulti_start",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_start",,,"GroundTop",,,100,,,,"gray_def_ulti_start_red",,,
+"gray_def_ulti_start_finger",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_start_finger",,,"Above",,,100,,,,"gray_def_ulti_start_finger_red",,,
+"gray_def_ulti_ready",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_ready_finger",,,"Above",,,100,,,,,,,
+"gray_def_ulti_active",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_active",,,"Object",,,100,,,,"gray_def_ulti_active_red",,,
+"gray_def_ulti_start_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_start_red",,,"GroundTop",,,100,,,,,,,
+"gray_def_ulti_start_finger_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_start_finger_red",,,"Above",,,100,,,,,,,
+"gray_def_ulti_ready_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_ready_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_ready_finger_red",,,"Above",,,100,,,,,,,
+"gray_def_ulti_active_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_active_red",,,"Object",,,100,,,,,,,
+"portal_tile_leave",,,,,,,,,,,"ParticleEmitter",,,"gray_def_ulti_smoke",,"Above",,,80,,,,"portal_tile_leave_red",,,150
+,,,,,,,,,,,"ParticleEmitter",,,"gray_def_ulti_flash",,"Above",,,,,,,,,,
+"portal_tile_leave_red",,,,,,,,,,,"ParticleEmitter",,,"gray_def_ulti_smoke",,"Above",,,80,,,,,,,150
+,,,,,,,,,,,"ParticleEmitter",,,"gray_def_ulti_flash_red",,"Above",,,,,,,,,,
+"portal_tile_arrive",,,,,,,,,,"Gray_Teleporting","ParticleEmitter",,,"gray_def_ulti_smoke",,"Above",,,80,,,,"portal_tile_arrive_red",,,150
+,,,,,,,,,,,"ParticleEmitter",,,"gray_def_ulti_flash",,"Above",,,,,,,,,,
+"portal_tile_arrive_red",,,,,,,,,,"Gray_Teleporting","ParticleEmitter",,,"gray_def_ulti_smoke",,"Above",,,80,,,,,,,150
+,,,,,,,,,,,"ParticleEmitter",,,"gray_def_ulti_flash_red",,"Above",,,,,,,,,,
+"gray_002_ulti_start",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_002_ulti_start",,,"GroundTop",,,100,,,,"gray_002_ulti_start_red",,,
+"gray_002_ulti_start_finger",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_start_finger",,,"Above",,,100,,,,"gray_def_ulti_start_finger_red",,,
+"gray_002_ulti_active",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_active",,,"Object",,,100,,,,"gray_def_ulti_active_red",,,
+"gray_002_ulti_start_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_002_ulti_start_red",,,"GroundTop",,,100,,,,,,,
+"gray_002_ulti_start_finger_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_start_finger_red",,,"Above",,,100,,,,,,,
+"gray_002_ulti_ready_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_002_ulti_ready_red",,,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc",,,,"Above",,,100,,,,,,,
+"gray_002_ulti_active_red",,,,,,,,,,,"SWF","sc/effects_brawler.sc","gray_def_ulti_active_red",,,"Object",,,100,,,,,,,
+"gray_002_atk",,,,,,,,,,"Grey_Atk","ParticleEmitter",,,"gray_002_atk_smoke",,"Above",,,100,,,,"gray_002_atk_red",,,
+"gray_002_atk_red",,,,,,,,,,"Grey_Atk","ParticleEmitter",,,"gray_002_atk_smoke_red",,"Above",,,100,,,,,,,
+"gray_002_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_1",,"GroundTop",,,100,,,,"gray_002_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_trail_smoke_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_trail_smoke_01",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_2",,"GroundTop",,,100,,,,,,,
+"gray_002_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_1_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_trail_smoke_02_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_trail_smoke_01_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"arcade_004_atk_trail_smoke_2_red",,"GroundTop",,,100,,,,,,,
+"gray_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2",,"Above",,,100,,,,"gray_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_reached",,"Above",,,100,,,,,,,
+"gray_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"belle_002_atk_hit_impact_2_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_reached_red",,"Above",,,100,,,,,,,
+"gray_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_reached",,"Above",,,100,,,,"gray_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke",,"Above",,,100,,,,,,,
+"gray_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"gray_002_atk_reached_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"darryl_005_atk_reached_smoke_red",,"Above",,,100,,,,,,,
+"gray_002_lobby_lose",,,,,,,,,,,"Effect",,,,"gray_002_lobby_lose_hit","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_002_lobby_lose_hat_smoke","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_002_lobby_lose_elec1","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_002_lobby_lose_elec2","Object",,,100,,,,,,,
+"gray_002_lobby_lose_hit",,"TRUE","TRUE","R_wrist_s",,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_hit",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_after_elec",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_smoke",,"Object",,,100,,,,,,,
+,,,,,,,,,,,,,,,,,,,,,,,,,,
+"gray_002_lobby_lose_hat_smoke",,"TRUE","TRUE","hat_01_s",,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_hat_smoke",,"Object",,,100,,,,,,,
+"gray_002_lobby_lose_elec1",,"TRUE","TRUE","R_elbow_s",,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_elec1",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_impact1",,"Object",,,100,,,,,,,
+"gray_002_lobby_lose_elec2",,"TRUE","TRUE","R_elbow_s",,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_elec2",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gray_002_lobby_lose_impact2",,"Object",,,100,,,,,,,
+"gray_silver_lobby",,"true",,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_def_lobby_win","GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"gray_silver_lobby_lose",,"true",,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_def_lobby_lose","GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_silver_lobby_dots",,"Above",,,100,,,,,,,
+"gray_gold_lobby",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_def_lobby_win","GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"gray_gold_lobby_lose",,"true",,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_aura_add",,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"gray_def_lobby_lose","GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_twinkle",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_dots",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"gen_gold_lobby_beams",,"GroundTop",,,100,,,,,,,
+"rt_def_atk",,,,,100,,,,,"RT_Atk","ParticleEmitter",,,"rt_def_atk",,"Above",,,100,,,,"rt_def_atk_red",,,
+"rt_def_atk_red",,,,,100,,,,,"RT_Atk","ParticleEmitter",,,"rt_def_atk_red",,"Above",,,100,,,,,,,
+"rt_def_atk_trail",,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_trail_points",,"Above",,,100,,,,"rt_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_trail_dots",,"Above",,,100,,,,,,,
+"rt_def_atk_trail_red",,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_trail_points_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_trail_dots_red",,"Above",,,100,,,,,,,
+"rt_def_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit",,"Above",,,100,,,,"rt_def_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_dots",,"Above",,,200,,,,,,,
+"rt_def_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_dots_red",,"Above",,,200,,,,,,,
+"rt_def_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit",,"Above",,,60,,,,"rt_def_atk_reached_red",,,
+"rt_def_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_red",,"Above",,,60,,,,,,,
+"rt_def_gadget2",,"TRUE",,,,,,,,,"ParticleEmitter",,,"rt_def_gadget2_explo",,"Object",,,100,,,,"rt_def_gadget2_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_dots",,"Above",,,200,,,,,,,
+"rt_def_gadget2_red",,"TRUE",,,,,,,,,"ParticleEmitter",,,"rt_def_gadget2_explo_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_atk_hit_dots_red",,"Above",,,200,,,,,,,
+"rt_def_ulti",,,,,150,150,,,,"RT_Ulti","ParticleEmitter",,,"rt_def_ulti_smoke",,"Object",,,100,,,,"rt_def_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_ulti_shock",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","rt_def_ulti_warning",,,"Above",,,100,,,,,,,
+"rt_def_ulti_red",,,,,150,150,,,,"RT_Ulti","ParticleEmitter",,,"rt_def_ulti_smoke_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_ulti_shock",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","rt_def_ulti_warning_red",,,"Above",,,100,,,,,,,
+"rt_def_ulti_trail","true","true",,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_trail_sprinkle",,"Above",,,100,,,,"rt_def_ulti_trail_red",,,300
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_004_ulti_glow",,,"Above",,,100,,,,,,,
+"rt_def_ulti_trail_red","true","true",,,,,,,,,"ParticleEmitter",,,"nani_004_ulti_trail_sprinkle",,"Above",,,100,,,,,,,300
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","nani_003_ulti_glow_red",,,"Above",,,100,,,,,,,
+"rt_def_ulti_ground",,,,,150,150,,,,"RT_Ulti_Scanner","ParticleEmitter",,,"rt_def_ulti_ground_impact",,"GroundTop","TRUE",,100,,,,"rt_def_ulti_ground_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_ulti_pixel",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow",,"GroundTop","TRUE",,100,,,,,,,
+"rt_def_ulti_ground_red",,,,,150,150,,,,"RT_Ulti_Scanner","ParticleEmitter",,,"rt_def_ulti_ground_impact_red",,"GroundTop","TRUE",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_def_ulti_pixel_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"driller_005_atk_glow_red",,"GroundTop","TRUE",,100,,,,,,,
+"rt_def_still","true","TRUE",,"head_s",,,,,,,"ParticleEmitter",,,"rt_def_still",,"Above","TRUE",,100,,,,,,,350
+"rt_def_atk_target","TRUE","TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","rt_def_atk_target_red",,,"Above",,,55,,,,"rt_def_atk_target_red",,,
+"rt_def_atk_target_red","TRUE","TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","rt_def_atk_target",,,"Above",,,55,,,,,,,
+"rt_002_atk",,,"TRUE",,,,,,,"RT_Atk","ParticleEmitter",,,"rt_002_atk_muzzle",,"Above",,,100,,,,"rt_002_atk_red",,,
+"rt_002_atk_red",,,,,,,,,,"RT_Atk","ParticleEmitter",,,"rt_002_atk_muzzle_red",,"Above",,,100,,,,,,,
+"rt_002_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"rt_002_atk_trail_gas",,"Object",,,100,,,,"rt_002_atk_trail_red",,,
+"rt_002_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"rt_002_atk_trail_gas_red",,"Object",,,100,,,,,,,
+"rt_002_atk_hit",,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas",,"Above",,,100,,,,"rt_002_atk_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_base",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit",,"Above",,,125,,,,,,,
+"rt_002_atk_hit_red",,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_base_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_red",,"Above",,,125,,,,,,,
+"rt_002_atk_reached",,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas",,"GroundLow",,,100,,,,"rt_002_atk_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_reached_eye",,"GroundTop",,,100,,,,,,,
+"rt_002_atk_reached_red",,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas_red",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_reached_eye_red",,"GroundTop",,,100,,,,,,,
+"rt_002_atk_hit_env",,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas",,"Above",,,80,,,,"rt_002_atk_hit_env_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_env",,"Above",,,80,,,,,,,
+"rt_002_atk_hit_env_red",,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas_red",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_env_red",,"Above",,,80,,,,,,,
+"rt_002_atk_target","TRUE","TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","rt_002_atk_debuff_red",,,"Above",,,55,,,,"rt_002_atk_target_red",,,
+"rt_002_atk_target_red","TRUE","TRUE",,,,,,,,,"SWF","sc/effects_brawler.sc","rt_002_atk_debuff",,,"Above",,,55,,,,,,,
+"rt_002_ulti",,,,,150,150,,,,"RT_Ulti","ParticleEmitter",,,"rt_002_ulti_crack",,"GroundHigh","true",,200,,,,"rt_002_ulti_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_gas",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_01",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_02",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_03",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_04",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_05",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_smoke",,"GroundHigh",,,100,,,,,,,
+"rt_002_ulti_red",,,,,150,150,,,,"RT_Ulti","ParticleEmitter",,,"rt_002_ulti_crack_red",,"GroundHigh","true",,200,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_fragments",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_gas_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_01_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_02_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_03_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_04_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_tentacle_05_red",,"GroundTop",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_ulti_smoke_red",,"GroundHigh",,,100,,,,,,,
+"rt_002_ulti_divide",,,,,,,,,,,"ParticleEmitter",,,"rt_002_divide_smoke",,"Object","true",,100,,,,"rt_002_ulti_divide_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_divide_eye",,"Above","true",,100,,,,,,,
+"rt_002_ulti_divide_red",,,,,,,,,,,"ParticleEmitter",,,"rt_002_divide_smoke_red",,"Object","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_atk_hit_gas_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_divide_eye_red",,"Above","true",,100,,,,,,,
+"rt_002_lobby",,"TRUE","TRUE","tentacle_B_01_s",,,,,,,"ParticleEmitter",,,"rt_002_lobby_dust",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_lobby_dust_loop",,"Object",,,100,,,,,,,
+"rt_002_lobby_lose",,"TRUE","TRUE","tentacle_B_01_s",,,,,,,"ParticleEmitter",,,"rt_002_lobby_lose_dust",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rt_002_lobby_lose_dust_loop",,"Object",,,100,,,,,,,
+"hub_Grass_hit_fx",,,,,,,,,,,"Effect",,,,"retropolis_Grass_hit_fx","Above",,,,,,,,,,
+"hub_Grass_explo_fx",,,,,,,,,,,"Effect",,,,"retropolis_Grass_explo_fx","Above",,,,,,,,,,
+"hub_Grass_hit_fx_yellow",,,,,,,,,,,"Effect",,,,"retropolis_Grass_hit_fx","Above",,,,,,,,,,
+"hub_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"retropolis_Grass_explo_fx","Above",,,,,,,,,,
+"hub_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_hub",,"Above",,,,,,,,,,
+"hub_Rock_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris1_hub",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Rock_explo_debris2_hub",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"hub_blocking2_hit",,,,,,,,,,,"Effect",,,,"hub_Rock_hit_fx","Above",,,,,,,,,,
+"hub_blocking2_explosion",,,,,,,,,,,"Effect",,,,"hub_Rock_explo_fx","Above",,,,,,,,,,
+"hub_barrel_hit",,,,,,,,,,,"ParticleEmitter",,,"splinters_small_blue",,"Above",,,,,,,,,,
+"hub_barrel_explosion",,,,,,,,,,,"ParticleEmitter",,,"splinters_blue",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"planks_fly_blue",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"planks_blue",,"GroundLow","false",,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fire_after_explosion",,"GroundHigh",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"hub_Rope_explo_fx",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"gold_shard_explo_debris",,"Above",,300,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"hub_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"trash_bin_hit_debris1_hub",,"Above",,,,,,,,,,
+"hub_Green_explo_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"trash_bin_explo_debris1_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"trash_bin_explo_debris2_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"trash_explo_debris1_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"trash_explo_debris2_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"hub_crate_hit",,,,,,,,,,,"ParticleEmitter",,,"splinters_small_hub",,"Above",,,,,,,,,,
+"hub_crate_explosion",,,,,,,,,,,"ParticleEmitter",,,"splinters_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"planks_fly_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"planks_hub",,"GroundLow","false",,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_100",,"Above",,,,,,,,,,
+"hub_fence_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"fence_hit_debris1_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fence_leaf_hit_hub",,"Above",,,,,,,,,,
+"hub_fence_explosion",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris1_hub",,"Above",,,125,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"fence_leaf_explo_hub",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"fence_explo_debris2_hub",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"hub_fragile_explo_debris",,,,,300,300,,,,,"ParticleEmitter","sc/effects.sc",,"hub_fragile_debris1",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"hub_fragile_debris2",,"Above",,,90,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter","sc/effects.sc",,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"rooftop_Rock_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_stuntshow",,"Above",,,,,,,,,,
+"rooftop_Rock_explo_fx",,,,,300,300,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_stuntshow",,"Above",,300,150,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_02",,"GroundLow","false",,30,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Rock_hit_debris1_stuntshow",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,,,,,,,,
+"rooftop_blocking2_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"barrel_hit_debris1_candystand",,"Above",,,,,,,,,,
+"rooftop_blocking2_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_explo_debris1_pocos_yellow",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris1_pocos_yellow",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"barrel_hit_debris1_candystand",,"Above",,,110,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,80,,,,,,,
+"rooftop_crate_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"Rock_hit_debris1_mine",,"Above",,,,,,,,,,
+"rooftop_crate_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_chimney_explosion",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Rock_explo_debris1_minicity",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rooftop_chimney_explo_debris1",,"GroundLow","false",,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+"rooftop_barrel_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_barrel_hit",,"Above",,,,,,,,,,
+"rooftop_barrel_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_barrel_explo_debris1",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_splat_emitter",,"GroundHigh","true",,60,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"sprout_003_atk_hit_gas",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_hit",,"Above",,,110,,,,,,,
+"rooftop_Green_hit_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_solar_panel_hit",,"Above",,,,,,,,,,
+"rooftop_Green_explo_fx",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_solar_explo_debris",,"Above",,,120,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_fly",,"Above",,,50,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"ground_explosion_small_50",,"GroundHigh","true",,70,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"minion_explosion_elec_02",,"GroundLow","false",,30,,,,,,,
+"rooftop_Grass_hit_fx",,,,,,,,,,"Bullet_rico_grass","ParticleEmitter",,,"Grass_hit",,"Above",,,,,,,,,,
+"rooftop_Grass_explo_fx",,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Grass_hit_big",,"Above",,,,,,,,,,
+"rooftop_Grass_hit_fx_yellow",,,,,,,,,,"Bullet_rico_grass","Effect",,,,"rooftop_Grass_hit_fx","Above",,,,,,,,,,
+"rooftop_Grass_explo_fx_yellow",,,,,,,,,,,"Effect",,,,"rooftop_Grass_explo_fx","Above",,,,,,,,,,
+"rooftop_fragile_explo_debris",,,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_explosion",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,80,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"yellow_barrel_fly",,"Above",,,,,,,,,,
+"rooftop_fence_hit",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_fence_hit_debris",,"Above",,,,,,,,,,
+"rooftop_fence_explosion",,,,,,,,,,"Bullet_rico_rock","ParticleEmitter",,,"rooftop_fence_explo_debris",,"Above",,,,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"rooftop_fence_explo_debris",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"Explo_dust_100",,"Above",,,120,,,,,,,
+"willow_def_atk",,,,,,,,,,"Willow_Atk","ParticleEmitter",,,"willow_def_atk_impact",,"Above",,,100,,,,"willow_def_atk_red",,,
+"willow_def_atk_red",,,,,,,,,,"Willow_Atk","ParticleEmitter",,,"willow_def_atk_impact_red",,"Above",,,100,,,,,,,
+"willow_def_atk_trail",,"true",,,,,,,,,"ParticleEmitter",,,"willow_def_atk_trail_bubble",,"Object",,,100,,,,"willow_def_atk_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_trail_ground",,"GroundLow","true",,100,,,,,,,
+"willow_def_atk_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"willow_def_atk_trail_bubble_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+"willow_def_atk_area",,,,,150,50,,,,"Willow_Atk_Hit","ParticleEmitter",,,"willow_def_atk_ground_fish",,"GroundLow","true",,100,,,,"willow_def_atk_area_red",,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","willow_def_atk_pond",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_ripple2",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","willow_def_atk_pond_sub",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_ripple",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_splash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_dust",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","willow_def_atk_pond_fish_bite",,,"Above",,,100,,,,,,,
+"willow_def_atk_area_red",,,,,150,50,,,,"Willow_Atk_Hit","ParticleEmitter",,,"willow_def_atk_ground_fish_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","willow_def_atk_pond_red",,,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_ripple2_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","willow_def_atk_pond_sub_red",,,"GroundHigh",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_ripple_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_splash_red",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_ground_dust_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"SWF","sc/effects_brawler.sc","willow_def_atk_pond_fish_bite_red",,,"Above",,,100,,,,,,,
+"willow_def_atk_poison",,,,,,,,,,,"ParticleEmitter",,,"willow_def_atk_poison_skull",,"Above",,,100,,,,,,,
+"willow_def_ulti",,,,,250,150,,,,"Willow_Ulti","ParticleEmitter",,,"willow_def_atk_impact",,"Above",,,100,,,,"willow_def_ulti_red",,,
+"willow_def_ulti_red",,,,,250,150,,,,"Willow_Ulti","ParticleEmitter",,,"willow_def_atk_impact_red",,"Above",,,100,,,,,,,
+"willow_def_ulti_trail",,"true",,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_trail_ground",,"GroundLow","true",,100,,,,"willow_def_ulti_trail_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_trail_bubble",,"Object",,,100,,,,,,,
+"willow_def_ulti_trail_red",,"true",,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_trail_ground_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_trail_bubble_red",,"Object",,,100,,,,,,,
+"willow_def_ulti_hit",,"TRUE","TRUE","head_s",,,,,,"Willow_Ulti_Hit","ParticleEmitter",,,"willow_def_ulti_hit_bubble",,"Above",,,100,,,,"willow_def_ulti_hit_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_hit_mindcontrol",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_hit_impact",,"Above",,,100,,,,,,,
+"willow_def_ulti_hit_red",,"TRUE","TRUE","head_s",,,,,,"Willow_Ulti_Hit","ParticleEmitter",,,"willow_def_ulti_hit_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_hit_mindcontrol_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_hit_impact_red",,"Above",,,100,,,,,,,
+"willow_def_ulti_hit_end",,"TRUE","TRUE","head_s",,,,,,"Willow_Ulti_Hit","ParticleEmitter",,,"willow_def_ulti_hit_mindcontrol_end",,"Above",,,100,,,,"willow_def_ulti_hit_end_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_hit_impact",,"Above",,,100,,,,,,,
+"willow_def_ulti_hit_end_red",,"TRUE","TRUE","head_s",,,,,,"Willow_Ulti_Hit","ParticleEmitter",,,"willow_def_ulti_hit_mindcontrol_end_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_hit_impact_red",,"Above",,,100,,,,,,,
+"willow_def_ulti_reached",,,,,,,,,,"Willow_Ulti_End","ParticleEmitter",,,"willow_def_ulti_reached_ripple",,"GroundLow","true",,100,,,,"willow_def_ulti_reached_red",,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_reached_circle",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_reached_splash",,"Above",,,100,,,,,,,
+"willow_def_ulti_reached_red",,,,,,,,,,"Willow_Ulti_End","ParticleEmitter",,,"willow_def_ulti_reached_ripple_red",,"GroundLow","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_reached_circle_red",,"GroundTop","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_ulti_reached_splash_red",,"Above",,,100,,,,,,,
+"willow_def_gadget",,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_pond",,"GroundHigh","true",,100,,,,"willow_def_gadget_red",,,
+,,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_ripple",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_ripple2",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_gadget_bubble",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_splash",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_gadget_splash2",,"Above",,,100,,,,,,,
+"willow_def_gadget_red",,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_pond_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_ripple_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_ripple2_red",,"GroundHigh","true",,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_gadget_bubble_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"particleEmitter",,,"willow_def_gadget_splash_red",,"Above",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_gadget_splash2_red",,"Above",,,100,,,,,,,
+"willow_def_lobby",,,,,,,,,,,"Effect",,,,"willow_def_lobby_wrist","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"willow_def_lobby_gunbone","Object",,,100,,,,,,,
+"willow_def_lobby_gunbone",,"TRUE","TRUE","R_gunbone_03_s",,,,,,,"ParticleEmitter",,,"willow_def_lobby_bubble",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_lobby_impact",,"Object",,,100,,,,,,,
+"willow_def_lobby_wrist",,"TRUE","TRUE","L_wrist_s",,,,,,,"ParticleEmitter",,,"willow_def_lobby_ripple",,"GroundLow",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_lobby_splash",,"Object",,,100,,,,,,,
+,,,,,,,,,,,"ParticleEmitter",,,"willow_def_lobby_splash2",,"Object",,,100,,,,,,,
+"willow_def_lobby_lose",,,,,,,,,,,"Effect",,,,"willow_def_lobby_lose_gunbone3","Object",,,100,,,,,,,
+,,,,,,,,,,,"Effect",,,,"willow_def_lobby_lose_gunbone1","Object",,,100,,,,,,,
+"willow_def_lobby_lose_gunbone3",,"TRUE","TRUE","R_gunbone_03_s",,,,,,,"ParticleEmitter",,,"willow_def_lobby_lose_impact",,"Object",,,100,,,,,,,
+"willow_def_lobby_lose_gunbone1",,"TRUE","TRUE","R_gunbone_02_s",,,,,,,"ParticleEmitter",,,"willow_def_lobby_lose_impact2",,"Object",,,100,,,,,,,
diff --git a/CN-48.326/csv_client/faces.csv b/CN-48.326/csv_client/faces.csv
new file mode 100644
index 000000000..492ac7d15
--- /dev/null
+++ b/CN-48.326/csv_client/faces.csv
@@ -0,0 +1,1132 @@
+"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"
+"Ash003Win","characters.sc","ash_003_win"
+"Ash003WinLoop","characters.sc","ash_003_winLoop"
+"Ash003Lose","characters.sc","ash_003_lose"
+"Ash003LoseLoop","characters.sc","ash_003_loseLoop"
+"Ash003Still","characters.sc","ash_003_still"
+"Ash003StillLoop","characters.sc","ash_003_stillLoop"
+"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"
+"Barley005Win","characters.sc","barley_005_win"
+"Barley005WinLoop","characters.sc","barley_005_winLoop"
+"Barley005Lose","characters.sc","barley_005_lose"
+"Barley005LoseLoop","characters.sc","barley_005_loseLoop"
+"Barley005Still","characters.sc","barley_005_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"
+"Belle003Win","characters.sc","belle_003_win"
+"Belle003WinLoop","characters.sc","belle_003_winLoop"
+"Belle003Lose","characters.sc","belle_003_lose"
+"Belle003LoseLoop","characters.sc","belle_003_loseLoop"
+"Belle003Still","characters.sc","belle_003_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"
+"Bull005Win","characters.sc","bull_005_win"
+"Bull005WinLoop","characters.sc","bull_005_winLoop"
+"Bull005Lose","characters.sc","bull_005_lose"
+"Bull005LoseLoop","characters.sc","bull_005_loseLoop"
+"Bull005Still","characters.sc","bull_005_still"
+"BusterWin","characters.sc","buster_def_win"
+"BusterWinLoop","characters.sc","buster_def_winLoop"
+"BusterLose","characters.sc","buster_def_lose"
+"BusterLoseLoop","characters.sc","buster_def_loseLoop"
+"BusterStill","characters.sc","buster_def_still"
+"Buster002Win","characters.sc","buster_002_win"
+"Buster002WinLoop","characters.sc","buster_002_winLoop"
+"Buster002Lose","characters.sc","buster_002_lose"
+"Buster002LoseLoop","characters.sc","buster_002_loseLoop"
+"Buster002Still","characters.sc","buster_002_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"
+"Crow005Still","characters.sc","crow_005_still"
+"Crow005Win","characters.sc","crow_005_win"
+"Crow005WinLoop","characters.sc","crow_005_winLoop"
+"Crow005Lose","characters.sc","crow_005_lose"
+"Crow005LoseLoop","characters.sc","crow_005_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_002_winLoop"
+"EdgarLose","characters.sc","edgar_def_lose"
+"EdgarLoseLoop","characters.sc","edgar_002_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"
+"Edgar003Win","characters.sc","edgar_003_win"
+"Edgar003WinLoop","characters.sc","edgar_003_winLoop"
+"Edgar003Lose","characters.sc","edgar_003_lose"
+"Edgar003LoseLoop","characters.sc","edgar_003_loseLoop"
+"Edgar003Still","characters.sc","edgar_003_still"
+"Edgar004Win","characters.sc","edgar_004_win"
+"Edgar004WinLoop","characters.sc","edgar_004_winLoop"
+"Edgar004Lose","characters.sc","edgar_004_lose"
+"Edgar004LoseLoop","characters.sc","edgar_004_loseLoop"
+"Edgar004Still","characters.sc","edgar_004_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"
+"EveWin","characters.sc","eve_def_win"
+"EveWinLoop","characters.sc","eve_def_winLoop"
+"EveLose","characters.sc","eve_def_lose"
+"EveLoseLoop","characters.sc","eve_def_loseLoop"
+"EveStill","characters.sc","eve_def_still"
+"Eve002Win","characters.sc","eve_002_win"
+"Eve002WinLoop","characters.sc","eve_002_winLoop"
+"Eve002Lose","characters.sc","eve_002_lose"
+"Eve002LoseLoop","characters.sc","eve_002_loseLoop"
+"Eve002Still","characters.sc","eve_002_still"
+"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"
+"FangWin","characters.sc","fang_def_win"
+"FangWinLoop","characters.sc","fang_def_winLoop"
+"FangLose","characters.sc","fang_def_lose"
+"FangLoseLoop","characters.sc","fang_def_loseLoop"
+"FangStill","characters.sc","fang_def_still"
+"Fang002Win","characters.sc","fang_002_win"
+"Fang002WinLoop","characters.sc","fang_002_winLoop"
+"Fang002Lose","characters.sc","fang_002_lose"
+"Fang002LoseLoop","characters.sc","fang_002_loseLoop"
+"Fang002Still","characters.sc","fang_002_still"
+"GusStill","characters.sc","gus_def_still"
+"GusWin","characters.sc","gus_def_win"
+"GusWinLoop","characters.sc","gus_def_winLoop"
+"GusLose","characters.sc","gus_def_lose"
+"GusLoseLoop","characters.sc","gus_def_loseLoop"
+"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"
+"Tara005Still","characters.sc","tara_005_still"
+"Tara005Win","characters.sc","tara_005_win"
+"Tara005WinLoop","characters.sc","tara_005_winLoop"
+"Tara005Lose","characters.sc","tara_005_lose"
+"Tara005LoseLoop","characters.sc","tara_005_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"
+"Meg002Still","characters.sc","meg_002_still"
+"Meg002Win","characters.sc","meg_002_win"
+"Meg002WinLoop","characters.sc","meg_002_winLoop"
+"Meg002Lose","characters.sc","meg_002_lose"
+"Meg002LoseLoop","characters.sc","meg_002_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"
+"Pam003Win","characters.sc","pam_003_win"
+"Pam003WinLoop","characters.sc","pam_003_winLoop"
+"Pam003Lose","characters.sc","pam_003_lose"
+"Pam003LoseLoop","characters.sc","pam_003_loseLoop"
+"Pam003Still","characters.sc","pam_003_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"
+"Rosa004Win","characters.sc","rosa_004_win"
+"Rosa004WinLoop","characters.sc","rosa_004_winLoop"
+"Rosa004Lose","characters.sc","rosa_004_lose"
+"Rosa004LoseLoop","characters.sc","rosa_004_loseLoop"
+"Rosa004Still","characters.sc","rosa_004_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"
+"Squeak005Still","characters.sc","squeak_005_still"
+"Squeak005Win","characters.sc","squeak_005_win"
+"Squeak005WinLoop","characters.sc","squeak_005_winLoop"
+"Squeak005Lose","characters.sc","squeak_005_lose"
+"Squeak005LoseLoop","characters.sc","squeak_005_loseLoop"
+"Squeak006Still","characters.sc","squeak_006_still"
+"Squeak006Win","characters.sc","squeak_006_win"
+"Squeak006WinLoop","characters.sc","squeak_006_winLoop"
+"Squeak006Lose","characters.sc","squeak_006_lose"
+"Squeak006LoseLoop","characters.sc","squeak_006_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"
+"GromWin","characters.sc","grom_def_win"
+"GromWinLoop","characters.sc","grom_def_winLoop"
+"GromLose","characters.sc","grom_def_lose"
+"GromLoseLoop","characters.sc","grom_def_loseLoop"
+"GromStill","characters.sc","grom_def_still"
+"Grom002Win","characters.sc","grom_002_win"
+"Grom002WinLoop","characters.sc","grom_002_winLoop"
+"Grom002Lose","characters.sc","grom_002_lose"
+"Grom002LoseLoop","characters.sc","grom_002_loseLoop"
+"Grom002Still","characters.sc","grom_002_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"
+"Colette005Win","characters.sc","colette_005_win"
+"Colette005WinLoop","characters.sc","colette_005_winLoop"
+"Colette005Lose","characters.sc","colette_005_lose"
+"Colette005LoseLoop","characters.sc","colette_005_loseLoop"
+"Colette005Still","characters.sc","colette_005_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"
+"Bo005Win","characters.sc","bo_005_win"
+"Bo005WinLoop","characters.sc","bo_005_winLoop"
+"Bo005Lose","characters.sc","bo_005_lose"
+"Bo005LoseLoop","characters.sc","bo_005_loseLoop"
+"Bo005Still","characters.sc","bo_005_still"
+"Bo006Win","characters.sc","bo_006_win"
+"Bo006WinLoop","characters.sc","bo_006_winLoop"
+"Bo006Lose","characters.sc","bo_006_lose"
+"Bo006LoseLoop","characters.sc","bo_006_loseLoop"
+"Bo006Still","characters.sc","bo_006_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"
+"Brock004Win","characters.sc","brock_004_win"
+"Brock004WinLoop","characters.sc","brock_004_winLoop"
+"Brock004Lose","characters.sc","brock_004_lose"
+"Brock004LoseLoop","characters.sc","brock_004_loseLoop"
+"Brock004Still","characters.sc","brock_004_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"
+"Primo008Win","characters.sc","primo_008_win"
+"Primo008WinLoop","characters.sc","primo_008_winLoop"
+"Primo008Lose","characters.sc","primo_008_lose"
+"Primo008LoseLoop","characters.sc","primo_008_loseLoop"
+"Primo008Still","characters.sc","primo_008_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"
+"Poco005Win","characters.sc","poco_005_win"
+"Poco005WinLoop","characters.sc","poco_005_winLoop"
+"Poco005Lose","characters.sc","poco_005_lose"
+"Poco005LoseLoop","characters.sc","poco_005_loseLoop"
+"Poco005Still","characters.sc","poco_005_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"
+"Leon004Win","characters.sc","leon_004_win"
+"Leon004WinLoop","characters.sc","leon_004_winLoop"
+"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"
+"Lolla004Win","characters.sc","lolla_004_win"
+"Lolla004WinLoop","characters.sc","lolla_004_winLoop"
+"Lolla004Lose","characters.sc","lolla_004_lose"
+"Lolla004LoseLoop","characters.sc","lolla_004_loseLoop"
+"Lolla004Still","characters.sc","lolla_004_still"
+"Carl007Win","characters.sc","carl_007_win"
+"Carl007WinLoop","characters.sc","carl_007_winLoop"
+"Carl007Lose","characters.sc","carl_007_lose"
+"Carl007LoseLoop","characters.sc","carl_007_loseLoop"
+"Carl007Still","characters.sc","carl_007_still"
+"Darryl002Still","characters.sc","darryl_002_still"
+"Darryl002Win","characters.sc","darryl_002_win"
+"Darryl002WinLoop","characters.sc","darryl_002_winLoop"
+"Darryl002Lose","characters.sc","darryl_002_lose"
+"Darryl002LoseLoop","characters.sc","darryl_002_loseLoop"
+"Tara004Still","characters.sc","tara_004_still"
+"Tara004Win","characters.sc","tara_004_win"
+"Tara004WinLoop","characters.sc","tara_004_winLoop"
+"Tara004Lose","characters.sc","tara_004_lose"
+"Tara004LoseLoop","characters.sc","tara_004_loseLoop"
+"Meg003Still","characters.sc","meg_003_still"
+"Meg003Win","characters.sc","meg_003_win"
+"Meg003WinLoop","characters.sc","meg_003_winLoop"
+"Meg003Lose","characters.sc","meg_003_lose"
+"Meg003LoseLoop","characters.sc","meg_003_loseLoop"
+"Byron003Win","characters.sc","byron_003_win"
+"Byron003WinLoop","characters.sc","byron_003_winLoop"
+"Byron003Lose","characters.sc","byron_003_lose"
+"Byron003LoseLoop","characters.sc","byron_003_loseLoop"
+"Byron003Still","characters.sc","byron_003_still"
+"Lolla003Win","characters.sc","lolla_003_win"
+"Lolla003WinLoop","characters.sc","lolla_003_winLoop"
+"Lolla003Lose","characters.sc","lolla_003_lose"
+"Lolla003LoseLoop","characters.sc","lolla_003_loseLoop"
+"Lolla003Still","characters.sc","lolla_003_still"
+"BonnieWin","characters.sc","bonnie_def_win"
+"BonnieWinLoop","characters.sc","bonnie_def_winLoop"
+"BonnieLose","characters.sc","bonnie_def_lose"
+"BonnieLoseLoop","characters.sc","bonnie_def_loseLoop"
+"BonnieStill","characters.sc","bonnie_def_still"
+"JanetWin","characters.sc","janet_def_win"
+"JanetWinLoop","characters.sc","janet_def_winLoop"
+"JanetLose","characters.sc","janet_def_lose"
+"JanetLoseLoop","characters.sc","janet_def_loseLoop"
+"JanetStill","characters.sc","janet_def_still"
+"Bonnie002Win","characters.sc","bonnie_002_win"
+"Bonnie002WinLoop","characters.sc","bonnie_002_winLoop"
+"Bonnie002Lose","characters.sc","bonnie_002_lose"
+"Bonnie002LoseLoop","characters.sc","bonnie_002_loseLoop"
+"Bonnie002Still","characters.sc","bonnie_002_still"
+"Janet002Win","characters.sc","janet_002_win"
+"Janet002WinLoop","characters.sc","janet_002_winLoop"
+"Janet002Lose","characters.sc","janet_002_lose"
+"Janet002LoseLoop","characters.sc","janet_002_loseLoop"
+"Janet002Still","characters.sc","janet_002_still"
+"Tick004Win","characters.sc","tick_004_win"
+"Tick004WinLoop","characters.sc","tick_004_winLoop"
+"Tick004Lose","characters.sc","tick_004_lose"
+"Tick004LoseLoop","characters.sc","tick_004_loseLoop"
+"Tick004Still","characters.sc","tick_004_still"
+"Ruffs002Win","characters.sc","ruffs_002_win"
+"Ruffs002WinLoop","characters.sc","ruffs_002_winLoop"
+"Ruffs002Lose","characters.sc","ruffs_002_lose"
+"Ruffs002LoseLoop","characters.sc","ruffs_002_loseLoop"
+"Ruffs002Still","characters.sc","ruffs_002_still"
+"Edgar005Win","characters.sc","edgar_005_win"
+"Edgar005WinLoop","characters.sc","edgar_005_winLoop"
+"Edgar005Lose","characters.sc","edgar_005_lose"
+"Edgar005LoseLoop","characters.sc","edgar_005_loseLoop"
+"Edgar005Still","characters.sc","edgar_005_still"
+"Bibi006Win","characters.sc","bibi_006_win"
+"Bibi006WinLoop","characters.sc","bibi_006_winLoop"
+"Bibi006Lose","characters.sc","bibi_006_lose"
+"Bibi006LoseLoop","characters.sc","bibi_006_loseLoop"
+"Bibi006Still","characters.sc","bibi_006_still"
+"Bull006Win","characters.sc","bull_006_win"
+"Bull006WinLoop","characters.sc","bull_006_winLoop"
+"Bull006Lose","characters.sc","bull_006_lose"
+"Bull006LoseLoop","characters.sc","bull_006_loseLoop"
+"Bull006Still","characters.sc","bull_006_still"
+"Jacky004Win","characters.sc","jacky_004_win"
+"Jacky004WinLoop","characters.sc","jacky_004_winLoop"
+"Jacky004Lose","characters.sc","jacky_004_lose"
+"Jacky004LoseLoop","characters.sc","jacky_004_loseLoop"
+"Jacky004Still","characters.sc","jacky_004_still"
+"Sandy003Win","characters.sc","sandy_003_win"
+"Sandy003WinLoop","characters.sc","sandy_003_winLoop"
+"Sandy003Lose","characters.sc","sandy_003_lose"
+"Sandy003LoseLoop","characters.sc","sandy_003_loseLoop"
+"Sandy003Still","characters.sc","sandy_003_still"
+"Brock003Win","characters.sc","brock_003_win"
+"Brock003WinLoop","characters.sc","brock_003_winLoop"
+"Brock003Lose","characters.sc","brock_003_lose"
+"Brock003LoseLoop","characters.sc","brock_003_loseLoop"
+"Brock003Still","characters.sc","brock_003_still"
+"Emz003Still","characters.sc","emz_003_still"
+"Emz003Win","characters.sc","emz_003_win"
+"Emz003WinLoop","characters.sc","emz_003_winLoop"
+"Emz003Lose","characters.sc","emz_003_lose"
+"Emz003LoseLoop","characters.sc","emz_003_loseLoop"
+"Penny003Win","characters.sc","penny_003_win"
+"Penny003WinLoop","characters.sc","penny_003_winLoop"
+"Penny003Lose","characters.sc","penny_003_lose"
+"Penny003LoseLoop","characters.sc","penny_003_loseLoop"
+"Penny003Still","characters.sc","penny_003_still"
+"Penny004Win","characters.sc","penny_004_win"
+"Penny004WinLoop","characters.sc","penny_004_winLoop"
+"Penny004Lose","characters.sc","penny_004_lose"
+"Penny004LoseLoop","characters.sc","penny_004_loseLoop"
+"Penny004Still","characters.sc","penny_004_still"
+"Belle004Win","characters.sc","belle_004_win"
+"Belle004WinLoop","characters.sc","belle_004_Winloop"
+"Belle004Lose","characters.sc","belle_004_lose"
+"Belle004LoseLoop","characters.sc","belle_004_loseLoop"
+"Belle004Still","characters.sc","belle_004_still"
+"BronsonWin","characters.sc","bronson_def_win"
+"BronsonWinLoop","characters.sc","bronson_def_winLoop"
+"BronsonLose","characters.sc","bronson_def_lose"
+"BronsonLoseLoop","characters.sc","bronson_def_loseLoop"
+"BronsonStill","characters.sc","bronson_def_still"
+"Bronson002Win","characters.sc","bronson_002_win"
+"Bronson002WinLoop","characters.sc","bronson_002_winLoop"
+"Bronson002Lose","characters.sc","bronson_002_lose"
+"Bronson002LoseLoop","characters.sc","bronson_002_loseLoop"
+"Bronson002Still","characters.sc","bronson_002_still"
+"Colt005Still","characters.sc","colt_005_still"
+"Colt005Win","characters.sc","colt_005_win"
+"Colt005WinLoop","characters.sc","colt_005_winLoop"
+"Colt005Lose","characters.sc","colt_005_lose"
+"Colt005LoseLoop","characters.sc","colt_005_loseLoop"
+"Fang003Win","characters.sc","fang_003_win"
+"Fang003WinLoop","characters.sc","fang_003_winLoop"
+"Fang003Lose","characters.sc","fang_003_lose"
+"Fang003LoseLoop","characters.sc","fang_003_loseLoop"
+"Fang003Still","characters.sc","fang_003_still"
+"OtisStill","characters.sc","otis_def_still"
+"OtisWin","characters.sc","otis_def_win"
+"OtisWinLoop","characters.sc","otis_def_winLoop"
+"OtisLose","characters.sc","otis_def_lose"
+"OtisLoseLoop","characters.sc","otis_def_loseLoop"
+"Otis002Still","characters.sc","otis_002_still"
+"Otis002Win","characters.sc","otis_002_win"
+"Otis002WinLoop","characters.sc","otis_002_winLoop"
+"Otis002Lose","characters.sc","otis_002_lose"
+"Otis002LoseLoop","characters.sc","otis_002_loseLoop"
+"MandyStill","characters.sc","mandy_def_still"
+"MandyWin","characters.sc","mandy_def_win"
+"MandyWinLoop","characters.sc","mandy_def_winLoop"
+"MandyLose","characters.sc","mandy_def_lose"
+"MandyLoseLoop","characters.sc","mandy_def_loseLoop"
+"Darryl003Still","characters.sc","darryl_003_still"
+"Darryl003Win","characters.sc","darryl_003_win"
+"Darryl003WinLoop","characters.sc","darryl_003_winLoop"
+"Darryl003Lose","characters.sc","darryl_003_lose"
+"Darryl003LoseLoop","characters.sc","darryl_003_loseLoop"
+"Amber003Win","characters.sc","amber_003_win"
+"Amber003WinLoop","characters.sc","amber_003_winLoop"
+"Amber003Lose","characters.sc","amber_003_lose"
+"Amber003LoseLoop","characters.sc","amber_003_loseLoop"
+"Amber003Still","characters.sc","amber_003_still"
+"Bronson003Win","characters.sc","bronson_003_win"
+"Bronson003WinLoop","characters.sc","bronson_003_winLoop"
+"Bronson003Lose","characters.sc","bronson_003_lose"
+"Bronson003LoseLoop","characters.sc","bronson_003_loseLoop"
+"Bronson003Still","characters.sc","bronson_003_still"
+"Ash004Win","characters.sc","ash_004_win"
+"Ash004WinLoop","characters.sc","ash_004_winLoop"
+"Ash004Lose","characters.sc","ash_004_lose"
+"Ash004LoseLoop","characters.sc","ash_004_loseLoop"
+"Ash004Still","characters.sc","ash_004_still"
+"Ash005Win","characters.sc","ash_005_win"
+"Ash005WinLoop","characters.sc","ash_005_winLoop"
+"Ash005Lose","characters.sc","ash_005_lose"
+"Ash005LoseLoop","characters.sc","ash_005_loseLoop"
+"Ash005Still","characters.sc","ash_005_still"
+"ChesterStill","characters.sc","chester_def_still"
+"ChesterWin","characters.sc","chester_def_win"
+"ChesterWinLoop","characters.sc","chester_def_winLoop"
+"ChesterLose","characters.sc","chester_def_lose"
+"ChesterLoseLoop","characters.sc","chester_def_loseLoop"
+"Mandy002Still","characters.sc","mandy_002_still"
+"Mandy002Win","characters.sc","mandy_002_win"
+"Mandy002WinLoop","characters.sc","mandy_002_winLoop"
+"Mandy002Lose","characters.sc","mandy_002_lose"
+"Mandy002LoseLoop","characters.sc","mandy_002_loseLoop"
+"Buzz001Still","characters.sc","buzz_001_still"
+"Buzz001Win","characters.sc","buzz_001_win"
+"Buzz001WinLoop","characters.sc","buzz_001_winLoop"
+"Buzz001Lose","characters.sc","buzz_001_lose"
+"Buzz001LoseLoop","characters.sc","buzz_001_loseLoop"
+"Nita004Still","characters.sc","nita_004_still"
+"Nita004Win","characters.sc","nita_004_win"
+"Nita004WinLoop","characters.sc","nita_004_winLoop"
+"Nita004Lose","characters.sc","nita_004_lose"
+"Nita004LoseLoop","characters.sc","nita_004_loseLoop"
+"GrayStill","characters.sc","gray_def_still"
+"GrayWin","characters.sc","gray_def_win"
+"GrayWinLoop","characters.sc","gray_def_winLoop"
+"GrayLose","characters.sc","gray_def_lose"
+"GrayLoseLoop","characters.sc","gray_def_loseLoop"
+"Griff001Still","characters.sc","griff_001_still"
+"Griff001Win","characters.sc","griff_001_win"
+"Griff001WinLoop","characters.sc","griff_001_winLoop"
+"Griff001Lose","characters.sc","griff_001_lose"
+"Griff001LoseLoop","characters.sc","griff_001_loseLoop"
+"Gus002Still","characters.sc","gus_002_still"
+"Gus002Win","characters.sc","gus_002_win"
+"Gus002WinLoop","characters.sc","gus_002_winLoop"
+"Gus002Lose","characters.sc","gus_002_lose"
+"Gus002LoseLoop","characters.sc","gus_002_loseLoop"
+"Chester002Still","characters.sc","chester_002_still"
+"Chester002Win","characters.sc","chester_002_win"
+"Chester002WinLoop","characters.sc","chester_002_winLoop"
+"Chester002Lose","characters.sc","chester_002_lose"
+"Chester002LoseLoop","characters.sc","chester_002_loseLoop"
+"Bronson004Win","characters.sc","bronson_004_win"
+"Bronson004WinLoop","characters.sc","bronson_004_winLoop"
+"Bronson004Lose","characters.sc","bronson_004_lose"
+"Bronson004LoseLoop","characters.sc","bronson_004_loseLoop"
+"Bronson004Still","characters.sc","bronson_004_still"
+"Eve003Win","characters.sc","eve_003_win"
+"Eve003WinLoop","characters.sc","eve_003_winLoop"
+"Eve003Lose","characters.sc","eve_003_lose"
+"Eve003LoseLoop","characters.sc","eve_003_loseLoop"
+"Eve003Still","characters.sc","eve_003_still"
+"Jessie004Still","characters.sc","jessie_004_still"
+"Jessie004Win","characters.sc","jessie_004_win"
+"Jessie004WinLoop","characters.sc","jessie_004_winLoop"
+"Jessie004Lose","characters.sc","jessie_004_lose"
+"Jessie004LoseLoop","characters.sc","jessie_004_loseLoop"
+"Jessie005Still","characters.sc","jessie_005_still"
+"Jessie005Win","characters.sc","jessie_005_win"
+"Jessie005WinLoop","characters.sc","jessie_005_winLoop"
+"Jessie005Lose","characters.sc","jessie_005_lose"
+"Jessie005LoseLoop","characters.sc","jessie_005_loseLoop"
+"Penny005Win","characters.sc","penny_005_win"
+"Penny005WinLoop","characters.sc","penny_005_winLoop"
+"Penny005Lose","characters.sc","penny_005_lose"
+"Penny005LoseLoop","characters.sc","penny_005_loseLoop"
+"Penny005Still","characters.sc","penny_005_still"
+"Lolla005Win","characters.sc","lolla_005_win"
+"Lolla005WinLoop","characters.sc","lolla_005_winLoop"
+"Lolla005Lose","characters.sc","lolla_005_lose"
+"Lolla005LoseLoop","characters.sc","lolla_005_loseLoop"
+"Lolla005Still","characters.sc","lolla_005_still"
+"Dyna004Still","characters.sc","dyna_004_still"
+"Dyna004Win","characters.sc","dyna_004_win"
+"Dyna004WinLoop","characters.sc","dyna_004_winLoop"
+"Dyna004Lose","characters.sc","dyna_004_lose"
+"Dyna004LoseLoop","characters.sc","dyna_004_loseLoop"
+"Otis003Still","characters.sc","otis_003_still"
+"Otis003Win","characters.sc","otis_003_win"
+"Otis003WinLoop","characters.sc","otis_003_winLoop"
+"Otis003Lose","characters.sc","otis_003_lose"
+"Otis003LoseLoop","characters.sc","otis_003_loseLoop"
+"Janet003Win","characters.sc","janet_003_win"
+"Janet003WinLoop","characters.sc","janet_003_winLoop"
+"Janet003Lose","characters.sc","janet_003_lose"
+"Janet003LoseLoop","characters.sc","janet_003_loseLoop"
+"Janet003Still","characters.sc","janet_003_still"
+"Janet003Profile","characters.sc","janet_003_profile"
+"Carl008Win","characters.sc","carl_008_win"
+"Carl008WinLoop","characters.sc","carl_008_winLoop"
+"Carl008Lose","characters.sc","carl_008_lose"
+"Carl008LoseLoop","characters.sc","carl_008_loseLoop"
+"Carl008Still","characters.sc","carl_008_still"
+"Piper005Win","characters.sc","piper_005_win"
+"Piper005WinLoop","characters.sc","piper_005_winLoop"
+"Piper005Lose","characters.sc","piper_005_lose"
+"Piper005LoseLoop","characters.sc","piper_005_loseLoop"
+"Piper005Still","characters.sc","piper_005_still"
+"Nani004Still","characters.sc","nani_004_still"
+"Nani004Win","characters.sc","nani_004_win"
+"Nani004WinLoop","characters.sc","nani_004_winLoop"
+"Nani004Lose","characters.sc","nani_004_lose"
+"Nani004LoseLoop","characters.sc","nani_004_loseLoop"
+"Bull007Win","characters.sc","bull_007_win"
+"Bull007WinLoop","characters.sc","bull_007_winLoop"
+"Bull007Lose","characters.sc","bull_007_lose"
+"Bull007LoseLoop","characters.sc","bull_007_loseLoop"
+"Bull007Still","characters.sc","bull_007_still"
+"Primo009Win","characters.sc","primo_009_win"
+"Primo009WinLoop","characters.sc","primo_009_winLoop"
+"Primo009Lose","characters.sc","primo_009_lose"
+"Primo009LoseLoop","characters.sc","primo_009_loseLoop"
+"Primo009Still","characters.sc","primo_009_still"
+"Gray002Still","characters.sc","gray_002_still"
+"Gray002Win","characters.sc","gray_002_win"
+"Gray002WinLoop","characters.sc","gray_002_winLoop"
+"Gray002Lose","characters.sc","gray_002_lose"
+"Gray002LoseLoop","characters.sc","gray_002_loseLoop"
+"WillowWin","characters.sc","willow_def_win"
+"WillowWinLoop","characters.sc","willow_def_winLoop"
+"WillowLose","characters.sc","willow_def_lose"
+"WillowLoseLoop","characters.sc","willow_def_loseLoop"
+"WillowStill","characters.sc","willow_def_still"
+"RtWin","characters.sc","rt_def_win"
+"RtWinLoop","characters.sc","rt_def_winLoop"
+"RtLose","characters.sc","rt_def_lose"
+"RtLoseLoop","characters.sc","rt_def_loseLoop"
+"RtStill","characters.sc","rt_def_still"
+"Willow002Win","characters.sc","willow_002_win"
+"Willow002WinLoop","characters.sc","willow_002_winLoop"
+"Willow002Lose","characters.sc","willow_002_lose"
+"Willow002LoseLoop","characters.sc","willow_002_loseLoop"
+"Willow002Still","characters.sc","willow_002_still"
+"Rt003Win","characters.sc","rt_003_win"
+"Rt003WinLoop","characters.sc","rt_003_winLoop"
+"Rt003Lose","characters.sc","rt_003_lose"
+"Rt003LoseLoop","characters.sc","rt_003_loseLoop"
+"Rt003Still","characters.sc","rt_003_still"
+"Rt002Win","characters.sc","rt_002_win"
+"Rt002WinLoop","characters.sc","rt_002_winLoop"
+"Rt002Lose","characters.sc","rt_002_lose"
+"Rt002LoseLoop","characters.sc","rt_002_loseLoop"
+"Rt002Still","characters.sc","rt_002_still"
+"Frank004Win","characters.sc","frank_004_win"
+"Frank004WinLoop","characters.sc","frank_004_winLoop"
+"Frank004Lose","characters.sc","frank_004_lose"
+"Frank004LoseLoop","characters.sc","frank_004_loseLoop"
+"Frank004Still","characters.sc","frank_004_still"
diff --git a/CN-48.326/csv_client/fame_tiers.csv b/CN-48.326/csv_client/fame_tiers.csv
new file mode 100644
index 000000000..651deaf63
--- /dev/null
+++ b/CN-48.326/csv_client/fame_tiers.csv
@@ -0,0 +1,17 @@
+"Name","FameToNext","Group","TID","IconSWF","IconExportName","IconBigExportName","IconStarsExportName"
+"string","int","int","String","String","String","String","String"
+"Global1",2000,1,"TID_FAME_TIER_GLOBAL1","sc/ui.sc","icon_fame_tier_1_1","fame_big_tier_1","fame_stars_tier_1_1"
+"Global2",2000,1,"TID_FAME_TIER_GLOBAL2","sc/ui.sc","icon_fame_tier_1_2","fame_big_tier_1","fame_stars_tier_1_2"
+"Global3",2000,1,"TID_FAME_TIER_GLOBAL3","sc/ui.sc","icon_fame_tier_1_3","fame_big_tier_1","fame_stars_tier_1_3"
+"Lunar1",3200,2,"TID_FAME_TIER_LUNAR1","sc/ui.sc","icon_fame_tier_2_1","fame_big_tier_2","fame_stars_tier_2_1"
+"Lunar2",3200,2,"TID_FAME_TIER_LUNAR2","sc/ui.sc","icon_fame_tier_2_2","fame_big_tier_2","fame_stars_tier_2_2"
+"Lunar3",3200,2,"TID_FAME_TIER_LUNAR3","sc/ui.sc","icon_fame_tier_2_3","fame_big_tier_2","fame_stars_tier_2_3"
+"Martial1",4500,3,"TID_FAME_TIER_MARTIAL1","sc/ui.sc","icon_fame_tier_3_1","fame_big_tier_3","fame_stars_tier_3_1"
+"Martial2",4500,3,"TID_FAME_TIER_MARTIAL2","sc/ui.sc","icon_fame_tier_3_2","fame_big_tier_3","fame_stars_tier_3_2"
+"Martial3",4500,3,"TID_FAME_TIER_MARTIAL3","sc/ui.sc","icon_fame_tier_3_3","fame_big_tier_3","fame_stars_tier_3_3"
+"Saturnal1",8000,4,"TID_FAME_TIER_SATURNAL1","sc/ui.sc","icon_fame_tier_4_1","fame_big_tier_4","fame_stars_tier_4_1"
+"Saturnal2",8000,4,"TID_FAME_TIER_SATURNAL2","sc/ui.sc","icon_fame_tier_4_2","fame_big_tier_4","fame_stars_tier_4_2"
+"Saturnal3",8000,4,"TID_FAME_TIER_SATURNAL3","sc/ui.sc","icon_fame_tier_4_3","fame_big_tier_4","fame_stars_tier_4_3"
+"Solar1",12000,5,"TID_FAME_TIER_SOLAR1","sc/ui.sc","icon_fame_tier_5_1","fame_big_tier_5","fame_stars_tier_5_1"
+"Solar2",12000,5,"TID_FAME_TIER_SOLAR2","sc/ui.sc","icon_fame_tier_5_2","fame_big_tier_5","fame_stars_tier_5_2"
+"Solar3",12000,5,"TID_FAME_TIER_SOLAR3","sc/ui.sc","icon_fame_tier_5_3","fame_big_tier_5","fame_stars_tier_5_3"
diff --git a/CN-48.326/csv_client/health_bars.csv b/CN-48.326/csv_client/health_bars.csv
new file mode 100644
index 000000000..59dc171f8
--- /dev/null
+++ b/CN-48.326/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-48.326/csv_client/hints.csv b/CN-48.326/csv_client/hints.csv
new file mode 100644
index 000000000..7fb819b53
--- /dev/null
+++ b/CN-48.326/csv_client/hints.csv
@@ -0,0 +1,68 @@
+"Name","TID","Disabled","MinXPLevel","MaxXPLevel","FileName","ExportName","Character","ReferringSCID"
+"String","String","boolean","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","TRUE",3,999,,,,
+7,"TID_HINT_6",,3,999,,,,
+8,"TID_HINT_7",,20,999,,,,
+9,"TID_HINT_8","TRUE",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,100,,,,
+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","TRUE",999,999,,,,
+38,"TID_HINT_37","TRUE",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,60,,,,
+43,"TID_HINT_42",,1,40,,,,
+44,"TID_HINT_43",,20,999,,,,
+45,"TID_HINT_44","TRUE",999,999,,,,
+46,"TID_HINT_45",,1,999,,,,
+47,"TID_HINT_46",,1,40,,,,
+48,"TID_HINT_47",,7,60,,,,
+49,"TID_HINT_48",,7,999,,,,
+50,"TID_HINT_49",,1,40,,,,
+51,"TID_HINT_50",,1,999,,,,
+52,"TID_HINT_51",,1,40,,,,
+53,"TID_HINT_52",,7,40,,,,
+54,"TID_HINT_53",,7,60,,,,
+55,"TID_HINT_54",,3,999,,,,
+56,"TID_HINT_55",,20,999,,,,
+57,"TID_HINT_56",,3,999,,,,
+58,"TID_HINT_57",,3,60,,,,
+59,"TID_HINT_58",,20,999,,,,
+60,"TID_HINT_59",,20,999,,,,
+61,"TID_HINT_60",,20,999,,,,
+62,"TID_HINT_61",,20,999,,,,
+63,"TID_HINT_62",,20,999,,,,
+64,"TID_HINT_63",,20,999,,,,
+65,"TID_HINT_64",,20,999,,,,
+66,"TID_HINT_65",,20,999,,,,
diff --git a/CN-48.326/csv_client/local_notifications.csv b/CN-48.326/csv_client/local_notifications.csv
new file mode 100644
index 000000000..859c9685f
--- /dev/null
+++ b/CN-48.326/csv_client/local_notifications.csv
@@ -0,0 +1,50 @@
+"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
+"TagTeamStart",5,"TID_NOTIFICATION_TAG_TEAM",,,,15,30,0
+"CLDayStart",10000,"TID_NOTIFICATION_CLUB_LEAGUE_EVENT_DAY_STARTED",,,,15,60,0
+"DeathmatchStart",5,"TID_NOTIFICATION_DEATHMATCH",,,,15,30,0
+"PayloadStart",5,"TID_NOTIFICATION_PAYLOAD",,,,15,30,0
+"InvasionStart",5,"TID_NOTIFICATION_INVASION",,,,15,30,0
+"RandomStart",5,"TID_NOTIFICATION_RANDOM",,,,15,30,0
+"DeathmatchFFAStart",5,"TID_NOTIFICATION_DEATHMATCH_FFA",,,,15,30,0
diff --git a/CN-48.326/csv_client/location_features.csv b/CN-48.326/csv_client/location_features.csv
new file mode 100644
index 000000000..ce6cebe45
--- /dev/null
+++ b/CN-48.326/csv_client/location_features.csv
@@ -0,0 +1,63 @@
+"Name","Mode","LocationTheme","MeshNames","Character","FrameDelay"
+"string","string","string","string","string","int"
+"RoboCheer1","AnimateSwitchBetween","FightingGame","bot1_frame_1;bot1_frame_2",,180
+"RoboCheer2","AnimateSwitchBetween","FightingGame","melee_bot_frame_1;melee_bot_frame_2",,200
+"RoboCheer3","AnimateSwitchBetween","FightingGame","fast_bot_frame_1;fast_bot_frame_2",,230
+"RoboCheer4","AnimateSwitchBetween","FightingGame","bot2_frame_1;bot2_frame_2",,220
+"RoboCheer5","AnimateSwitchBetween","FightingGame","fast_bot2_frame_2;fast_bot2_frame_1",,245
+"BlueFlag1","AnimateSwitchBetween","FightingGame","flag_blue_1_frame_1;flag_blue_1_frame_2;flag_blue_1_frame_3",,350
+"BlueFlag2","AnimateSwitchBetween","FightingGame","flag_blue_2_frame_1;flag_blue_2_frame_2;flag_blue_2_frame_3",,340
+"RedFlag1","AnimateSwitchBetween","FightingGame","flag_red_1_frame_1;flag_red_1_frame_2;flag_red_1_frame_3",,340
+"RedFlag2","AnimateSwitchBetween","FightingGame","flag_red_2_frame_1;flag_red_2_frame_2;flag_red_2_frame_3",,350
+"Torch1","AnimateSwitchBetween","FightingGame","torch1_frame_1;torch1_frame_2",,300
+"Torch2","AnimateSwitchBetween","FightingGame","torch2_frame_2;torch2_frame_1",,300
+"Torch3","AnimateSwitchBetween","FightingGame","torch3_frame_2;torch3_frame_1",,300
+"Torch4","AnimateSwitchBetween","FightingGame","torch4_frame_1;torch4_frame_2",,300
+"Torch5","AnimateSwitchBetween","FightingGame","torch5_frame_1;torch5_frame_2",,300
+"Torch6","AnimateSwitchBetween","FightingGame","torch6_frame_2;torch6_frame_1",,300
+"TorchTop1","AnimateSwitchBetween","FightingGame","torch_top_left_frame_1;torch_top_left_frame_2",,300
+"TorchTop2","AnimateSwitchBetween","FightingGame","torch_top_right_frame_2;torch_top_right_frame_1",,290
+"BlueBanner1","AnimateSwitchBetween","FightingGame","banner_blue_1_frame_1;banner_blue_1_frame_2;banner_blue_1_frame_3",,500
+"BlueBanner2","AnimateSwitchBetween","FightingGame","banner_blue_2_frame_1;banner_blue_2_frame_2;banner_blue_2_frame_3",,450
+"BlueBanner3","AnimateSwitchBetween","FightingGame","banner_blue_3_frame_1;banner_blue_3_frame_2;banner_blue_3_frame_3",,500
+"RedBanner1","AnimateSwitchBetween","FightingGame","banner_red_1_frame_1;banner_red_1_frame_2;banner_red_1_frame_3",,450
+"RedBanner2","AnimateSwitchBetween","FightingGame","banner_red_2_frame_1;banner_red_2_frame_2;banner_red_2_frame_3",,500
+"RedBanner3","AnimateSwitchBetween","FightingGame","banner_red_3_frame_1;banner_red_3_frame_2;banner_red_3_frame_3",,450
+"BazaarSandyOn","HideIfCharacter","Bazaar","sandy_mattress_on;sandy_bubble_on;sandy_on","Sandstorm",
+"BazaarSandyOff","HideIfNoCharacter","Bazaar","sandy_mattress_off","Sandstorm",
+"BazaarTaraOn","HideIfCharacter","Bazaar","tara_door_on","BlackHole",
+"BazaarTaraOff","HideIfNoCharacter","Bazaar","tara_door_off","BlackHole",
+"BazaarGeneOn","HideIfCharacter","Bazaar","gene_on","HookDude",
+"GiftShopColette","HideIfCharacter","GiftShop","colette_not_in_play","Percenter",
+"SnowtelGale","HideIfCharacter","Snowtel","gale_left;gale_right","Blower",
+"SnowtelLou","HideIfCharacter","Snowtel","lou_left;lou_right","IceDude",
+"SnowtelGaleXmas","HideIfCharacter","SnowtelXmas","gale_left;gale_right","Blower",
+"SnowtelLouXmas","HideIfCharacter","SnowtelXmas","lou_left;lou_right","IceDude",
+"MinicitySurge","HideIfCharacter","Minicity","surge_notinplay","PowerLeveler",
+"ScrapyardJessie","HideIfCharacter","Scrapyard","jessie_lights","Mechanic",
+"ScrapyardPam","HideIfCharacter","Scrapyard","pam","MinigunDude",
+"ScrapyardPam2","HideIfCharacterPre","Scrapyard","pam_Z","MinigunDude",
+"ScrapyardNani","HideIfCharacter","Scrapyard","nani","Controller",
+"StarrForceRuffs","HideIfCharacterPre","StarrForce","ruffs_","Ruffs",
+"ActionShowBelle","HideIfCharacter","ActionShow","belle_stuff","ElectroSniper",
+"WaterParkBuzz","HideIfCharacter","WaterPark","buzz","RopeDude",
+"BrawlywoodCrow","HideIfCharacter","Brawlywood","crow_stuff","Crow",
+"BrawlywoodBuzz","HideIfCharacter","Brawlywood","buzz_stuff","RopeDude",
+"BrawlywoodLola","HideIfCharacter","Brawlywood","lolla_stuff","Duplicator",
+"BrawlywoodGale","HideIfCharacter","Brawlywood","gale_stuff","Blower",
+"StuntShowBonnie","HideIfCharacter","StuntShow","bonnie_body;bonnie_head_lookat","CannonGirl",
+"StuntShowJanet","HideIfCharacter","StuntShow","janet;janet_jet","JetpackGirl",
+"StuntShowStu","HideIfCharacter","StuntShow","stu_body;stu_wheel;stu_cape","Roller",
+"StuntShowBonnieBB","HideIfCharacter","StuntShowBB","bonnie_body;bonnie_head_lookat","CannonGirl",
+"StuntShowJanetBB","HideIfCharacter","StuntShowBB","janet;janet_jet","JetpackGirl",
+"StuntShowStuBB","HideIfCharacter","StuntShowBB","stu_body;stu_wheel;stu_cape","Roller",
+"CandyHideMandy","HideIfCharacter","CandyStand","mandy_body;mandy_head_lookat","Beamer",
+"CandyHideJester","HideIfCharacter","CandyStand","chester_head","Jester",
+"HubJessie","HideIfCharacter","Hub","jessie_stuff","Mechanic",
+"HubPiper","HideIfCharacter","Hub","piper_stuff","Sniper",
+"HubChester","HideIfCharacter","Hub","chester_stuff","Jester",
+"HubBrock","HideIfCharacter","Hub","brock_stuff","RocketGirl",
+"HubByron","HideIfCharacter","Hub","byron_stuff","SnakeOil",
+"HubFang","HideIfCharacter","Hub","fang_stuff","KickerDude",
+"HubEmz","HideIfCharacter","Hub","emz_stuff","Mummy",
+"HubRT","HideIfCharacter","Hub","rt_head","Splitter",
diff --git a/CN-48.326/csv_client/login_calendar_items.csv b/CN-48.326/csv_client/login_calendar_items.csv
new file mode 100644
index 000000000..6d7fd2cd4
--- /dev/null
+++ b/CN-48.326/csv_client/login_calendar_items.csv
@@ -0,0 +1,9 @@
+"Name","RewardTID","RewardDescTID","RewardTypes","FileName","PanelAsset","HudAsset","ChooseRewardAsset","FeaturedAsset","RewardPanelFrame","FeaturedContainerFrame"
+"String","String","String","int","String","String","String","String","String","String","String"
+"BrawlerChoice","TID_LOGIN_CALENDAR_REWARD_BRAWLER_CHOICE","TID_LOGIN_CALENDAR_REWARD_DESC_BRAWLER_CHOICE",3,"sc/ui.sc","login_calendar_panel_reward_brawler_2","login_calendar_hud_brawler_2","login_calendar_choose_brawler","login_calendar_featured_reward_brawler_2","choose_brawler","2_brawlers"
+"BrawlerChoiceLast","TID_LOGIN_CALENDAR_REWARD_BRAWLER_CHOICE","TID_LOGIN_CALENDAR_REWARD_DESC_BRAWLER_CHOICE",,"sc/ui.sc","login_calendar_panel_reward_last","login_calendar_hud_brawler_2","login_calendar_choose_brawler","login_calendar_featured_reward_brawler_2","choose_brawler","2_brawlers"
+"LevelUpgrade","TID_LOGIN_CALENDAR_REWARD_LEVEL_UPGRADE","TID_LOGIN_CALENDAR_REWARD_DESC_LEVEL_UPGRADE",34,"sc/ui.sc","login_calendar_panel_reward_upgrade","login_calendar_hud_reward_upgrade",,"login_calendar_featured_reward_upgrade","brawler_upgrade","upgrade"
+"Pin","TID_LOGIN_CALENDAR_REWARD_PIN","TID_LOGIN_CALENDAR_REWARD_DESC_PIN",19,"sc/ui.sc","login_calendar_panel_reward_pin_1","login_calendar_hud_reward_pin_1",,"login_calendar_featured_reward_pin_1","1_pin","1_pin"
+"PinX2","TID_LOGIN_CALENDAR_REWARD_PIN_X2","TID_LOGIN_CALENDAR_REWARD_DESC_PIN_X2",20,"sc/ui.sc","login_calendar_panel_reward_pin_2","login_calendar_hud_reward_pin_2",,"login_calendar_featured_reward_pin_2","2_pins","2_pins"
+"Skin","TID_LOGIN_CALENDAR_REWARD_SKIN","TID_LOGIN_CALENDAR_REWARD_DESC_SKIN",4,"sc/ui.sc","login_calendar_panel_reward_skin","login_calendar_hud_reward_skin",,"login_calendar_featured_reward_skin","skin","skin"
+"GadgetStarPowerChoice","TID_LOGIN_CALENDAR_REWARD_GADGET_CHOICE","TID_LOGIN_CALENDAR_REWARD_DESC_GADGET_CHOICE",5,"sc/ui.sc","login_calendar_panel_reward_item_2","login_calendar_hud_reward_item_2","login_calendar_choose_item","login_calendar_featured_reward_item_2","item_2","item_2"
\ No newline at end of file
diff --git a/CN-48.326/csv_client/music.csv b/CN-48.326/csv_client/music.csv
new file mode 100644
index 000000000..e7858cdcf
--- /dev/null
+++ b/CN-48.326/csv_client/music.csv
@@ -0,0 +1,104 @@
+"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","true","music/footbrawl_ingame_muzak_01.ogg",,,70,"true",,,59,
+,"true","music/background/footbrawl_ingame_muzak_02.ogg","true",,70,"true",,,62,
+"Scrapyard_ingame_music","true","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",,"music/brawzaar_menu_01.ogg",,,60,"true",,,126,
+"Monsterbrawl_menu_muzak","true","music/bm_menu_01.ogg",,,60,"true",,,68,
+"Monsterbrawl_ingame_muzak","true","music/bm_ingame_01.ogg",,,70,"true",,,70,
+,"true","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",,"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","true","music/retro_brawl_ingame_01.ogg",,,70,"true",,,55,
+"Retropolis_menu","true","music/brawl_retro_menu_01.ogg",,,60,"true",,,66,
+"Halloween_menu","true","music/brawloween_menu_01.ogg",,,60,"true",,,80,
+"Halloween_ingame","true","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,
+,"true","music/military_lase_tag_ingame_03.ogg",,,70,"true",,,60,
+,"true","music/military_lase_tag_ingame_02.ogg",,,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",,"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","true","music/brawl_fairytale_menu_01.ogg",,,60,"true",,,57,
+"Courtyard_Ingame","true","music/brawl_castle_ingame_01.ogg",,,70,"true",,,67,
+"Brawlywood_Ingame","true","music/brawlywood_ingame_01.ogg",,,70,"true",,,82,
+"Brawlywood_Menu","true","music/brawlywood_menu_01.ogg",,,60,"true",,,52,
+"Retro_Fight_Menu","true","music/retro_fighting_menu_01.ogg",,,60,"true",,,90,
+"Retro_Fight_Ingame","true","music/retro_fight_ingame_01.ogg",,,70,"true",,,62,
+"Biodome_Menu","true","music/biodome_menu_01.ogg",,,60,"true",,,66,
+"Biodome_Ingame","true","music/biodome_ingame_01.ogg",,,70,"true",,,66,
+"Pinstuntbrawl_Menu","true","music/pinstuntbrawl_menu_01.ogg",,,60,"true",,,83,
+"Pinstuntbrawl_Ingame","true","music/pinstuntbrawl_ingame_01.ogg",,,70,"true",,,65,
+"Bad_Randoms_Music","true","music/we_wont_cooperate.ogg",,,70,"true",,,133,
+,"true","music/background/healing_lies.ogg","true",,70,"true",,,119,
+,"true","music/background/mortis_game.ogg","true",,70,"true",,,135,
+,"true","music/background/together_song.ogg","true",,70,"true",,,141,
+"Deepsea_Beastieboys_Menu","true","music/deepsea_beastieboys_brawl_menu_01.ogg",,,60,"true",,,64,
+"Underwater_Braw_Ingame","true","music/underwater_brawl_ingame_01.ogg",,,70,"true",,,67,
+"Robotfactory_Menu","true","music/robot_factory_brawl_menu_01.ogg",,,60,"true",,,90,
+"Robotfactory_Ingame",,"music/robot_factory_brawl_ingame_01.ogg",,,70,"true",,,58,
+"TopGun_Action_Menu","true","music/top_gun_action_brawl_menu_01.ogg",,,60,"true",,,102,
+"Ghosttrain_Menu","true","music/brawloween_2022_menu_01.ogg",,,60,"true",,,65,
+"Ghosttrain_Ingame","true","music/brawloween_ghost_train_ingame_01.ogg",,,70,"true",,,91,
+"Candyland_Ingame",,"music/brawl_candy_level_ingame_01.ogg",,,70,"true",,,76,
+"Krampus_Menu","true","music/brawl_krampus_menu_01.ogg",,,60,"TRUE",,,59,
+"Brawlentines_Menu","true","music/brawlentine_menu_01.ogg",,,60,"TRUE",,,96,
+"Mandy_Candy_Menu","true","music/mandy_candy_meny_muzak_01.ogg",,,60,"TRUE",,,71,
+"Scifi_Noir_Menu",,"music/brawl_scifi_noir_menu_01.ogg",,,60,"true",,,84,
+"Mask_Dance_Menu",,"music/brawl_mask_dance_menu_01.ogg",,,60,"true",,,96,
+"Lounge_Hub_Ingame",,"music/brawl_lounge_ingame_01.ogg",,,70,"true",,,76,
diff --git a/CN-48.326/csv_client/particle_emitters.csv b/CN-48.326/csv_client/particle_emitters.csv
new file mode 100644
index 000000000..7c09dc5ac
--- /dev/null
+++ b/CN-48.326/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-48.326/csv_client/particle_emitters.json b/CN-48.326/csv_client/particle_emitters.json
new file mode 100644
index 000000000..d730714a2
--- /dev/null
+++ b/CN-48.326/csv_client/particle_emitters.json
@@ -0,0 +1,265185 @@
+{
+ "amber_002_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":120,"spawnRateJitter":4},
+ {"__class":"SpawnPlanar","spawnMaxSize":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[4.5,0,0],"velocityJitter":[4.5,0,0]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.5,
+ "color":[0.6,0.8,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Building_touch_sparks_sc"}]
+ },
+ "amber_002_atk_hit_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":5,"spawnRateJitter":5},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":8,"maxSpeedXY":5,"minSpeedZ":8,"maxSpeedZ":5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[18,18,18]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.05,
+ "color":[[1,0.3,0.8],[1,0.2,0.5]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_flower_particle"},{"swf":"sc/effects_brawler.sc","name":"leaf_03"}]
+ },
+ "amber_002_atk_hit_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":5,"spawnRateJitter":5},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":8,"maxSpeedXY":5,"minSpeedZ":8,"maxSpeedZ":5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[18,18,18]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.05,
+ "color":[[1,0.3,0.8],[1,0.2,0.5]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leaf_03_red"}]
+ },
+ "amber_002_atk_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":2},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[4.5,0,0],"velocityJitter":[4.5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.05,
+ "color":[[1,0.3,0.8],[1,0.2,0.5]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_flower_particle"},{"swf":"sc/effects_brawler.sc","name":"leaf_03"}]
+ },
+ "amber_002_atk_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":2},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[4.5,0,0],"velocityJitter":[4.5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.05,
+ "color":[[1,0.3,0.8],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leaf_03_red"}]
+ },
+ "amber_002_atk_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"y":-0.3},
+ "components":[{"__class":"Deceleration"},{"__class":"SpawnRate","duration":0.02,"durationJitter":0.08,"spawnRate":5,"spawnRateJitter":5},{"__class":"SpawnPlanar","randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.13,
+ "scaleJitter":0.05,
+ "color":[0,0.8,1],
+ "alpha":1,
+ "angleJitter":40,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_atk_slash"},{"swf":"sc/effects_brawler.sc","name":"amber_atk_slash_1"}]
+ },
+ "amber_002_atk_slash_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":90},{"__class":"Deceleration"},{"__class":"SpawnRate","duration":0.02,"durationJitter":0.08,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.0625,0.34895837,0.46875,0.95572925,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_atk_slash_2"}]
+ },
+ "amber_002_atk_slash_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":90},{"__class":"Deceleration"},{"__class":"SpawnRate","duration":0.02,"durationJitter":0.08,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.0625,0.34895837,0.46875,0.95572925,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_atk_slash_2_red"}]
+ },
+ "amber_002_atk_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"y":-0.3},
+ "components":[{"__class":"Deceleration"},{"__class":"SpawnRate","duration":0.02,"durationJitter":0.08,"spawnRate":5,"spawnRateJitter":5},{"__class":"SpawnPlanar","randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.13,
+ "scaleJitter":0.05,
+ "color":[1,0.5,0.8],
+ "alpha":1,
+ "angleJitter":40,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_atk_slash"},{"swf":"sc/effects_brawler.sc","name":"amber_atk_slash_1"}]
+ },
+ "amber_002_atk_trail_smoke_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":5},
+ {"__class":"Deceleration","deceleration":[5,5,0]},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":1,"maxSpeedXY":3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1],
+ "scaleJitter":0.15,
+ "color":[[0,1,1],[0.7,0.2,1]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,1],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_003_ulti_dust_01"},{"swf":"sc/effects_brawler.sc","name":"amber_002_smoke_se"}]
+ },
+ "amber_002_atk_trail_smoke_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":5},
+ {"__class":"Deceleration","deceleration":[5,5,0]},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":1,"maxSpeedXY":3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1],
+ "scaleJitter":0.15,
+ "color":[[0.8,0.5,0.4],[1,0,0.8]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,0.4],
+ "orientToDirection":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_smoke_se"},{"swf":"sc/effects_brawler.sc","name":"gene_003_ulti_dust_add_01"}]
+ },
+ "amber_002_atk_trail_smoke_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedXY":2,"maxSpeedXY":3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1,2],
+ "scaleJitter":0.4,
+ "color":[[0.3,0.5,1],[0.5,1,1]],
+ "alpha":[0.2,0.6,0.1,1,0,0.3],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "amber_002_atk_trail_smoke_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedXY":2,"maxSpeedXY":3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1,2],
+ "scaleJitter":0.4,
+ "color":[1,0,0.3],
+ "alpha":[0.2,0.6,0.1,1,0,0.2],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "amber_002_atkEnd_residual":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_purple_01"},{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_purple_04"}]
+ },
+ "amber_002_atkEnd_residual_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_pink_03"},{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_pink_04"}]
+ },
+ "amber_002_fire":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.1,"scale":1,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_atk_projectile"}]
+ },
+ "amber_002_ground_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.005,"spawnRate":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.7}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_002_ground_slash"},{"swf":"sc/effects_brawler.sc","name":"ash_002_ground_slash"}]
+ },
+ "amber_002_lobby_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":16},
+ {"__class":"SpawnCone","direction":[0,1,0],"velocity":0.2,"velocityJitter":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.02,"spawnMaxSize":0.06}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.5520834,0.19010419,0.9401042,0.05,0.1],
+ "scaleJitter":0.03,
+ "color":[0.6,0.059895843,-0.15,0.8229167,[1,0.95,0.3],[0.95,0.4,0.1]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":30,
+ "rotationSpeedJitter":[0.42708334,0.08333334,0.057291687,0.9713542,60,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_02"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_05"}]
+ },
+ "amber_002_ulti_oilExp_residual":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":4,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_purple_01"},{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_purple_04"}]
+ },
+ "amber_002_ulti_oilExp_residual_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":4,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_pink_03"},{"swf":"sc/effects_brawler.sc","name":"amber_002_fire_pink_02"}]
+ },
+ "amber_002_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.28,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":1.8},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":16},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.3,"minAngle":-360,"maxAngle":360,"minSpeedXY":-1.5,"maxSpeedXY":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.094,0.45,0.95],[0.29,0.2,0.521]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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_002_ulti_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.7161459,0.12760419,1.0104167,0.05,0.35],
+ "scaleJitter":0.1,
+ "color":[0.29,0.2,0.521],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_002_ulti_traildfdfdf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.28,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":1.8},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":16},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.3,"minAngle":-360,"maxAngle":360,"minSpeedXY":-1.5,"maxSpeedXY":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.094,0.45,0.95],[0.29,0.2,0.521]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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_003_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":0.3,
+ "color":[0.6,0,0.2,0.8,[0.8,1,1],[0.5,0.85,1]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_003_atk_gunsmoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":0.3,
+ "color":[0.6,0,0.2,0.8,[1,0.9,1],[1,0.55,0.7]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_003_atk_hit_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[1,1,1],"velocity":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[[0.75,0.85,1],[0.5,0.5,1]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.75,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_atk_hit_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[1,1,1],"velocity":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[[1,0.5,0.5],[0.5,0.5,1]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.75,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_hit"}]
+ },
+ "amber_003_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_hit_red"}]
+ },
+ "amber_003_atk_hit_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10,"spawnRateJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[[0.5,0.75,1],[0,0.5,1]],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"}]
+ },
+ "amber_003_atk_hit_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10,"spawnRateJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[[1,0.75,0.75],[1,0.25,0.25]],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"}]
+ },
+ "amber_003_atk_reached_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.5,"spawnRateJitter":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.15}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":3},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.5677084,0.3463542,0.8697917,0.35,0.85],
+ "scaleJitter":0.25,
+ "color":[[0.75,0.85,1],[0.5,0.5,1]],
+ "alpha":0.75,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.75,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":3},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.5677084,0.3463542,0.8697917,0.35,0.85],
+ "scaleJitter":0.25,
+ "color":[[1,0.8,1],[1,0.3,0.7]],
+ "alpha":0.4,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.75,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_atk_trail_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":8},
+ {"__class":"SpawnPlanar","spawnMinSize":0.2,"spawnMaxSize":0.3,"minAngle":15,"maxAngle":-15,"minSpeedXY":-2,"maxSpeedXY":-3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.2,0.1],
+ "scaleJitter":0.25,
+ "color":[0.7,0.9,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "amber_003_atk_trail_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":8},
+ {"__class":"SpawnPlanar","spawnMinSize":0.2,"spawnMaxSize":0.3,"minAngle":15,"maxAngle":-15,"minSpeedXY":-2,"maxSpeedXY":-3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.2,0.1],
+ "scaleJitter":0.25,
+ "color":[1,0.8,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "amber_003_atk_trail_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.5677084,0.3463542,0.8697917,0.1,0.5],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.75,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_1"}]
+ },
+ "amber_003_atk_trail_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.5677084,0.3463542,0.8697917,0.1,0.5],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.75,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_red_1"}]
+ },
+ "amber_003_atk_trail_twinkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.1,"spawnRateJitter":0.1},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_trail_twinkle_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.1,"spawnRateJitter":0.1},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_trail_twinkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.3,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.5,"spawnRateJitter":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_trail_twinkle_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.3,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.5,"spawnRateJitter":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_trail_twinkle_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.5,"spawnRateJitter":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.15}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_trail_twinkle_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":0.5,"spawnRateJitter":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"Deceleration","deceleration":[-3,-3,-3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.15}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twirl_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "amber_003_atk_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":30,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_03"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_04"}]
+ },
+ "amber_003_atk_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":30,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_01_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_02_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_03_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_04_red"}]
+ },
+ "amber_003_ingame_chill":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":2.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[[0.25,1,1],[0,0,1]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.25,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_ingame_chill2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[[0.25,1,1],[0,0,1]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_ingame_chill2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[[1,0.75,0.75],[1,0.1,0.5]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_ingame_chill_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":2.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[[1,0.75,0.75],[1,0.1,0.5]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.25,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "amber_003_ingame_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.10677084,0.8072917,0.22135419,0.5,0.1],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_2"}]
+ },
+ "amber_003_ingame_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.10677084,0.8072917,0.22135419,0.5,0.1],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_red_2"}]
+ },
+ "amber_003_lobby_lose_icesmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":1.2,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"x":0.24,"z":1.8},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.5},
+ {"__class":"Deceleration","deceleration":[1,1,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583337,0.5911459,0.5416667,0.9166667,0.6,0.02],
+ "scaleJitter":0.05,
+ "color":[0.8177084,-0.0026041567,0.8307292,0.4401042,[1,1,1],[0.7,0.85,1]],
+ "alpha":[0.16927084,0.5130209,0.5260417,0.9557292,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "amber_003_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.85,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.028645843,0.37239584,0.4166667,0.9479167,0.3,1.5],
+ "color":[[1,1,1],[0.7,0.9,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.7,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti2_reached_impact"}]
+ },
+ "amber_003_lobby_lose_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":1.8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3},{"t":0.1,"c":2}]},
+ {"__class":"Deceleration","deceleration":[1,1,5]},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,0.23958337,0.4010417,0.9869792,0.2,0.4],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-10],
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowflake"}]
+ },
+ "amber_003_lobby_lose_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.8,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMinSize":0.2,"spawnMaxSize":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.25,0.1],
+ "scaleJitter":0.1,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"}]
+ },
+ "amber_003_lobby_win_back_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"y":-0.7},
+ "gravity":[0,0,-3],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":10},
+ {"__class":"SpawnCone","velocity":1.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMinSize":0.4,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.22,
+ "scaleJitter":0.1,
+ "color":[0.8177084,-0.0026041567,0.8307292,0.4401042,[0.9,0.95,1],[0.7,0.85,1]],
+ "alpha":[0.18489584,0.39583334,0.5963542,0.8541667,0,0.7],
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "amber_003_lobby_win_icesmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.5},
+ {"__class":"Deceleration","deceleration":[1,1,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.24,
+ "scaleJitter":0.05,
+ "color":[0.8177084,-0.0026041567,0.8307292,0.4401042,[1,1,1],[0.7,0.85,1]],
+ "alpha":[0.16927084,0.5130209,0.5260417,0.9557292,0,0.7],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "amber_003_lobby_win_twinkle_head":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0,0,0.5],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":4,"spawnRateJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.12,0.05],
+ "scaleJitter":0.05,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_lobby_twinkle"}]
+ },
+ "amber_003_lobby_win_twinkle_stick_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,1],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":2},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.14,0.05],
+ "scaleJitter":0.05,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"},{"swf":"sc/effects_brawler.sc","name":"amber_003_lobby_twinkle"}]
+ },
+ "amber_003_lobby_win_twinkle_stick_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0,0,1],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":2},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.05}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.14,0.05],
+ "scaleJitter":0.05,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"},{"swf":"sc/effects_brawler.sc","name":"amber_003_lobby_twinkle"}]
+ },
+ "amber_003_lobby_win_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.5,"z":-0.3},
+ "components":[
+ {"__class":"SpawnRate","duration":1.6,"spawnRate":4},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.22,
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":30,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_03"},{"swf":"sc/effects_brawler.sc","name":"amber_003_atk_twinkle_04"}]
+ },
+ "amber_003_ulti_hit_ice":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.55,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.7,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_hit_ice"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_hit_ice2"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_hit_ice3"}]
+ },
+ "amber_003_ulti_hit_ice_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.55,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.7,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_hit_ice_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_hit_ice2_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_hit_ice3_red"}]
+ },
+ "amber_003_ulti_oil":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7473959,0.3463542,0.9713542,0.4,0.45],
+ "scaleJitter":0.05,
+ "color":[0.4,0.7,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_003_ulti_oil_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.79,0.79,1],[0.79,0.79,1]],
+ "alpha":[0.5,0.6,0.6,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,150,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"}]
+ },
+ "amber_003_ulti_oil_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.79,0.79],[1,0.79,0.79]],
+ "alpha":[0.5,0.6,0.6,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,150,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"}]
+ },
+ "amber_003_ulti_oil_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7473959,0.3463542,0.9713542,0.4,0.45],
+ "scaleJitter":0.05,
+ "color":[1,0.57,0.75],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_003_ulti_oilExp_amber":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,3],
+ "components":[{"__class":"SpawnRate","duration":0.45,"spawnRate":6,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.14,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle1"},{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle2"},{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle3"},{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle4"}]
+ },
+ "amber_003_ulti_oilExp_amber_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,3],
+ "components":[{"__class":"SpawnRate","duration":0.45,"spawnRate":6,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.14,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle1_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle2_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle3_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_snow_particle4_red"}]
+ },
+ "amber_003_ulti_oilExp_residual":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":4,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_ice1"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_ice2"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_ice3"}]
+ },
+ "amber_003_ulti_oilExp_residual_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":4,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_ice1_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_ice2_red"},{"swf":"sc/effects_brawler.sc","name":"amber_003_ulti_ice3_red"}]
+ },
+ "amber_003_ulti_oilExp_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.4,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.279,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.8,1],[0.1,0.1,0.25]],
+ "alpha":0.6,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "amber_003_ulti_oilExp_soot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.4,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.279,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.8],[0.25,0.1,0.1]],
+ "alpha":0.6,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "amber_003_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.75,1],[0.4,0.75,1]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "amber_003_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[1,0.4,0.7]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "amber_003_ulti_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,-5]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.48177087,0.5260417,0.8854167,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"}]
+ },
+ "amber_003_ulti_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,-5]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.48177087,0.5260417,0.8854167,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far_red"}]
+ },
+ "amber_003_ulti_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.7161459,0.12760419,1.0104167,0.05,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.7,1],[0.4,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_003_ulti_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.7161459,0.12760419,1.0104167,0.05,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.57,0.75],[1,0.57,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_003_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3.6,3.6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.25,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.49,0.7,1],[0.49,0.7,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_003_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3.6,3.6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.25,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.4,0.7],[1,0.4,0.7]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_003_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.79,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "amber_003_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[1,0.29,0.57]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "amber_def_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[0.5,1,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,0.4,0.5],[0.5,0.35,0.55]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[0.6,0.25,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.2,0.4,0.8]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.45],[0.6,0.2,0.32]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1.2,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.6,0.9],[0.1,0.05,0.35]],
+ "alpha":[0.2,0.6,0.1,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "amber_def_atk_trail_smoke_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1.2,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,0.4],[0.3,0.2,0.35]],
+ "alpha":[0.2,0.6,0.1,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "amber_def_atkEnd_flame":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_003_atk_hit_cloud"}]
+ },
+ "amber_def_atkEnd_residual":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "amber_def_gadget_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]},
+ {"__class":"SpawnRate","duration":1,"spawnRate":60}
+ ]
+ },
+ "render":{"globalScale":0.3,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1.7,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_roundfire"}]
+ },
+ "amber_def_ingame_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":6},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeedJitter":60,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-9.5,1,-8.5,1.1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_def_lobby_fire"}]
+ },
+ "amber_def_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.4,
+ "spawnRate":[0.46614584,0.11458334,0.0703125,0.9557292,80,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,5],[2.5,2.5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.20572919,0.9557292,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.2,0.25],[0.1,0,0]],
+ "alpha":[0.2,0.6,0.1,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_def_lose_smoke_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0.45,0,5.5],[0.45,0,5.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,6.5],[1.5,1.5,6.5]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.8,0,0.05,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.015,0.015],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0,2],[0.8,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,56,56],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,6],[1.5,1.5,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.6145834,0.20572919,0.9557292,0.28,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.45052084,0.08333334,0.049479187,0.8932292,[0.25,0.1,0.15],[0.1,0.05,0.05]],
+ "alpha":[0.3,0.6,0.1,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_def_lose_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,3],[0.5,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.19270837,0.6848959,0.21354169,0.9088542,80,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.4,-0.4],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,1],[0.5,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "spawnRate":[0.44270834,0.09895834,0.2604167,0.9713542,50,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,3],[4,4,3]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,15,15],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":6,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.5,2.4],
+ "scaleJitter":0.6,
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.4,0.8,1],[0.4,0.3,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_def_ulti_hit_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,6],[12,12,6]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.5,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.3,0.8],[0.9,0.1,0.7]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_def_ulti_oil":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7473959,0.3463542,0.9713542,0.4,0.45],
+ "scaleJitter":0.05,
+ "color":[0.29,0.2,0.521],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_def_ulti_oil_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.3,1],[0.4,0.3,1]],
+ "alpha":[0.5,0.6,0.6,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,150,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"}]
+ },
+ "amber_def_ulti_oil_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.1,0.7],[0.9,0.1,0.7]],
+ "alpha":[0.5,0.6,0.6,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,150,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"}]
+ },
+ "amber_def_ulti_oil_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7473959,0.3463542,0.9713542,0.4,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,0.15,0.3],[0.35,0.15,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_def_ulti_oilExp_amber":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,3],
+ "components":[{"__class":"SpawnRate","duration":0.45,"spawnRate":6,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0,0,12],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":12,"spawnRateJitter":2},
+ {"__class":"Deceleration","deceleration":[5,5,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.2,1.2],
+ "scaleJitter":0.3,
+ "color":[0.40364584,0.005208343,0,1.0026042,[0.4,1,1],[0.1,0.15,0.5]],
+ "alpha":[1,0,0.6,0.2,1,0],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,60,10],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "amber_def_ulti_oilExp_gas_dark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,10]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2,"maxSpeedXY":4,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.5,1.8],
+ "scaleJitter":0.5,
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.3,0.5,0.8],[0.15,0.05,0.3]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_def_ulti_oilExp_gas_dark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.8,0.4,0.35],[0.2,0.1,0.15]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "amber_def_ulti_oilExp_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,12],[0,0,12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,6],[5,5,6]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.40364584,0.005208343,0,1.0026042,[1,0.5,0.2],[0.3,0.05,0.15]],
+ "alpha":[1,0,0.6,0.2,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,60,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "amber_def_ulti_oilExp_residual":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":4,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":4,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.4,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":0.6,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "amber_def_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.094,0.45,0.95],[0.29,0.2,0.521]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.7161459,0.12760419,1.0104167,0.05,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.29,0.2,0.521],[0.29,0.2,0.521]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_def_ulti_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.7161459,0.12760419,1.0104167,0.05,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,0.15,0.3],[0.35,0.15,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"oil_pattern_01"}]
+ },
+ "amber_def_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.65,0.08,0.08],[0.35,0.15,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.5286459,0.4010417,0.9947917,0.35,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_002_atk1"},{"swf":"sc/effects_brawler.sc","name":"arcade_002_atk2"}]
+ },
+ "arcade_002_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_002_hit"}]
+ },
+ "arcade_002_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_002_hit_red"}]
+ },
+ "arcade_002_atk_hitEnv_ground":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.64,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.64,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":200,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.24,
+ "scaleJitter":0.08,
+ "color":[0.6536459,0.052083343,0.7838542,0.4791667,[0.2,1,0.8],[0,0.15,0.3]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cyberPixel"}]
+ },
+ "arcade_002_atk_hitEnv_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":200,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.24,
+ "scaleJitter":0.08,
+ "color":[1,0.2,0.8],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cyberPixel"}]
+ },
+ "arcade_002_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.5286459,0.4010417,0.9947917,0.35,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atkEnd":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_moving_jelly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.62,0.62],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.62,0.62],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0,1.0026042,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0,1.0026042,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0,0.8802084,0.002604187,0.9947917,0.1,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.62,0.62],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0,1.0026042,0.1,0.26],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0,1.0026042,0.1,0.26],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0,1.0026042,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0,1.0026042,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-22],[0,0,-22]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,1],[0.5,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.7,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-22],[0,0,-22]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,1],[0.5,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.3],[1,0.25,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,1],[1,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.5],[0,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0],[1,0.5,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,1,0,1,0.35,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.6,1],[0.1,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,1,0,1,0.35,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[1,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.7,1],[0.1,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.8],[1,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[0.5,1,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,0.55,0.65],[0.8,0.25,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.1,
+ "color":[[0.1,0.3,0.5],[0,0.2,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "arcade_004_atk_hit_liquid_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.1,
+ "color":[[0.5,0.1,0.3],[0.3,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "arcade_004_atk_hit_liquid_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.1,
+ "color":[[0.2,0.3,0.6],[0.1,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "arcade_004_atk_hit_liquid_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.1,
+ "color":[[0.8,0.2,0.3],[0.6,0.1,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "arcade_004_atk_trail_amber":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.746875,-0.006250001,0.6354167,0.8776042,0.22,0.14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,0.6],[0.3,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_circle"}]
+ },
+ "arcade_004_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.746875,-0.006250001,0.6354167,0.8776042,0.22,0.14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.25,0.4],[0.7,0.25,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_circle"}]
+ },
+ "arcade_004_atk_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[0.6,0.25,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.2,0.4,0.8]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.45],[0.6,0.2,0.32]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,0.6,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.6,0.9],[0.1,0.05,0.35]],
+ "alpha":[0.2,0.6,0.1,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "arcade_004_atk_trail_smoke_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,0.6,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,0.4],[0.3,0.2,0.35]],
+ "alpha":[0.2,0.6,0.1,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "arcade_004_ulti_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,2.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,75,75],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0.5],[0.7,0.7,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7630209,0.005208343,1,0.4088542,0.25,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.45,0.65],[0,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_004_ulti_cloud"}]
+ },
+ "arcade_004_ulti_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,2.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,75,75],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0.5],[0.7,0.7,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7630209,0.005208343,1,0.4088542,0.25,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.65,0,0.45],[0.5,0,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_004_ulti_cloud"}]
+ },
+ "arcade_004_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.094,0.45,0.95],[0.29,0.2,0.521]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.65,0.08,0.08],[0.35,0.15,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.35,-0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_explode_1"},{"swf":"sc/effects_brawler.sc","name":"pixel_explode_2"}]
+ },
+ "arcade_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_def_hit"}]
+ },
+ "arcade_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"arcade_def_hit_red"}]
+ },
+ "arcade_def_atk_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,15],[15,15,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,15],[15,15,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_reached"}]
+ },
+ "arcade_def_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.2,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_reached_red"}]
+ },
+ "arcade_def_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.35,-0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_explode_3"},{"swf":"sc/effects_brawler.sc","name":"pixel_explode_4"}]
+ },
+ "arcade_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,30],[30,30,30]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,30],[30,30,30]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,0.3],[0.3,0.3,0.3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,0.3],[0.3,0.3,0.3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_9"}]
+ },
+ "arcade_def_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_9"}]
+ },
+ "area_particle_fulfillComplete":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.30989584,-0.010416627,0,0.99479175,[0.4,0.9,1],[0.2,0.4,1]],
+ "alpha":[0.1015625,-1.6354166,0.015625,0.7994792,0.6,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fulfillComplete"}]
+ },
+ "area_particle_fulfilling":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,6,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.6380209,0.059895843,0.8463542,0.6979167,[0,0.1,0.5],[0.2,0.6,1]],
+ "alpha":[0.12239584,0.7786459,0.22135419,0.9869792,0.2,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fulfillArea"}]
+ },
+ "area_particle_glowCircle_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,2.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.22395834,0.38020837,0.4869792,0.8072917,23,85],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.19270834,0.6223959,0.4010417,0.9166667,[0,0.6,1],[0.1,0.15,0.65]],
+ "alpha":[0.1875,0.6770834,0.390625,0.98697925,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "area_particle_glowCircle_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,2.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.22395834,0.38020837,0.4869792,0.8072917,23,85],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.16145834,0.5677084,0.5104167,0.8385417,[1,0,0.1],[0.5,0,0.25]],
+ "alpha":[0.1875,0.6770834,0.390625,0.98697925,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "area_particle_glowCircle_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,44,46],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.19270834,0.6223959,0.4010417,0.9166667,[0,0.3,1],[0.15,0.05,0.4]],
+ "alpha":[0.09375,0.9036459,0.390625,0.98697925,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_2"}]
+ },
+ "area_particle_glowCircle_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,44,46],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.14583334,0.5833334,0.3932292,0.9088542,[0.5,0.05,0.12],[0.3,0,0.25]],
+ "alpha":[0.09375,0.9036459,0.390625,0.98697925,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_2"}]
+ },
+ "arena_blocker_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,30],[0,0,30]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30,30],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_arena_debris_1"},{"swf":"sc/effects.sc","name":"prt_arena_debris_2"}]
+ },
+ "ash_002_atk_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "ash_002_atk_leaf_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,5,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,0],[7,7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,-0.010416657,1,0.25,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"}]
+ },
+ "ash_002_atk_leaf_L_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,5,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,0],[7,7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,-0.010416657,1,0.25,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_red"}]
+ },
+ "ash_002_atk_leaf_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,5,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0,1,0.3,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R"}]
+ },
+ "ash_002_atk_leaf_R_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,5,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0,1,0.3,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R_red"}]
+ },
+ "ash_002_atk_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash"}]
+ },
+ "ash_002_atk_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash_red"}]
+ },
+ "ash_002_atk_spark_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,5,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,0],[7,7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,-0.010416657,1,0.25,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,5,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0,1,0.3,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.6,0.26],[0.8,0.6,0.26]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "ash_002_atk_trail_dustDots_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,2.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.6,0.26],[0.8,0.6,0.26]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "ash_002_atk_trail_dustDots_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.6,0.26],[0.8,0.6,0.26]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "ash_002_atk_trail_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash_lv1"}]
+ },
+ "ash_002_atk_trail_slash_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_slash_01"}]
+ },
+ "ash_002_atk_trail_slash_lv2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash_lv2_red"}]
+ },
+ "ash_002_atk_trail_slash_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash_lv1_red"}]
+ },
+ "ash_002_fire_spark_blue_short_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,2,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,0],[7,7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,-0.010416657,1,0.25,0.6,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0.5],[0.3,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,2,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,0],[7,7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,-0.010416657,1,0.25,0.6,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.15,0.5,0.5,0.9,180,60],
+ "rotationSpeedJitter":[0.15,0.5,0.5,0.9,180,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ground_slash_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ulti_clouds":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,8,2.5],[6,8,2.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.9479167,0.4088542,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.41145834,0.23177084,0.4401042,0.7838542,480,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_003_ulti_cloud"}]
+ },
+ "ash_002_ulti_clouds_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,8,2.5],[6,8,2.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.9479167,0.4088542,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.41145834,0.23177084,0.4401042,0.7838542,480,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_003_ulti_cloud_red"}]
+ },
+ "ash_002_ulti_leafGround":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.8,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,1280,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "ash_002_ulti_leafGround_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.8,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,1280,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"}]
+ },
+ "ash_002_ulti_trail_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "ash_002_ulti_trail_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"}]
+ },
+ "ash_003_atk_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,3],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_003_atk_fire_lv1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.075,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.5,0,1],"directionJitterAngle":90,"velocity":2,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.7317709,0.041666687,0.7526042,0.75,1.25],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "ash_003_atk_fire_lv1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.075,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.5,0,1],"directionJitterAngle":90,"velocity":2,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.7317709,0.041666687,0.7526042,0.75,1.25],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "ash_003_atk_fire_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.5,0,1],"directionJitterAngle":90,"velocity":2,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.6145834,0.13541669,0.7760417,1,1.65],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "ash_003_atk_fire_lv2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.5,0,1],"directionJitterAngle":90,"velocity":2,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.6145834,0.13541669,0.7760417,1,1.65],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "ash_003_atk_fire_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,1.3,2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "ash_003_atk_fire_lv3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,1.3,2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "ash_003_atk_food_lv1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":15,"velocity":11},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.020833343,1,0.2994792,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_cheese_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_cheese_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_01_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_01_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_01_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_01_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_01_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_01_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_01_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_01_roate_02"}
+ ]
+ },
+ "ash_003_atk_food_lv1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":15,"velocity":11},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.020833343,1,0.2994792,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_cheese_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_cheese_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_01_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_01_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_01_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_01_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_01_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_01_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_01_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_01_roate_02_red"}
+ ]
+ },
+ "ash_003_atk_food_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":30,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":15,"velocity":11},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_02"}
+ ]
+ },
+ "ash_003_atk_food_lv2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":30,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":15,"velocity":11},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_02_red"}
+ ]
+ },
+ "ash_003_atk_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":2,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Env_poison_02"}]
+ },
+ "ash_003_atk_ground_cheese":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_02"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_03"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_04"}]
+ },
+ "ash_003_atk_ground_cheese_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_03_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_cheese_04_red"}]
+ },
+ "ash_003_atk_ground_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,3],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_003_atk_ground_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_04"}]
+ },
+ "ash_003_atk_ground_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_04_red"}]
+ },
+ "ash_003_atk_ground_ketchup":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_ketchup_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_ketchup_02"}]
+ },
+ "ash_003_atk_ground_ketchup_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_ketchup_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_ground_ketchup_02_red"}]
+ },
+ "ash_003_atk_smoke_lv1":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":5,"lifetime":0.4,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03"}]
+ },
+ "ash_003_atk_smoke_lv1_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":5,"lifetime":0.4,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03_red"}]
+ },
+ "ash_003_atk_smoke_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":5,"lifetime":0.4,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03"}]
+ },
+ "ash_003_atk_smoke_lv2_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":5,"lifetime":0.4,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03_red"}]
+ },
+ "ash_003_atk_smoke_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":5,"lifetime":0.4,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03"}]
+ },
+ "ash_003_atk_smoke_lv3_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":5,"lifetime":0.4,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03_red"}]
+ },
+ "ash_003_atk_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.25,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "ash_003_atk_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":60,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_003_atk_sparks_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":60,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "ash_003_lobby_fire1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.75,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_loop_fire1"}]
+ },
+ "ash_003_lobby_fire2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.75,
+ "mass":1,
+ "spawnPointOffset":{"x":0.125},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_loop_fire2"}]
+ },
+ "ash_003_lobby_flies":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.9,"z":0.59},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.2,"spawnRate":3000,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":2,"spawnMaxSize":4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.06770834,0.5963542,0.2604167,0.2,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fly_1"},{"swf":"sc/effects_brawler.sc","name":"particle_fly_2"}]
+ },
+ "ash_003_lobby_lose_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":1.47},
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.075}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeedJitter":60,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "ash_003_lobby_pizza_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":1.5,"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,0.5]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,1,1],[1,1,1]],
+ "alpha":[0.59375,0.014062524,0.31875002,0.984375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "ash_003_lobby_pizza_smoke2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":-1,"z":2.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,0.5]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,1,1],[1,1,1]],
+ "alpha":[0.59375,0.014062524,0.31875002,0.984375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "ash_003_lobby_win":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.9,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.29},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.7,1],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "ash_003_lobby_win_flame":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.9,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"x":0.5,"z":1.7},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-15,
+ "angleJitter":5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_explode_smoke_03_red"}]
+ },
+ "ash_003_lobby_win_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.29},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true},
+ {"__class":"SpawnCone","direction":[4,0,0.5],"directionJitterAngle":45}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.4,0.7],
+ "scaleJitter":0.6,
+ "color":[[1,0.4,0.2],[1,0.2,0.1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "ash_003_lobby_win_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.9,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.9,0.9],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.29},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "ash_003_lobby_win_spark2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":1.4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.9,0.9],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.2,"z":1.7},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "ash_003_lobby_win_spark3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.5,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.79},
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.075}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeedJitter":60,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "ash_003_ulti_reached_food":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":30,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":15},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_02"}
+ ]
+ },
+ "ash_003_ulti_reached_food_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":30,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":15},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_02_red"}
+ ]
+ },
+ "ash_003_ulti_reached_gum":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.1,"lifetime":1.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_gum"}]
+ },
+ "ash_003_ulti_reached_gum_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.1,"lifetime":1.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_gum_red"}]
+ },
+ "ash_003_ulti_reached_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":40,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1,"spawnMaxSize":1},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0,0.45,0.9],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_03"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"}]
+ },
+ "ash_003_ulti_reached_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":40,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1,"spawnMaxSize":1},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.9,0.225,0.225],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_03"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"}]
+ },
+ "ash_003_ulti_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_blue_05"},{"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"}]
+ },
+ "ash_003_ulti_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_red_05"},{"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"}]
+ },
+ "ash_003_ulti_spawn_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":7.5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":0.5,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,3],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_003_ulti_spawn_food":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":10},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.6,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_02"}
+ ]
+ },
+ "ash_003_ulti_spawn_food_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":10},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.6,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_mushroom_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_onion_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_pimento_02_roate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_003_atk_tomato_02_roate_02_red"}
+ ]
+ },
+ "ash_003_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":7.5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,2],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.7,2.7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.27,0.77,1],[0.2,0.47,1]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_atk_ground_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,3],
+ "scaleJitter":0.3,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.7,1],[0.25,0.25,1]],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0.25,0.7],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_atk_ground_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,3],
+ "scaleJitter":0.3,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.1,0.7]],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0.25,0.7],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit"}]
+ },
+ "ash_004_atk_hit_claw":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit_claw"}]
+ },
+ "ash_004_atk_hit_claw_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit_claw_red"}]
+ },
+ "ash_004_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit_red"}]
+ },
+ "ash_004_atk_hit_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_004_atk_hit_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "ash_004_atk_lev1_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris1"},{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris2"},{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris3"},{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris4"}]
+ },
+ "ash_004_atk_lev1_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.59,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash3"}
+ ]
+ },
+ "ash_004_atk_lev1_scratch_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.59,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_slash3_red"}
+ ]
+ },
+ "ash_004_atk_lev2_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris4"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_debris1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_bell"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris4"}
+ ]
+ },
+ "ash_004_atk_lev2_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev1_debris4"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_debris1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_bell_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_debris2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_debris4_red"}
+ ]
+ },
+ "ash_004_atk_lev2_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.59,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[0.25,0,0],"velocity":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash4"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash5"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash6"}
+ ]
+ },
+ "ash_004_atk_lev2_scratch_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.59,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[0.25,0,0],"velocity":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash4_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash5_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev2_slash6_red"}
+ ]
+ },
+ "ash_004_atk_lev3_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_arcade"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_car"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_taddybear"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_taddybear2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_car2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_debris2"}
+ ]
+ },
+ "ash_004_atk_lev3_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_arcade_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_car_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_taddybear_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_taddybear2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_car2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_debris2_red"}
+ ]
+ },
+ "ash_004_atk_lev3_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[0.25,0,0],"velocity":0.05}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash1"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash4"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash5"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash6"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash2"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash3"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash5"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash6"}
+ ]
+ },
+ "ash_004_atk_lev3_scratch_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[0.25,0,0],"velocity":0.05}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash4_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash5_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash6_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash5_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_004_atk_lev3_slash6_red"}
+ ]
+ },
+ "ash_004_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.7,2.7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[1,0.2,0.5]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_atk_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[0,0,1],
+ "alpha":0.5,
+ "angleJitter":60,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_004_atk_sparks_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,0,0],
+ "alpha":0.5,
+ "angleJitter":60,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "ash_004_lobby_claw":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.25,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.2,"color":[1,1,1],"alpha":1,"angle":-115,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit_claw_red"}]
+ },
+ "ash_004_lobby_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.88,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":1.15,"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_def_atk_explode_red"}]
+ },
+ "ash_004_lobby_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.89,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":1.15,"z":-0.2},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.12,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0.5,0,1],"directionJitterAngle":90,"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.37,
+ "scaleJitter":0.125,
+ "color":[0.5,0.4,1],
+ "alpha":0.5,
+ "angleJitter":60,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_violet_01"},
+ {"swf":"sc/effects_brawler.sc","name":"elecSpark_small_trail_red_01"},
+ {"swf":"sc/effects_brawler.sc","name":"elecSpark_small_trail_red_02"}
+ ]
+ },
+ "ash_004_lobby_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.95,
+ "lifetime":0.45,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,15],[0,0,-15]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0.5,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_05"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "ash_004_lobby_stars_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":2,
+ "lifetime":0.45,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,15],[0,0,-15]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,1,0.5],"directionJitterAngle":45,"velocity":5.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_05"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "ash_004_spark_blue_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,1],[0.1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0,0,1],[0,0,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_004_spark_blue_lv3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,1],[0.1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0,0],[1,0,0]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_004_ulti_reached_bag":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.7,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_ulti_projectile_reached"}]
+ },
+ "ash_004_ulti_reached_bag_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.7,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_ulti_projectile_reached_red"}]
+ },
+ "ash_004_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":7.5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.75,2.5],
+ "scaleJitter":0.3,
+ "color":[0.2,0.5,1],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_ulti_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":7.5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1.5,"maxSpeedZ":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.75,2.5],
+ "scaleJitter":0.3,
+ "color":[1,0.2,0.5],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "ash_004_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4.7447915,0.7265625,-3.1458333,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.18,0.4,1],[0.18,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "ash_004_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4.7447915,0.7265625,-3.1458333,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.1,0.4],[1,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "ash_005_atk_lv1_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.9,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.3932291,0.9921875,-1.8098958,0.61,0.5],
+ "scaleJitter":[0,-1.393,1,-1.5129375,0.08,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_03"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_01_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_02_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_03_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_04"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_04_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_05"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_06"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_05_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_06_02"}
+ ]
+ },
+ "ash_005_atk_lv1_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.9,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.3932291,0.9921875,-1.8098958,0.61,0.5],
+ "scaleJitter":[0,-1.393,1,-1.5129375,0.08,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_03_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_01_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_02_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_04_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_06_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_06_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv1_candy_05_02_red"}
+ ]
+ },
+ "ash_005_atk_lv1_exp_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":0.55},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":30},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":10},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"}]
+ },
+ "ash_005_atk_lv1_exp_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":0.55},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":30},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":10},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"confetti_red"},{"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"}]
+ },
+ "ash_005_atk_lv1_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":50},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[10,10,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.3,
+ "color":[[0.2,1,1],[0.2,0.5,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_atk_lv1_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":50},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[10,10,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.3,
+ "color":[[1,0.4,0.8],[1,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_atk_lv1hitCloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_blue"}]
+ },
+ "ash_005_atk_lv1hitCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_red"}]
+ },
+ "ash_005_atk_lv2_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.8,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.7265625,0.0052083433,1,0.3541667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.48,
+ "scaleJitter":0.23,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_01"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_01_02"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_02"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_02_02"}]
+ },
+ "ash_005_atk_lv2_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.8,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.7265625,0.0052083433,1,0.3541667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.48,
+ "scaleJitter":0.23,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_01_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_02_red"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv2_candy_02_02_red"}]
+ },
+ "ash_005_atk_lv2_exp_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":45},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":11},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"}]
+ },
+ "ash_005_atk_lv2_exp_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":45},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":11},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":"confetti_red"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"}]
+ },
+ "ash_005_atk_lv2_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[10,10,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.3,
+ "color":[[0.2,1,1],[0.2,0.5,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_atk_lv2_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[10,10,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.3,
+ "color":[[1,0.4,0.8],[1,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_atk_lv2hitCloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_blue"}]
+ },
+ "ash_005_atk_lv2hitCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_red"}]
+ },
+ "ash_005_atk_lv3_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0,1.49,0,1,0.7,1.52],
+ "scaleJitter":[0,1.49,0,1,0.128,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_01_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_02_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_03"}
+ ]
+ },
+ "ash_005_atk_lv3_candy_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.6,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1953125,0.5265625,0.3984375,0.984375,0.7,1.6],
+ "scaleJitter":[0,-1.393,1,-0.427,0.1,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_ground_01"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_ground_02"}]
+ },
+ "ash_005_atk_lv3_candy_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.6,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1953125,0.5265625,0.3984375,0.984375,0.7,1.6],
+ "scaleJitter":[0,-1.393,1,-0.427,0.1,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_ground_01_red"},{"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_ground_02_red"}]
+ },
+ "ash_005_atk_lv3_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0,1.49,0,1,0.7,1.52],
+ "scaleJitter":[0,1.49,0,1,0.128,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_01_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_lv3_candy_02_02_red"}
+ ]
+ },
+ "ash_005_atk_lv3_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_cloud_1"},{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_cloud_2"}]
+ },
+ "ash_005_atk_lv3_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_cloud_1"},{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_cloud_2"}]
+ },
+ "ash_005_atk_lv3_exp_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":45},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":11},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_7"}]
+ },
+ "ash_005_atk_lv3_exp_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":45},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":11},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":"confetti_red"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"}]
+ },
+ "ash_005_atk_lv3_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":15,"velocity":11},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02"}
+ ]
+ },
+ "ash_005_atk_lv3_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":15,"velocity":11},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02_red"}
+ ]
+ },
+ "ash_005_lobby_exp":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_hit_03"}]
+ },
+ "ash_005_lobby_exp_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.1},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.18,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0.3,0.25],"directionJitterAngle":60,"velocity":9},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.25,0.05],
+ "scaleJitter":[0.7395834,0.10677084,0.9088542,0.2604167,0.12,0.025],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_02_red"}
+ ]
+ },
+ "ash_005_lobby_exp_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.18,"spawnRate":120},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0.4,0.25],"directionJitterAngle":40,"velocity":13,"velocityJitter":4},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[16,16,16],[16,16,16]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.015,0.015],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"},
+ {"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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_red"}
+ ]
+ },
+ "ash_005_lobby_exp_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.18,"spawnRate":50},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMinSize":0.15,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0.8,0.5],"directionJitterAngle":60,"velocity":11,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.3,
+ "color":[[0.2,1,1],[0,0.2,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_lobby_slash_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.75,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1.1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_lobby_slash_01"}]
+ },
+ "ash_005_lobby_slash_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.9,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"z":1.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,1,1],"alpha":1,"angle":-5,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_lobby_slash_02"}]
+ },
+ "ash_005_lobby_slash_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.65,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":1.1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_lobby_slash_01"}]
+ },
+ "ash_005_lobby_slash_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.8,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"z":2.2},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.65,"color":[1,1,1],"alpha":1,"angle":-10,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_lobby_slash_03"}]
+ },
+ "ash_005_ulti_exp_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":25,"velocity":12},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_02"}
+ ]
+ },
+ "ash_005_ulti_exp_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":25,"velocity":12},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.75,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_02_red"}
+ ]
+ },
+ "ash_005_ulti_exp_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":15},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,9],[9,9,9]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_7"}]
+ },
+ "ash_005_ulti_exp_confetti_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":15},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.55,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_green"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_blueEnd"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_purpleEnd"}]
+ },
+ "ash_005_ulti_exp_confetti_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":15},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.55,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_red"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_orange"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_orangeEnd"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_redEnd"}]
+ },
+ "ash_005_ulti_exp_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":15},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,9],[9,9,9]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"confetti_red"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_4"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_5"}]
+ },
+ "ash_005_ulti_exp_hit_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_005_ulti_exp_hit"}]
+ },
+ "ash_005_ulti_exp_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":50},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":11,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.3,
+ "color":[[0.2,1,1],[0,0.2,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_ulti_exp_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":50},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":11,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.3,
+ "color":[[1,0.4,0.8],[1,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_ulti_spawn_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":10},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.6,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_02"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_01"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_02"}
+ ]
+ },
+ "ash_005_ulti_spawn_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":10},
+ {"__class":"Ground","bounciness":0.15,"friction":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.06770834,0.9322917,0.3072917,0.6,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_01_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_02_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_03_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_06_rotate_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"ash_005_atk_particle_08_rotate_02_red"}
+ ]
+ },
+ "ash_005_ulti_trail_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.19,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"}]
+ },
+ "ash_005_ulti_trail_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.19,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_4"},{"swf":"sc/effects_brawler.sc","name":"confetti_red"}]
+ },
+ "ash_005_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":-1.2,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.3,
+ "color":[[0.2,1,1],[0,0.2,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_005_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":-1.2,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.3,
+ "color":[[1,0.5,0.7],[0.5,0.02,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "ash_def_atk_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.55,0.45],[0.8,0.55,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.7,1],[0,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.7],[1,0.2,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,1],[0,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.8489584,0.013020843,0.3307292,0.9947917,[1,0.5,1],[0.8,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.55,0.45],[0.9,0.55,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,8],[4.5,4.5,8]]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.6,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,8],[4.5,4.5,8]]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.6,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.5,0.5],[0.3,0.5,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact"}]
+ },
+ "ash_def_atk_impact_lv2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.1,1,-0.2,1,[0,0.7,0.7],[0.1,0.1,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact_lv2"}]
+ },
+ "ash_def_atk_impact_lv2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.1,1,-0.2,1,[0,0.7,0.7],[0.1,0.1,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact_lv2_red"}]
+ },
+ "ash_def_atk_impact_lv3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact_lv3"}]
+ },
+ "ash_def_atk_impact_lv3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact_lv3_red"}]
+ },
+ "ash_def_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact_red"}]
+ },
+ "ash_def_atk_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_2"}]
+ },
+ "ash_def_atk_stone_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0],[0.3,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.07,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0],[0.6,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1.5,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.07,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0],[0.6,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1.5,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.07,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0],[0.6,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1.5,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1.3,0,0],[1.3,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,2.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.8,5.8,0],[5.8,5.8,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1.3,0,0],[1.3,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,2.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.8,5.8,0],[5.8,5.8,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1.3,0,0],[1.3,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,2.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.8,5.8,0],[5.8,5.8,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0],[0.3,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0,0],[0.3,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.07,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0],[0.6,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1.5,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.07,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0],[0.6,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1.5,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.07,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0],[0.6,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1.5,3.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,0,0],[1.4,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,3.5,5.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.8,5.8,0],[5.8,5.8,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,0,0],[1.4,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,3.5,5.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.8,5.8,0],[5.8,5.8,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,0,0],[1.4,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,3.5,5.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.8,5.8,0],[5.8,5.8,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.41145834,0.25520834,0.10416669,0.9088542,1,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3.4,3.4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.036458343,1,0.08072919,1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3.4,3.4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.036458343,1,0.08072919,1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.55],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.54]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.234375,0.020833373,0.375,1.0026042,[0,0.7,1],[0,0,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.234375,0.020833373,0.375,1.0026042,[0.8,0.1,0.3],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.3,0.2,-0.1,1,[0.5,1,1],[0,0.5,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.3,0.2,-0.1,1,[1,0,0.7],[0.7,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.075,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,75,75],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.3,0.2,-0.3,1,[1,1,0],[0.1,0.2,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,4,0,0.6,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry"}]
+ },
+ "ash_def_rage_angry_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,4,0,0.6,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry"}]
+ },
+ "ash_def_rage_steam":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,1.5,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_noStroke"}]
+ },
+ "ash_def_ulti_caution":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.73,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1800,1800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,0,8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.73,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1800,1800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,0,8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.3],[1,0.3,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_NutsBolts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-85],[0,0,-85]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,1,0,0.6,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.5755209,0.005208343,0.12760419,0.8854167,360,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_bolt"},{"swf":"sc/effects_brawler.sc","name":"ash_nut"}]
+ },
+ "ash_def_ulti_NutsBolts_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-85],[0,0,-85]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,1,0,0.6,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.5755209,0.005208343,0.12760419,0.8854167,360,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_bolt_red"},{"swf":"sc/effects_brawler.sc","name":"ash_nut_red"}]
+ },
+ "ash_def_ulti_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.125,1.109375,0.0234375,1.6796875,0,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_ulti_reached"}]
+ },
+ "ash_def_ulti_reached1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_003_atk_hit"}]
+ },
+ "ash_def_ulti_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "components":[
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.125,1.109375,0.0234375,1.6796875,0,1.8],
+ "color":[1,0.2,0.6],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_ulti_reached"}]
+ },
+ "ash_def_ulti_spawnDust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.25,1.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[1,-0.010416627,0.6041667,1.0416667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[27,27,2],[27,27,2]]},
+ {"__class":"CurlNoise","frequency":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],"strength":[1.2,0.052083343,0.4557292,2,0,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.010416657,1,0.4713542,2.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_ulti_trail_wifi"}]
+ },
+ "ash_def_ulti_wifi_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_ulti_trail_wifi_red"}]
+ },
+ "balloon_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_balloon"}]
+ },
+ "barkeep_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":70,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.55,2.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,2.45,2.45],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[30,30,0],[30,30,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.875,-1.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.875,1.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.8,3.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,6.08,6.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3.75,3.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"shard"},{"swf":"sc/effects.sc","name":"shard_2"}]
+ },
+ "barkeep_shards_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.2,3.2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3.75,3.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"shard_red"}]
+ },
+ "barkeep_smoke":{
+ "enemyVersion":"barkeep_smoke_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":70,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.35,1.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0.3000001,0.3000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.1,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":70,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,1.3500001,1.3500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.0000001,
+ "spawnRate":[0.3333331,0.3333331,0.6666671,0.6666671,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0.3000001,0.3000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.02,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.75],[0,0,0.75]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.8000001,
+ "durationJitter":-0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,15.2,15.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,22.8,22.8],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0.3000001,0.3000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.02,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,1.4000001,1.4000001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0010001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[30,30,0],[30,30,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333331,0.3333331,0.6666671,0.6666671,-1.875,-1.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.875,1.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"barkeep_splat_1"},{"swf":"sc/effects.sc","name":"barkeep_splat_2"}]
+ },
+ "barkeep_splat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.4,1.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[30,30,0],[30,30,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.875,-1.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.875,1.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,3.5,3.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[30,30,0],[30,30,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-2.5,-2.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"splat_ulti"}]
+ },
+ "barley_004_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.56,0.046],[1,0.56,0.046]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.56,0.046],[1,0.56,0.046]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.38,0],[1,0.38,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.78,0.26,0.3],[0.78,0.26,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,1,0.4244792,0.8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,1,0.10416669,0.8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7161459,0.020833343,0.3854167,0.9947917,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,1,0.10416669,0.8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7161459,0.020833343,0.3854167,0.9947917,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,0.984375,-1.505208,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.75,1],[0.2,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_005_particle_heart"}]
+ },
+ "barley_005_atk_trail_add":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,0.984375,-1.505208,0.28,0.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.75,1],[0.2,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_005_particle_heart_add"}]
+ },
+ "barley_005_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,0.984375,-1.505208,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.2],[1,0.25,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_005_particle_heart"}]
+ },
+ "barley_005_atk_trail_red_add":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,0.984375,-1.505208,0.28,0.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.35,0.3],[1,0.35,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_005_particle_heart_add"}]
+ },
+ "barley_005_ulti_remains":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,4.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,4.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,19,19],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0,0,0.4010417,1,[1,1,1],[1,0.5,1]],
+ "alpha":[0,0.8020834,0,0.98697925,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_glowRing_normal"}]
+ },
+ "barley_006_area_glow_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,19,19],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.19270834,0.6223959,0.4010417,0.9166667,[1,1,1],[1,1,1]],
+ "alpha":[0,0.7161459,0,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_glowRing_normal_red"}]
+ },
+ "barley_006_area_glow_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1},{"t":0.9,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,15,35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.19270834,0.6223959,0.4010417,0.9166667,[0,0,1],[0,0,1]],
+ "alpha":[0.13802084,0.44270834,0.4947917,0.7994792,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.75,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "barley_006_area_glow_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,19,19],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.0078125,0.8645834,0.09375,0.98697925,0,0.65],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_glowRing_ulti"}]
+ },
+ "barley_006_area_glow_4":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,19,19],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.19270834,0.6223959,0.4010417,0.9166667,[0.8,0.6,1],[0.9,0.15,0.65]],
+ "alpha":[0.0078125,0.8645834,0.09375,0.98697925,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_glowRing_ulti_red"}]
+ },
+ "barley_006_area_sideGlow_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,38,38],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "alpha":[0.0078125,0.47395837,0.2838542,0.98697925,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.75,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "barley_006_area_sideGlow_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,38,38],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0,0],[0.8,0,0]],
+ "alpha":[0.0078125,0.47395837,0.2838542,0.98697925,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.75,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "barley_006_area_sideGlow_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,38,38],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,0.8],[0,0.4,0.8]],
+ "alpha":[0.0078125,0.47395837,0.2838542,0.98697925,0,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.75,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "barley_006_area_sideGlow_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0,0,0,38,38],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0,0.2],[0.8,0,0.2]],
+ "alpha":[0.0078125,0.47395837,0.2838542,0.98697925,0,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.75,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "barley_006_atk_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0.3,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,1],[1,0.6,1]],
+ "alpha":[0,2,0.84,2,0.3,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.95,1.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_ground_impact_red"}]
+ },
+ "barley_006_atk_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.95,1.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.2,0.65],[0.85,0.2,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_ground_red"}]
+ },
+ "barley_006_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0,0.46614584,0.4244792,0.8932292,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.1,0.95,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.6],[0.1,1,0.8]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.25],[1,0.6,0.25]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.45,0.9],[0.8,0.3,1]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,0.6,0.1]],
+ "alpha":[0.1,0.95,0,1,0,0.68],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604127,1,0.2838542,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,1,0.22916669,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.9,1.9]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.4505209,0.640625,1.0104167,0.05,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.16927084,0.9036459,0.1875,1.0026042,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-200,-200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingDot_roatation"}]
+ },
+ "barley_006_ulti_area_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.9635417,-0.3880208,0.6,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7005209,0.11458334,0.9322917,0.74479175,50,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.38,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_3"}]
+ },
+ "barley_006_ulti_area_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.9635417,-0.3880208,0.6,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.9],[1,0.6,0.9]],
+ "alpha":[0,0.9114584,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7005209,0.11458334,0.9322917,0.74479175,50,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.38,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "barley_006_ulti_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8]
+ },
+ {"__class":"SpawnBurst"},
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,27,27],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.9635417,0,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84375,2,0.3,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7005209,0.11458334,0.9322917,0.74479175,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.38,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8]
+ },
+ {"__class":"SpawnBurst"},
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,27,27],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.9635417,0,0.7,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[1,0.5,0.5]],
+ "alpha":[0,2,0.84375,2,0.3,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7005209,0.11458334,0.9322917,0.74479175,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.38,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "barley_007_atk_gas_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.8,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.7,1],[0.1,0.4,0.7]],
+ "alpha":[0.2,0.9,0,1,0,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "barley_007_atk_gas_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.8,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.7],[0.7,0.1,0.4]],
+ "alpha":[0.2,0.9,0,1,0,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "barley_007_atk_ringGlow":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.4,1.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.35,1.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.028645843,0.9791667,0.4791667,[0.2,0.8,1],[0,0,0]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ringGlow"}]
+ },
+ "barley_007_atk_ripple_circular_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.0234375,1.0520834,0.17447919,1.0416667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4375,0.25520837,0.3307292,0.9557292,0.4,1.37],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9,0,0.95,0.55,[0,1,1],[0,0.55,0.75]],
+ "alpha":[0,0.65,0.15,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_007_ripple_circular_1"}]
+ },
+ "barley_007_atk_ripple_circular_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.0234375,1.0520834,0.17447919,1.0416667,2.5,2.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.3515625,0.33333337,0.4166667,1.0494792,0.65,1.37],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9,0,0.825,0.7375,[0,0.95,1],[0,0,0.2]],
+ "alpha":[0,0.65,0.15,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_007_ripple_circular_2"}]
+ },
+ "barley_007_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.48958334,0.14583334,0.2604167,0.8307292,[0.094,1,1],[0.29,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_007_atk_trail_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,4,0],[3,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_3"}]
+ },
+ "barley_007_atk_trail_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,4,0],[3,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_6"}]
+ },
+ "barley_007_atk_trail_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,4,0],[3,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_3"}]
+ },
+ "barley_007_atk_trail_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,4,0],[3,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_5"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_4"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_3"}]
+ },
+ "barley_007_shards_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604127,1,0.2838542,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_007_shards_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604127,1,0.2838542,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "barley_007_ulti_gas_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.8,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.7,1],[0.1,0.4,0.7]],
+ "alpha":[0.2,0.9,0,1,0,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "barley_007_ulti_gas_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.8,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.7],[0.7,0.1,0.4]],
+ "alpha":[0.2,0.9,0,1,0,0.05],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "barley_007_ulti_ringGlow":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.6,2.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.35,1.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.028645843,0.9791667,0.4791667,[0.2,0.8,1],[0,0,0]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ringGlow"}]
+ },
+ "barley_007_ulti_ripple_circular_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.0234375,1.0520834,0.17447919,1.0416667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4375,0.25520837,0.3307292,0.9557292,0.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9,0,0.95,0.55,[0,1,1],[0,0.55,0.75]],
+ "alpha":[0,0.65,0.15,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_007_ripple_circular_1"}]
+ },
+ "barley_007_ulti_ripple_circular_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.72,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.0234375,1.0520834,0.17447919,1.0416667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1484375,0.36458337,0.3932292,0.9401042,0.85,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9,0,0.95,0.55,[0,0.85,1],[0,0.55,0.75]],
+ "alpha":[0,0.65,0.15,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_007_ripple_circular_2"}]
+ },
+ "barley_def_atk_ground_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.95,1.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.75],[1,0.3,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_ground_impact_red"}]
+ },
+ "barley_def_atk_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.95,1.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.15,0.65],[0.6,0.15,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_ground_red"}]
+ },
+ "barley_def_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_impact"}]
+ },
+ "barley_def_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_impact_red"}]
+ },
+ "barley_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.32,0.53,1],[0.32,0.53,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.2,0.8],[0.7,0.2,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.32,0.53,1],[0.32,0.53,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.2,0.8],[0.7,0.2,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_shards_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,1,0.22916669,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17,17],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,1,0.22916669,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_impact"}]
+ },
+ "barley_def_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_impact_red"}]
+ },
+ "barley_def_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "barrel_explo_debris1_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_1d_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2d_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3d_candystand"}
+ ]
+ },
+ "barrel_explo_debris1_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_1"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_2"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_1_metal"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_1"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_2"}
+ ]
+ },
+ "barrel_explo_debris2_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_1d_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2d_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3d_candystand"}
+ ]
+ },
+ "barrel_explo_debris2_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":19,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_1"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_2"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_1_metal"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_1"},
+ {"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_2"}
+ ]
+ },
+ "barrel_hit_debris1_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3c_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_1d_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2d_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3d_candystand"}
+ ]
+ },
+ "barrel_hit_debris1_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_1"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_1"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_2"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_2"}]
+ },
+ "bat_trail_emitter":{
+ "enemyVersion":"bat_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.225],
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":50,"spawnRateJitter":0.25},
+ {"__class":"Deceleration"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.125,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":0.04,"maxSpeedXY":0.12,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"bat_flight_01"},{"swf":"sc/effects.sc","name":"bat_flight_02"}]
+ },
+ "bat_trail_emitter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.225],[0,0,0.225]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.24,0.24],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"bat_flight_01_red"},{"swf":"sc/effects.sc","name":"bat_flight_02_red"}]
+ },
+ "bb_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_atk2_projectile_red"}]
+ },
+ "bb_trail_fire_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":30},{"__class":"SpawnCone","direction":[1,0,0],"velocity":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,1],
+ "scaleJitter":0.5,
+ "color":[[0.75,0.25,0],[0.5,0.1,0]],
+ "alpha":0.3,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "bb_trail_fire_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":5},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bb_trail_fire_sparks_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.85,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":360,"velocity":3,"velocityJitter":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5364584,0.40364584,0.5260417,0.5260417,0.5,0.2],
+ "scaleJitter":0.1,
+ "color":[[1,0.5,0],[0.75,0.25,0]],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeedJitter":[60,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bb_trail_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[[1,0.75,0],[1,0.25,0]],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "bb_trail_high_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1.0000004,
+ "spawnPointOffset":{},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,18,18],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minAngle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxAngle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000004,
+ "scale":[0.7708334,-0.002604157,0.7057292,0.2838542,7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333334,0.3333334,0.6666674,0.6666674,[1.0000004,1.0000004,1.0000004],[1.0000004,1.0000004,1.0000004]],
+ "alpha":[0.3333334,0.3333334,0.6666674,0.6666674,0.07,0.07],
+ "angle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "angleJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeed":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeedJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "tailLengthJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_blue"}]
+ },
+ "bb_trail_small_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1.0000004,
+ "spawnPointOffset":{},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,18,18],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minAngle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxAngle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000004,
+ "scale":[0.7708334,-0.002604157,0.7057292,0.2838542,1,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333334,0.3333334,0.6666674,0.6666674,[1.0000004,1.0000004,1.0000004],[1.0000004,1.0000004,1.0000004]],
+ "alpha":[0.3333334,0.3333334,0.6666674,0.6666674,1.0000004,1.0000004],
+ "angle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "angleJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeed":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeedJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "tailLengthJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_blue"}]
+ },
+ "bb_trail_ulti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,0.5500004,0.5500004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.4500004,0.4500004],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000842,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_yellow"}]
+ },
+ "bb_trail_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":150,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,-3.2135415,1,-2.8645833,2.5,1.5],
+ "scaleJitter":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,60],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":150,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,-3.2135415,1,-2.8645833,2.5,1.5],
+ "scaleJitter":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,60],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":10,
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.08,"c":1}]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,2.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.24,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.08,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_hit_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_reached_bell":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6,0,-0.1,1,1400,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cat_bell"}]
+ },
+ "bea_003_atk_reached_bell_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6,0,-0.1,1,1400,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cat_bell_red"}]
+ },
+ "bea_003_atk_reached_cat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.12,0.16],[0.4,0.12,0.16]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw_ground"}]
+ },
+ "bea_003_trail_paw_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "bea_003_trail_paw_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.25],[1,0.3,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "bea_003_trail_paw_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.75,0.65],[0,0.75,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "bea_003_trail_paw_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.2,0.9],[0.8,0.2,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "bea_004_atk2_hit_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4},{"t":0.05,"c":4},{"t":0.1,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.2,0.6],
+ "spawnMaxSize":[0.2,0.6],
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1,
+ "maxSpeedXY":1.5,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,0.8],
+ "scaleJitter":0.2,
+ "color":[1,0.8,0.1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "bea_004_atk2_hit_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.05,"c":1},{"t":0.1,"c":1}]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.24,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.05,"c":1},{"t":0.1,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.4,
+ "scaleJitter":0.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_hit_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":10,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ }
+ },
+ "bea_004_atk_hit_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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_reached_cat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.12,0.16],[0.4,0.12,0.16]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw_ground_gold"}]
+ },
+ "bea_004_trail_paw":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.2],[1,0.8,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "bea_005_atk_hit_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[0.7,1,1],[0,0.5,1]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "bea_005_atk_hit_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,0.6,0.6],[0.5,0.1,0.5]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "bea_005_atk_hit_glow_strong":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.12,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "scaleJitter":2,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[0.7,1,1],[0,0.5,1]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "bea_005_atk_hit_glow_strong_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.12,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "scaleJitter":2,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,0.6,0.7],[1,0.1,0.5]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "bea_005_atk_hit_impact_black":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.18,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.8,0.3],
+ "scaleJitter":0.4,
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.24,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.36,
+ "scaleJitter":0.2,
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.15,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[0.3,0.8,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.12,
+ "lifetimeJitter":0.03,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[0.3,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.18,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.8,0.3],
+ "scaleJitter":0.4,
+ "color":[0.7,0.7,0.7],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.15,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[1,0.4,0.6],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.12,
+ "lifetimeJitter":0.03,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.95,-0.1,0.8697917,0.010416687,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_diamond_2"}]
+ },
+ "bea_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit"}]
+ },
+ "bea_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit_red"}]
+ },
+ "bea_def_atk_hitEnv_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":9,
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[60,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit_cloud"}]
+ },
+ "bea_def_atk_hitEnv_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":9,
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[60,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit_cloud_red"}]
+ },
+ "bea_def_atk_hitEnv_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"durationJitter":0.05,"spawnRate":10,"spawnRateJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"durationJitter":0.05,"spawnRate":10,"spawnRateJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnPlanar","minAngle":-25,"maxAngle":240,"minSpeedXY":-7,"maxSpeedXY":7},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":6,
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_blue_simple"}]
+ },
+ "bea_def_atk_hitEnv_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnPlanar","minAngle":-25,"maxAngle":240,"minSpeedXY":-7,"maxSpeedXY":7},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":6,
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":15,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_red_simple"}]
+ },
+ "bea_def_atk_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,25],[15,15,25]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-8,-8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,25],[15,15,25]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-8,-8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_shoot"}]
+ },
+ "bea_def_atk_shoot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_shoot_red"}]
+ },
+ "bea_def_bee_charged":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.13020834,-2.4166665,0.8229167,-1.3177083,7,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.7,1],[0,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.13020834,-2.4166665,0.8229167,-1.3177083,7,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0.2,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.7708334,0.09114584,0.2682292,0.9947917,640,100],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,640,100],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,-3.2135415,1,-2.8645833,2.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,-3.2135415,1,-2.8645833,2.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.4,1],[0.7,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.4],[1,0.25,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "bea_def_ulti_hitCloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_beeExp"}]
+ },
+ "bea_def_ulti_hitCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_beeExp_red"}]
+ },
+ "bea_def_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.01,-1.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.01,1.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.125,-3.205729,1,-1.4348958,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.25,1],[0.3,0.25,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.01,-1.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.01,1.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.125,-3.205729,1,-1.4348958,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.4],[1,0.25,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.13,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427084,0.8723959,0,0.9479167,0.25,0.45],
+ "color":[0.7953125,-0.002604157,0.1,0.9088542,[1,1,0.8],[1,0.7,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_impact_01"}]
+ },
+ "belle_002_atk_hit_impact_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.13,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427084,0.8723959,0,0.9479167,0.25,0.45],
+ "color":[0.7953125,-0.002604157,0.1,0.9088542,[1,0.9,0.5],[1,0.5,0.25]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_impact_01"}]
+ },
+ "belle_002_atk_hit_impact_2":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "belle_002_atk_hit_impact_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "belle_002_atk_hit_wave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.75,0.1,0.7,1,1.8],
+ "scaleJitter":0.6,
+ "color":[0.39583337,0.059895843,0.24479169,0.8697917,[0.35,0.85,1],[0.3,0.5,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":80,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "belle_002_atk_hit_wave_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.75,0.1,0.7,1,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.39583337,0.059895843,0.24479169,0.8697917,[1,0.65,0.85],[0.8,0.25,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "belle_002_atk_trail_noise":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.6,-1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7317709,0.013020873,0.5416667,0.7526042,0.18,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.3,0.5,1]],
+ "alpha":[0.3,1,0.1,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.08333334,0.24479169,0.8463542,120,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_noise_1"}]
+ },
+ "belle_002_atk_trail_noise_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,48,48],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.6,-1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7317709,0.013020873,0.5416667,0.7526042,0.18,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.35,0.85],[0.45,0.32,0.8]],
+ "alpha":[0.3,1,0.1,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.08333334,0.24479169,0.8463542,120,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_noise_1"}]
+ },
+ "belle_002_atk_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.5],[0.2,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":30,"velocity":-2,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.4,
+ "color":[1,0.4,0.6],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":12},{"__class":"Ground"},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":0.45,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":3,"velocityJitter":2},
+ {"__class":"Ground","bounciness":0.4,"friction":0.55},
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":16}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.1,0.02],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"}]
+ },
+ "belle_002_ulti_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0.5],[-1,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "belle_003_atk2_trail_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.16,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":20},
+ {"__class":"Ground"},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2,"velocityJitter":-2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.24,
+ "scaleJitter":0.06,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_atk_hit_slash"},{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash_lv3_red"}]
+ },
+ "belle_003_atk2_trail_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.16,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":20},
+ {"__class":"Ground"},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2,"velocityJitter":-2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.24,
+ "scaleJitter":0.06,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_atk_hit_slash_red"},{"swf":"sc/effects_brawler.sc","name":"ash_002_atk_slash_lv3_red"}]
+ },
+ "belle_003_atk_drop_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0.3],"directionJitterAngle":130,"velocity":1,"velocityJitter":0.5},
+ {"__class":"Ground","bounciness":0.56,"friction":0.55},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.35,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_003_gunshot_particle2"},{"swf":"sc/effects_brawler.sc","name":"belle_003_gunshot_particle"}]
+ },
+ "belle_003_atk_drop_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0.3],"directionJitterAngle":130,"velocity":1,"velocityJitter":0.5},
+ {"__class":"Ground","bounciness":0.56,"friction":0.55},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.35,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_003_gunshot_particle_red"},{"swf":"sc/effects_brawler.sc","name":"belle_003_gunshot_particle2_red"}]
+ },
+ "belle_003_atk_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":4,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[0.7083334,0.27083337,0.3151042,0.6510417,[0.3,1,1],[0,0.1,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "belle_003_atk_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1.5,1.7],
+ "scaleJitter":0.6,
+ "color":[0.9109375,0.0625,0.7,1,[0.7,0.2,0.6],[0.8,0.2,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "belle_003_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[0,1,1],[0,0,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "belle_003_atk_gunsmoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[1,0.2,0.4],[0.5,0.2,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "belle_003_atk_hit_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4},{"t":0.05,"c":4},{"t":0.1,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.2,0.6],
+ "spawnMaxSize":[0.2,0.6],
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1,
+ "maxSpeedXY":2,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,0.8],
+ "scaleJitter":0.2,
+ "color":[[0,1,1],[0.1,0,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "belle_003_atk_hit_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4},{"t":0.05,"c":4},{"t":0.1,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.2,0.6],
+ "spawnMaxSize":[0.2,0.6],
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1,
+ "maxSpeedXY":2,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,0.8],
+ "scaleJitter":0.2,
+ "color":[[1,0.4,0.4],[0.2,0.05,0.4]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_003_twinkle_particle"}]
+ },
+ "belle_003_atk_hit_wave2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.75,0.1,0.7,0.8,1],
+ "scaleJitter":0.2,
+ "color":[0.39583337,0.059895843,0.24479169,0.8697917,[0.1,1,1],[0.3,0.3,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":80,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "belle_003_atk_hit_wave2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.75,0.1,0.7,0.8,1.2],
+ "scaleJitter":0.2,
+ "color":[0.39583337,0.059895843,0.24479169,0.8697917,[1,0.65,0.85],[0.8,0.25,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":80,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "belle_003_atk_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-15,
+ "maxAngle":15,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.4,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue2"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue3"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue4"}]
+ },
+ "belle_003_atk_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-15,
+ "maxAngle":15,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.4,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_red1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_7"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_7"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_10"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_red4"}
+ ]
+ },
+ "belle_003_atk_leaves":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":1,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":240,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":1,"minAngle":-10,"maxAngle":10,"minSpeedXY":1,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-1.7291666,0.90625,-0.63020825,0.45,0.25],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "belle_003_atk_leaves_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":1,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":240,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":1,"minAngle":-10,"maxAngle":10,"minSpeedXY":1,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-1.7291666,0.90625,-0.63020825,0.45,0.25],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R_red"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_shrink_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_red"}]
+ },
+ "belle_003_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":200,"maxAngle":160,"minSpeedXY":1.5,"maxSpeedXY":2.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.7057291,0.7994792,-0.4661458,0.4,0.15],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-360,
+ "angleJitter":360,
+ "rotationSpeed":[0.5208334,0.10677087,0.10416669,0.92447925,450,100],
+ "rotationSpeedJitter":200,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue2"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_2"}
+ ]
+ },
+ "belle_003_atk_trail_noise":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":60},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnPlanar","minSpeedXY":-5,"maxSpeedXY":-6}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7317709,0.013020873,0.5416667,0.7526042,0.18,0.4],
+ "scaleJitter":0.06,
+ "color":[[0.4,0.8,1],[0.2,0.3,1]],
+ "alpha":[0.3,1,0.1,1,0,0.75],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.08333334,0.24479169,0.8463542,120,30],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_noise_1"}]
+ },
+ "belle_003_atk_trail_noise_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":60},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnPlanar","minSpeedXY":-5,"maxSpeedXY":-6}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7317709,0.013020873,0.5416667,0.7526042,0.18,0.4],
+ "scaleJitter":0.06,
+ "color":[[1,0.5,1],[0.8,0.35,1]],
+ "alpha":[0.3,1,0.1,1,0,0.6],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.08333334,0.24479169,0.8463542,120,30],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_noise_1"}]
+ },
+ "belle_003_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":200,"maxAngle":170,"minSpeedXY":1.5,"maxSpeedXY":2.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.7057291,0.7994792,-0.4661458,0.4,0.15],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-360,
+ "angleJitter":360,
+ "rotationSpeed":[0.5208334,0.10677087,0.10416669,0.92447925,450,100],
+ "rotationSpeedJitter":200,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_red1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_red4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_7"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_8"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_9"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_petal_loop_10"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_leaf_red2"}
+ ]
+ },
+ "belle_003_leaf_lobby":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":1,
+ "lifetime":3.3,
+ "lifetimeJitter":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnRate","duration":1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_leafs_lobby"}]
+ },
+ "belle_003_leaf_lobby1_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":2,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]},
+ {"__class":"CurlNoise","frequency":0.5,"strength":2}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[[1,0,0],[0,0,1]],
+ "alpha":[1,1],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_red"}]
+ },
+ "belle_003_leaf_lobby2_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":9,
+ "emitterDelay":1.8,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"Deceleration","deceleration":[15,15,15]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":9}]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"minSpeedXY":-5,"maxSpeedXY":5,"minSpeedZ":-5,"maxSpeedZ":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.4,0.1],
+ "scaleJitter":0.08,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_red"}]
+ },
+ "belle_003_leaf_lobby3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":9,
+ "emitterDelay":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-15,
+ "maxAngle":15,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.2,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sakura_red_leaf_1"},{"swf":"sc/effects_brawler.sc","name":"belle_003_lobby_leaf"},{"swf":"sc/effects_brawler.sc","name":"sakura_red_leaf_2"}]
+ },
+ "belle_003_leaf_lobby4":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":9,
+ "emitterDelay":3.7,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-15,
+ "maxAngle":15,
+ "minSpeedXY":3,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.2,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stone_island_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stone_island_3"}]
+ },
+ "belle_003_leaf_lobby5":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":3.7,
+ "lifetime":0.6,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":0.5,"z":1.3},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnRate","duration":1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.08,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_flower_out_lobby"}]
+ },
+ "belle_003_tree_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":0.7},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.3,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.05,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_003_line_normal"},{"swf":"sc/effects_brawler.sc","name":"belle_003_line_normal2"}]
+ },
+ "belle_003_tree_line_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.17,
+ "lifetime":0.37,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":-150,"maxAngle":-400,"minSpeedXY":-2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.25,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270837,0.21614584,0.3307292,0.94791675,400,200],
+ "orientToDirection":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "belle_003_tree_line_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.17,
+ "lifetime":0.37,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":-150,"maxAngle":-400,"minSpeedXY":-2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.25,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270837,0.21614584,0.3307292,0.94791675,400,200],
+ "orientToDirection":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R_red"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_shrink_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_red"}]
+ },
+ "belle_003_tree_line_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":0.7},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.3,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.05,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_003_line_normal_red"},{"swf":"sc/effects_brawler.sc","name":"belle_003_line_normal2_red"}]
+ },
+ "belle_003_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":-1.2,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.3,
+ "color":[[0.2,1,1],[0,0.2,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "belle_003_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":-1.2,"velocityJitter":0.6},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.3,
+ "color":[[1,0.5,0.7],[0.5,0.02,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "belle_004_atk2_dot_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.52},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.88,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":-360,
+ "rotationSpeed":[0.45833334,0.06770834,0.8385417,0.5885417,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_line_liquid"}]
+ },
+ "belle_004_atk2_dot_liquid_back":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.52},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2,"spawnRate":3},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.88,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "angleJitter":-360,
+ "rotationSpeed":[0.45833334,0.06770834,0.8385417,0.5885417,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_line_liquid"}]
+ },
+ "belle_004_atk2_dot_liquid_back_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.52},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2,"spawnRate":3},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.88,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "angleJitter":-360,
+ "rotationSpeed":[0.45833334,0.06770834,0.8385417,0.5885417,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_line_liquid_red"}]
+ },
+ "belle_004_atk2_dot_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.52},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.88,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":-360,
+ "rotationSpeed":[0.45833334,0.06770834,0.8385417,0.5885417,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_line_liquid_red"}]
+ },
+ "belle_004_atk2_trail_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_line_liquid"}]
+ },
+ "belle_004_atk2_trail_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_line_liquid_red"}]
+ },
+ "belle_004_atk_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,350,350],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.9296875,-0.018229157,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_hit_particle_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_hit_particle_02"}]
+ },
+ "belle_004_atk_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,350,350],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.9296875,-0.018229157,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_hit_particle_01_red"},{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_hit_particle_02_red"}]
+ },
+ "belle_004_atk_hit_liquid_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[[0.95,1,0.5],[0.5,1,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "belle_004_atk_hit_liquid_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[[1,1,0.2],[1,0.6,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "belle_004_atk_reached_clam":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_end_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_end_02"}]
+ },
+ "belle_004_atk_reached_clam_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_end_01_red"},{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_end_02_red"}]
+ },
+ "belle_004_atk_reached_liquid_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{"globalScale":1,"scale":1,"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_02"}]
+ },
+ "belle_004_atk_reached_liquid_spark_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{"globalScale":1,"scale":1,"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_01_red"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_02_red"}]
+ },
+ "belle_004_atk_reached_liquid_spark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.125,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":2.5,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08"}
+ ]
+ },
+ "belle_004_atk_reached_liquid_spark_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.125,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":2.5,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08_red"}
+ ]
+ },
+ "belle_004_atk_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_shock"}]
+ },
+ "belle_004_atk_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_atk_shock_red"}]
+ },
+ "belle_004_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.7,1],[0.3,0.5,1]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "belle_004_atk_trail_gas_backup":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[0.3,0.6,0.2]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "belle_004_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[1,0.3,0.5]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "belle_004_atk_trail_gas_red_backup":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,0.6,0.2]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "belle_004_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[0.5,1,0.2],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_02"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_03"}]
+ },
+ "belle_004_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[1,0.7,0.2],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_02"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_03"}]
+ },
+ "belle_004_atk_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-10],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-1.0572916,1,0.3776042,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[0.5,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "belle_004_atk_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-10],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-1.0572916,1,0.3776042,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,0.6,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "belle_004_ulti_hit_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.46614584,0.3697917,0.98697925,0.35,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_hit_liquid"}]
+ },
+ "belle_004_ulti_hit_liquid_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[[0.5,1,1],[0.2,0.4,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "belle_004_ulti_hit_liquid_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[[1,0.7,0.7],[0.9,0.5,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "belle_004_ulti_hit_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.46614584,0.3697917,0.98697925,0.35,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_hit_liquid_red"}]
+ },
+ "belle_004_ulti_reached_jelly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_jelly_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_jelly_02"}]
+ },
+ "belle_004_ulti_reached_jelly_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_jelly_01_red"},{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_jelly_02_red"}]
+ },
+ "belle_004_ulti_reached_liquid_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{"globalScale":1,"scale":1,"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_liquid_spark_02"}]
+ },
+ "belle_004_ulti_reached_liquid_spark_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{"globalScale":1,"scale":1,"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_liquid_spark_01_red"},{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_reached_liquid_spark_02_red"}]
+ },
+ "belle_004_ulti_reached_liquid_spark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_01"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_02"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_03"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_04"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_05"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_06"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_07"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_08"}
+ ]
+ },
+ "belle_004_ulti_reached_liquid_spark_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_06_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_07_red"},
+ {"swf":"sc/effects_brawler.sc","name":"belle_004_atk_liquid_spark_08_red"}
+ ]
+ },
+ "belle_004_ulti_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_shock"}]
+ },
+ "belle_004_ulti_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_ulti_shock_red"}]
+ },
+ "belle_004_ulti_shocked":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.8,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "belle_004_ulti_shocked_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.6,-0.6],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "belle_004_ulti_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.45,0.9,1],[0.2,0.65,1]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "belle_004_ulti_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.6],[0.9,0.4,0.4]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "belle_004_ulti_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":12},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[0.2,0.65,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_02"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_03"}]
+ },
+ "belle_004_ulti_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":12},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[0.9,0.4,0.4],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_01"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_02"},{"swf":"sc/effects_brawler.sc","name":"belle_004_dropping_liquid_ground_03"}]
+ },
+ "belle_004_ulti_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-10],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-1.0572916,1,0.3776042,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.45,0.98,1],[0.2,0.65,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "belle_004_ulti_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-10],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-1.0572916,1,0.3776042,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.6],[0.9,0.4,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "belle_004_ulti_trail_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_1"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_2"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_3"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_4"}]
+ },
+ "belle_def_atk2_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-1.6,-1.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,1.4,0],[1.4,1.4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.5651042,0.99479175,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-1.6,-1.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,1.4,0],[1.4,1.4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.5651042,0.99479175,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.06,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.06,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[1,0,0.3]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop"}]
+ },
+ "belle_def_atk_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[1,0,0.3]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_red"}]
+ },
+ "belle_def_atk_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.1,0.8776042,0.6822917,0.32,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.1,0.8776042,0.6822917,0.32,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0.5],[-1,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop"}]
+ },
+ "belle_def_ulti_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0.5],[-1,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_red"}]
+ },
+ "bench_explo_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":180,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,4.8,4.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-0.15],[0,0,-0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8.333333,8.333333],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.208333,0.208333]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.15,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":5.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dust_particle1"}]
+ },
+ "bgr_test_trail_spark_emitter":{
+ "enemyVersion":"rocket_trail_spark_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3.75,3.75]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.33,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_dot"}]
+ },
+ "bibi_002_ulti_blinks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.62,0.62],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.62,0.62],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cyberPixel"}]
+ },
+ "bibi_002_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cyberPixel"}]
+ },
+ "bibi_003_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-210,-210],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_atk"}]
+ },
+ "bibi_003_atk_bones":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.45,1.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,1,1],[0.7,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.6,0.2,-0.15,0.85,-120,0],
+ "rotationSpeedJitter":[0.5130209,-0.002604157,0.2916667,0.9557292,20,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.45,1.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.9],[1,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.6,0.2,-0.15,0.85,-120,0],
+ "rotationSpeedJitter":[0.5130209,-0.002604157,0.2916667,0.9557292,20,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.35,0.9,-0.2,1.0026042,[0.301,0.5,1],[0.301,0.207,0.27]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-170,-170],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_atk_ground"}]
+ },
+ "bibi_003_atk_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.35,0.9,-0.2,1.0026042,[1,0.35,0.5],[0.301,0.207,0.27]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-170,-170],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_atk_ground"}]
+ },
+ "bibi_003_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-210,-210],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_atk_red"}]
+ },
+ "bibi_003_ulti_hitEnv_bones":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.75,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.85,0.2,-0.3,0.9,1200,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.75,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.7,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.85,0.2,-0.3,0.9,1200,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_ulti_hit_cloud"}]
+ },
+ "bibi_003_ulti_hitEnv_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_ulti_hit_cloud_red"}]
+ },
+ "bibi_003_ulti_trail_above":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,-1.6,0.8,-0.95,0.6,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "bibi_003_ulti_trail_above_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,-1.6,0.8,-0.95,0.6,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.3,0.6],[0.9,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "bibi_003_ulti_trail_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,-1.6,0.8,-0.95,0.9,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.129,0.592,0.917],[0.129,0.592,0.917]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "bibi_003_ulti_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,-1.6,0.8,-0.95,0.9,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.84,0.25,0.5],[0.84,0.25,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "bibi_003_ulti_trail_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.6770834,0.12239584,0.8463542,0.5104167,[0.3,0.95,1],[0.1,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,40,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.6770834,0.12239584,0.8463542,0.5104167,[1,0.5,0.65],[0.5,0.25,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,40,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"skull_ani_1"},{"swf":"sc/effects_brawler.sc","name":"skull_ani_2"}]
+ },
+ "bibi_004_atk_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45052087,0.35677084,0.10416669,0.9947917,0.24,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.6223959,0.07552084,0.2916667,0.9791667,[1,0.85,0.2],[0.55,0.35,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "rotationSpeed":[0.5286459,0.13020834,0.08854169,0.97916675,-120,-2],
+ "rotationSpeedJitter":[0.48177084,0.13020834,0.08072919,0.9713542,80,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45052087,0.35677084,0.10416669,0.9947917,0.24,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.6223959,0.07552084,0.2916667,0.9791667,[1,0.65,0.35],[0.8,0.25,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "rotationSpeed":[0.5286459,0.13020834,0.08854169,0.97916675,-120,-2],
+ "rotationSpeedJitter":[0.48177084,0.13020834,0.08072919,0.9713542,80,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.41927087,0.2682292,0.9322917,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[1,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.5520834,0.31770834,0.2604167,0.9713542,-80,-25],
+ "rotationSpeedJitter":[0.42708334,0.25520834,0.22916669,0.9557292,80,5],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.41927087,0.2682292,0.9322917,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.45],[1,0.5,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.5520834,0.31770834,0.2604167,0.9713542,-80,-25],
+ "rotationSpeedJitter":[0.42708334,0.25520834,0.22916669,0.9557292,80,5],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atkHit_twinkle_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.7,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.6,1],[0.2,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.7,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[1,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.7,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.45],[1,0.4,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_1"},{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_2"}]
+ },
+ "bibi_005_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-255,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_swing"}]
+ },
+ "bibi_005_atk_emotion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"z":2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-255,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_emotion"}]
+ },
+ "bibi_005_atk_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar","spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-170,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_ground"}]
+ },
+ "bibi_005_atk_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar","spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-170,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_ground_red"}]
+ },
+ "bibi_005_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_hit"}]
+ },
+ "bibi_005_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_hit_red"}]
+ },
+ "bibi_005_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-255,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_swing_red"}]
+ },
+ "bibi_005_atk_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,30],[0,0,-30]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":12,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[9,9,9]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_01"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_02"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "bibi_005_atk_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,30],[0,0,-30]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":12,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[9,9,9]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_05"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"}]
+ },
+ "bibi_005_atk_wool":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":7,"spawnRateJitter":7},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":40,"maxAngle":-80,"minSpeedXY":3,"maxSpeedXY":3.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.16145834,0.5520834,0.07291669,0.8072917,[1,1,1],[3.3,3.3,3.3]]},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_01"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_02"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_03"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_04"}]
+ },
+ "bibi_005_atk_wool_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":7,"spawnRateJitter":7},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":40,"maxAngle":-80,"minSpeedXY":3,"maxSpeedXY":3.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.16145834,0.5520834,0.07291669,0.8072917,[1,1,1],[3.3,3.3,3.3]]},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_01_red"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_02_red"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_03_red"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_wool_04_red"}]
+ },
+ "bibi_005_lobby_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.575,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":0.5,"z":0.15},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,0.7083334,0.5104167,0.8463542,0.025,0.09],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ruffs_004_lobby_impact"}]
+ },
+ "bibi_005_lobby_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":1.575,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1,"velocityJitter":0.15},
+ {"__class":"Deceleration","deceleration":[1.25,1.25,1.25]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.13020834,0.8307292,0.18229169,0.2,0.05],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.24739584,0.47395834,0.16666669,0.8385417,720,60],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_004_lobby_star"}]
+ },
+ "bibi_005_ulti_hit_reached_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,15],[0,0,-15]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180,"velocity":6,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[9,9,9]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_01"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_02"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "bibi_005_ulti_hit_reached_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,15],[0,0,-15]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180,"velocity":6,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[9,9,9]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_05"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "bibi_005_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":25},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedXY":2,"maxSpeedXY":3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,2.5,2],
+ "scaleJitter":0.7,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.3,1],[0,0.6,1]],
+ "alpha":0.5,
+ "angle":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "bibi_005_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":25},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedXY":2,"maxSpeedXY":3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,2.5,2],
+ "scaleJitter":0.7,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,1],[1,0,0]],
+ "alpha":0.5,
+ "angle":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "bibi_005_ulti_trail_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":7.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_01"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "bibi_005_ulti_trail_sparks_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":7.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_05"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}
+ ]
+ },
+ "bibi_005_ulti_trail_sparks_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.2],
+ "scaleJitter":0.05,
+ "color":[0.24739584,0.8723959,0,0.9869792,[1,1,1],[0,0.6,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":30,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_trail_sparks"}]
+ },
+ "bibi_005_ulti_trail_sparks_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.2],
+ "scaleJitter":0.05,
+ "color":[0.24739584,0.8723959,0,0.9869792,[1,1,1],[0,0.6,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":30,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_trail_sparks_red"}]
+ },
+ "bibi_005_ulti_trail_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":20,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","duration":3.5,"spawnRate":8}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[0,0.5,1],
+ "alpha":[0.15625,0.9505209,0,1.0104167,0,0.5],
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_05"}
+ ]
+ },
+ "bibi_005_ulti_trail_speedline_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":20,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","duration":3.5,"spawnRate":8}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,0.5,0.5],
+ "alpha":[0.15625,0.9505209,0,1.0104167,0,0.5],
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_05"}
+ ]
+ },
+ "bibi_def_atk_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,135,135],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,1,0.041666687,0.45,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9348959,0.020833343,0.4244792,0.9947917,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_gadget_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":6,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_gadget_sticky_hit"}]
+ },
+ "bibi_def_ulti_hitChar":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-2.158854,0.984375,-0.2630208,0.7,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-2.158854,0.984375,-0.2630208,0.7,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.17,0.55,1],[0.17,0.55,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_ulti_hitGround_1"}]
+ },
+ "bibi_def_ulti_hitGround_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.32,0.75],[1,0.32,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_ulti_hitGround_1"}]
+ },
+ "bibi_def_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-16],[0,0,-16]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.7,-0.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-2.158854,0.984375,-0.2630208,0.7,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-16],[0,0,-16]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.7,-0.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,-0.9244791,0.9921875,-0.10677081,0.7,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.075,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[10,10,0],[10,10,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dust_particle1"}]
+ },
+ "big_explosion_lines_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.033,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_explosion_lines1"}]
+ },
+ "big_explosion_streaks_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_explosion_s1"}]
+ },
+ "big_Hot_dust_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.33],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hot_dust_particle"}]
+ },
+ "biodome_barrel_burst":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_slime_droplet"}]
+ },
+ "biodome_barrel_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.004,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":350,
+ "rotationSpeedJitter":39,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "biodome_barrel_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.005,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":500,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "biodome_barrel_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_green_02"},{"swf":"sc/effects.sc","name":"metal_shard_green_03"}]
+ },
+ "biodome_barrel_hit_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":8,
+ "maxSpeedZ":9,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_slime_droplet"}]
+ },
+ "biodome_barrel_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_slime_droplet"}]
+ },
+ "biodome_bea_bees":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.5,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnVelocityComponent","velocity":[-2,-3,4],"velocityJitter":[[2,2,2],[3,3,3]]},
+ {"__class":"CurlNoise","frequency":4,"strength":30}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.75],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_bea_bee"}]
+ },
+ "biodome_bubbles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":5,
+ "lifetimeJitter":3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"durationJitter":100,"spawnRate":0.1,"spawnRateJitter":0.05},{"__class":"SpawnPlanar"}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_water_bubble_purple"}]
+ },
+ "biodome_fragile_explo_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001000642,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "biodome_fragile_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "biodome_fragile_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_honey"}]
+ },
+ "biodome_leaf_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[30,30,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.625,
+ "spawnMaxSize":0.625,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":8.000001,
+ "minSpeedZ":0.3,
+ "maxSpeedZ":0.6,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":200,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_tree_leaf_3"}]
+ },
+ "biodome_leaf_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":2.55},
+ "gravity":[0,0,-3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[30,30,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":8.000001,
+ "minSpeedZ":0.3,
+ "maxSpeedZ":0.6,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[1.2,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":200,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_tree_leaf_3"}]
+ },
+ "biodome_rope_fence_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.005,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":180,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"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_green_02"}]
+ },
+ "black_hole_projectile_afterexplosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.75,1.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "mass":1.0000004,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1666674,0.1666674]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,3.125,3.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.075,-0.075],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"sparkle_dark"}]
+ },
+ "black_hole_projectile_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.075,-0.075],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"sparkle_dark"}]
+ },
+ "blob_fx_particles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,7.692307,7.692307],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.115385,0.115385]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[45,45,0],[45,45,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,265,265],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,280,280],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.2,3.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4.8,4.8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_turbulence_dot_yellow"},{"swf":"sc/effects.sc","name":"gen_turbulence_dot2_yellow"}]
+ },
+ "blocking2_explo_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "blocking2_explo_debris2_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "blocking2_hit_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_blue_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "blue_barrel_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105],[0,0,-105]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[50,50,50],[50,50,50]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,15.96,15.96],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.7500001,0.7500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.2500001,0.2500001],
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0010001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333331,0.3333331,0.6666671,0.6666671,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":0.1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_particle_red1"},{"swf":"sc/effects_brawler.sc","name":"mecha_particle_red2"}]
+ },
+ "bo_002_ulti_sparks2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_particle_red3"},{"swf":"sc/effects_brawler.sc","name":"mecha_particle_red4"}]
+ },
+ "bo_003_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_atk_flash"}]
+ },
+ "bo_003_atk_shootSpark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.28,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,20,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.48177084,0.16927087,0.4635417,0.96354175,0.1,0.8],
+ "spawnMaxSize":[0.5052084,0.15364587,0.5260417,0.9791667,0.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.28,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,20,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.48177084,0.16927087,0.4635417,0.96354175,0.1,0.8],
+ "spawnMaxSize":[0.5052084,0.15364587,0.5260417,0.9791667,0.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.941,0.941,0.243],[0.941,0.941,0.243]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.941,0.75,0.08],[0.941,0.75,0.08]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.48958337,-0.7682291,0.9713542,-0.10677081,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.6927084,0.013020843,0.2604167,0.9791667,[1,1,0.2],[0.1,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "bo_003_atk_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.48958337,-0.7682291,0.9713542,-0.10677081,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.5911459,0.005208343,0.3619792,0.9791667,[1,0.9,0.4],[1,0.25,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "bo_003_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,2],[8,8,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.34895834,-1.6666666,0.9140625,-0.23177081,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.9427084,-0.002604157,0.08072919,0.9947917,[1,1,0.2],[0.1,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "bo_003_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,2],[8,8,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.34895834,-1.6666666,0.9140625,-0.23177081,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.9895834,-0.010416657,0,0.9947917,[1,1,0.2],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "bo_004_atk_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atkHit_explode":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"explode_impact_blue"}]
+ },
+ "bo_004_atkHit_explode_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"explode_impact_red"}]
+ },
+ "bo_004_atkHit_groundCrack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ulti_bones":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,2],[6,6,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.85,0.2,-0.3,0.9,1200,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,2],[6,6,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.75,0.8],[1,0.75,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.85,0.2,-0.3,0.9,1200,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[1,1,0.3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,0.7005209,0.13541669,0.9791667,0.7,1.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.5442709,0.09895834,0.2526042,0.8385417,[0.45,0.5,1],[0.45,0.25,0.35]],
+ "alpha":[0.25,0.9,0,0.9,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,200,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "bo_004_ulti_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[1,1,0.3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,0.7005209,0.13541669,0.9791667,0.7,1.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.5442709,0.09895834,0.2526042,0.8385417,[1,0.3,0.6],[0.35,0.25,0.45]],
+ "alpha":[0.25,0.9,0,0.9,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,200,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "bo_004_ulti_trail_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.1,0.1,0.1],[0.1,0.1,0.1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.3,-0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.35,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.5,0.7,1],[0.5,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_icon"}]
+ },
+ "bo_004_ulti_trail_skull_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.1,0.1,0.1],[0.1,0.1,0.1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.3,-0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.35,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_icon"}]
+ },
+ "bo_005_atk_trail_sparks1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.078125,0.5677084,0.12760419,0.9479167,360,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_star_glow"}]
+ },
+ "bo_005_atk_trail_sparks1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.078125,0.5677084,0.12760419,0.9479167,360,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_star_glow_red"}]
+ },
+ "bo_005_atk_trail_sparks2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0],[0,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,10],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"}]
+ },
+ "bo_005_hit_sparks1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3},{"t":0.075,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_blue_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_blue_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_blue_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_blue_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_blue_05"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_green_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_green_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_green_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_green_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_green_05"}
+ ]
+ },
+ "bo_005_hit_sparks1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2},{"t":0.075,"c":2}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_red_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_red_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_red_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_red_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_red_05"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_yellow_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_yellow_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_yellow_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_yellow_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_yellow_05"}
+ ]
+ },
+ "bo_005_hit_sparks2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.2,1],[0.7,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_005_hit_sparks2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0],[1,0.5,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_005_hit_sparks3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,20,0],[0,20,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2},{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8958334,0.013020843,0.9869792,0.2682292,0.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.13802087,0.6848959,0.5651042,0.7682292,720,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_3"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_6"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"}]
+ },
+ "bo_005_hit_sparks3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,20,0],[0,20,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2},{"t":0.1,"c":1}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8958334,0.013020843,0.9869792,0.2682292,0.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.13802087,0.6848959,0.5651042,0.7682292,720,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_4"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_6"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_5"}]
+ },
+ "bo_005_ulti_trail_sparks1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.75,1],[0,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,10],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_005_ulti_trail_sparks1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.35],[1,0,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,10],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_005_ulti_trail_sparks2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.5],[0,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,10],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_005_ulti_trail_sparks2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.075,0.075]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,10],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_005_ulti_trail_sparks3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,-4],[1,0,-4]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9348959,0.06770834,0.9635417,0.21354169,0.75,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.075,0.075],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5442709,0.16145834,0.8072917,0.6901042,450,90],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_candy"},{"swf":"sc/effects_brawler.sc","name":"bo_005_star"},{"swf":"sc/effects_brawler.sc","name":"bo_005_bead"}]
+ },
+ "bo_005_ulti_trail_sparks3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,-4],[1,0,-4]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9348959,0.06770834,0.9635417,0.21354169,0.75,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.075,0.075],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5130209,0.18489584,0.8463542,0.6354167,450,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_candy_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_star_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_bead_red"}]
+ },
+ "bo_005_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_03"}]
+ },
+ "bo_005_ulti_trail_twinkle_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_green"}]
+ },
+ "bo_005_ulti_trail_twinkle_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_purple"}]
+ },
+ "bo_005_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_02_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_03_red"}]
+ },
+ "bo_005_ulti_trail_twinkle_yellow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_yellow"}]
+ },
+ "bo_006_atk_bottom_explod_001":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.185,1.185],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.95,0,1,0,0.8,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_1"},{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_2"}]
+ },
+ "bo_006_atk_bottom_explod_001_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.185,1.185],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.002,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.95,0,1,0,0.7,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_1_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_2_red"}]
+ },
+ "bo_006_atk_hit_remain":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":1.4,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[1,0.028645843,0.9921875,-0.09114581,1,0.6],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":2,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_atk_hit_remain"}]
+ },
+ "bo_006_atk_hit_remain_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":1.4,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[1,0.028645843,0.9921875,-0.09114581,1,0.6],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":2,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_atk_hit_remain_red"}]
+ },
+ "bo_006_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "bo_006_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "bo_006_atk_trail_ground1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,1],[-1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.828125,-1.3385416,1,0.041666746,0.65,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_type3"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type1"}]
+ },
+ "bo_006_atk_trail_ground1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,1],[-1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.828125,-1.3385416,1,0.041666746,0.65,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_type3_red"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type1_red"}]
+ },
+ "bo_006_atk_trail_ground2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-100],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0.5],[0,-1,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,100],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[
+ {"c":1},
+ {"t":0.1,"c":1},
+ {"t":0.15,"c":1},
+ {"t":0.2,"c":1},
+ {"t":0.22,"c":1}
+ ]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,-0.40104163,0.9765625,-0.15364575,1,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.03125,0.390625,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1"}]
+ },
+ "bo_006_atk_trail_ground2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1.1,
+ "scale":[1,-0.34635413,0.9375,-0.15364575,1.1,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1_red"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_2_red"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1_red"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_3_red"}]
+ },
+ "bo_006_atkHit_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.08333334,0.8177084,0.23697919,0.97916675,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.85,1],[0.5,0.85,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_atk_hit_honey"}]
+ },
+ "bo_006_atkHit_core_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.08333334,0.8177084,0.23697919,0.97916675,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.85,1],[0.5,0.85,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_atk_hit_honey_red"}]
+ },
+ "bo_006_atkHit_Env_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[1,0.020833373,0.9921875,0.111979246,1,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.35],[1,1,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_liquid_sqz_01"},{"swf":"sc/effects_brawler.sc","name":"particle_liquid_sqz_02"}]
+ },
+ "bo_006_atkHit_Env_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[1,0.020833373,0.9921875,0.111979246,1,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.35],[1,1,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_liquid_sqz_01_red"},{"swf":"sc/effects_brawler.sc","name":"particle_liquid_sqz_02_red"}]
+ },
+ "bo_006_atkHit_liquid_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.39,0.39],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.08333334,0.8177084,0.23697919,0.97916675,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.3],[1,0.8,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_explode_honey_1"},{"swf":"sc/effects_brawler.sc","name":"bo_005_explode_honey_2"}]
+ },
+ "bo_006_atkHit_liquid_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.39,0.39],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.08333334,0.8177084,0.23697919,0.97916675,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.3],[1,0.8,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_explode_honey_1_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_explode_honey_2_red"}]
+ },
+ "bo_006_mine_Create_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,19.5,19.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[1,-0.002604157,0.6744792,0.5182292,[2,2,8],[2,2,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.015625,1.7005209,0,1,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.9,0],[1,0.9,0]],
+ "alpha":[1,0.013020843,1,-0.052083313,1,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_006_mine_Create_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,19.5,19.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[1,-0.002604157,0.6744792,0.5182292,[2,2,8],[2,2,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.015625,1.7005209,0,1,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0],[1,0.6,0]],
+ "alpha":[1,0.013020843,1,-0.052083313,1,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bo_006_mine_Create_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.028645843,0.5364584,0.16666669,1.0026042,[0,0,0],[2,2,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.3984375,-0.40104166,1,-0.2942708,0.8,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.9,0],[1,0.9,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_type3"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type1"}]
+ },
+ "bo_006_mine_Create_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.028645843,0.5364584,0.16666669,1.0026042,[0,0,0],[2,2,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.3984375,-0.40104166,1,-0.2942708,0.8,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.9,0],[1,0.9,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_type1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type3_red"}]
+ },
+ "bo_006_mine_Create_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.185,1.185],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"c":2},{"t":0.05,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.95,0,1,0,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_1"},{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_2"}]
+ },
+ "bo_006_mine_Create_3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.185,1.185],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.05,"c":1},{"t":0.15,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.95,0,1,0,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_1_red"},{"swf":"sc/effects_brawler.sc","name":"bo_005_bottom_spread_2_red"}]
+ },
+ "bo_006_mine_droplet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-70],[0,0,-70]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnBurst","bursts":[{"c":3}]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1.1,
+ "scale":[1,-0.30729163,1,0.19791675,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1"}]
+ },
+ "bo_006_mine_droplet_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-70],[0,0,-70]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"SpawnBurst","bursts":[{"c":3}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,15],[2,2,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":1.1,
+ "scale":[1,-0.30729163,1,0.19791675,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1_red"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_2_red"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1_red"}]
+ },
+ "bo_006_mine_wasp_Big":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.3,-0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[1,-0.39322916,0.96875,-0.028645813,0.8,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_wasp_2"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_1"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_3"}]
+ },
+ "bo_006_mine_wasp_Big_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.3,-0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[1,-0.39322916,0.96875,-0.028645813,0.8,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_wasp_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_3_red"}]
+ },
+ "bo_006_mine_wasp_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.1,0.1,0.1],[0.1,0.1,0.1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.6848959,-0.32291666,0.9921875,-0.10677081,0.6,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.5,0.7,1],[0.5,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_wasp_1"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_2"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_3"}]
+ },
+ "bo_006_mine_wasp_small_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.1,0.1,0.1],[0.1,0.1,0.1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.6848959,-0.32291666,0.9921875,-0.10677081,0.6,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.5,0.7,1],[0.5,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_wasp_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_wasp_3_red"}]
+ },
+ "bo_006_ulti_trail_droplet_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.30729163,1,0.049479246,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_2"}]
+ },
+ "bo_006_ulti_trail_droplet_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.30729163,1,0.049479246,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_honey_1_red"},{"swf":"sc/effects_brawler.sc","name":"dropping_honey_2_red"}]
+ },
+ "bo_006_ulti_trail_droplet_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,1],[-1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.828125,-1.3385416,1,0.041666746,0.65,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_type3"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type1"}]
+ },
+ "bo_006_ulti_trail_droplet_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,1],[-1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.828125,-1.3385416,1,0.041666746,0.65,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_type1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_honey_type3_red"}]
+ },
+ "bo_006_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "bo_006_ulti_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "bo_def_mine_area":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.3,1.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_def_ulti2_active"}]
+ },
+ "bo_def_mine_area_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.3,1.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_def_ulti2_active_red"}]
+ },
+ "bo_def_mine_caution":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.06,0.6,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.45052084,0.013020843,0.08854169,0.99479175,[1,0.85,0.95],[1,0.1,0.16]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.65,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5442709,0.23177084,0.3854167,0.9244792,[0,0.3,0.6],[0,0.1,0.3]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_def_mineWave"}]
+ },
+ "bo_def_mine_wave_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.65,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6380209,0.16927084,0.4557292,0.8854167,[0.5,0,0],[0.1,0,0]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_def_mineWave"}]
+ },
+ "bo_def_ulti_attack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,178,178],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,182,182],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_def_ulti_attack"}]
+ },
+ "bo_def_ulti_attack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,178,178],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,182,182],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_def_ulti_attack_red"}]
+ },
+ "bolt_explo_debris1_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"scrap_1"}]
+ },
+ "bolt_explo_debris2_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"scrap_1"}]
+ },
+ "bonnie_002_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_02"}]
+ },
+ "bonnie_002_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_hit"}]
+ },
+ "bonnie_002_atk_hit_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnPlanar"},{"__class":"SpawnRate","duration":0.2,"spawnRate":5,"spawnRateJitter":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_03"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_04"}]
+ },
+ "bonnie_002_atk_hit_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnPlanar"},{"__class":"SpawnRate","duration":0.2,"spawnRate":5,"spawnRateJitter":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04_red"}]
+ },
+ "bonnie_002_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_hit_red"}]
+ },
+ "bonnie_002_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.25,"maxSpeedXY":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.25,0.25,0.25]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_reached_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_reached_02"}]
+ },
+ "bonnie_002_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.25,"maxSpeedXY":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.25,0.25,0.25]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_reached_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_reached_02_red"}]
+ },
+ "bonnie_002_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_02_red"}]
+ },
+ "bonnie_002_atk_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_02"}]
+ },
+ "bonnie_002_atk_small_explode_glow":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.15,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0,0.5,1],
+ "alpha":1,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "bonnie_002_atk_small_explode_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.15,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,0.5,0],
+ "alpha":1,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "bonnie_002_atk_small_explode_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":3,"scaleJitter":0.25,"color":[1,1,1],"alpha":1,"angle":-90,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_small_explode_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_small_explode_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_small_explode_smoke_03"}]
+ },
+ "bonnie_002_atk_small_explode_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":3,"scaleJitter":0.25,"color":[1,1,1],"alpha":1,"angle":-90,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_small_explode_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_small_explode_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_small_explode_smoke_03_red"}]
+ },
+ "bonnie_002_atk_small_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0,0.5,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_particle_01"}]
+ },
+ "bonnie_002_atk_small_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_02_red"}]
+ },
+ "bonnie_002_atk_small_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":7.5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_03"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_04"}]
+ },
+ "bonnie_002_atk_small_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":7.5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04_red"}]
+ },
+ "bonnie_002_atk_small_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.19270834,0.7526042,0.2760417,1.25,0.35],
+ "scaleJitter":0.2,
+ "color":[0.609375,0.23177084,0.4947917,0.78385425,[0.35,0.1,1],[1,0,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_002_atk_small_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.19270834,0.7526042,0.2760417,1.25,0.35],
+ "scaleJitter":0.2,
+ "color":[0.609375,0.23177084,0.4947917,0.78385425,[1,0.1,0.4],[1,0.5,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_002_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12.5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_03"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_04"}]
+ },
+ "bonnie_002_atk_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12.5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04_red"}]
+ },
+ "bonnie_002_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.19270834,0.7526042,0.2760417,1.5,0.5],
+ "scaleJitter":0.5,
+ "color":[0.59375,0.20052084,0.5182292,0.69010425,[0.35,0.1,1],[1,0,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_002_atk_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.19270834,0.7526042,0.2760417,1.5,0.5],
+ "scaleJitter":0.5,
+ "color":[0.59375,0.20052084,0.5182292,0.69010425,[1,0.1,0.4],[1,0.5,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_002_chain_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.020000001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.34895834,-0.47135416,0.8229167,-0.3723958,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7473959,0.005208343,0.4947917,0.9947917,1080,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_02"}]
+ },
+ "bonnie_002_chain_fragments_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.020000001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.34895834,-0.47135416,0.8229167,-0.3723958,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7473959,0.005208343,0.4947917,0.9947917,1080,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_02_red"}]
+ },
+ "bonnie_002_lobby_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.25,
+ "lifetime":0.5,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.29},
+ "components":[
+ {"__class":"SpawnRate","duration":0.41,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":1.7,
+ "spawnMaxSize":2,
+ "minAngle":300,
+ "maxAngle":147,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration"}
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0,0.5130209,1,1.0885417,1.1,0.79],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[2,2,2]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_smoke_particle_1"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_smoke_particle_2"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_smoke_particle_3"}]
+ },
+ "bonnie_002_lobby_explode_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.9,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_lobby_explode"}]
+ },
+ "bonnie_002_lobby_explode_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","velocity":2.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[0,0,10]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnBurst","bursts":[{"c":20},{"t":0.3,"c":20},{"t":0.7,"c":20}]}
+ ]
+ },
+ "render":{"globalScale":2,"scale":0.15,"scaleJitter":0.05,"alpha":1,"angle":-90,"trailDuration":1,"trailWidth":1},
+ "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"}]
+ },
+ "bonnie_002_ulti_end_ground_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.35,"spawnRate":[15,2.5]},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":0.8,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_03"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_04"}]
+ },
+ "bonnie_002_ulti_end_ground_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.35,"spawnRate":[15,2.5]},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":0.8,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04_red"}]
+ },
+ "bonnie_002_ulti_end_tornado_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":200},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":0.5,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.3,0.3,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,0.8],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,1]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "bonnie_002_ulti_explode_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.14,
+ "lifetime":0.55,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.001,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_ulti_explosion_elec"}]
+ },
+ "bonnie_002_ulti_explode_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.14,
+ "lifetime":0.55,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.001,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_ulti_explosion_elec_red"}]
+ },
+ "bonnie_002_ulti_explode_elec_temp":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04"}]
+ },
+ "bonnie_002_ulti_explode_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_explosion"}]
+ },
+ "bonnie_002_ulti_explode_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_explosion_red"}]
+ },
+ "bonnie_002_ulti_return_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_03"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_04"}]
+ },
+ "bonnie_002_ulti_return_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04_red"}]
+ },
+ "bonnie_002_ulti_return_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.4,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_ulti_spawn"}]
+ },
+ "bonnie_002_ulti_return_light_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.4,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_red"}]
+ },
+ "bonnie_002_ulti_return_ring":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.475,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":5}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0.3,0.1,1],
+ "alpha":[0.7552084,0.07552084,0.8828125,0.09635419,1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "bonnie_002_ulti_return_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.475,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":5}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,0.1,0.3],
+ "alpha":[0.7552084,0.07552084,0.8828125,0.09635419,1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "bonnie_002_ulti_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12.5},
+ {"__class":"SpawnCone","direction":[1,1,1],"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_02"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_03"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_atk_elec_04"}]
+ },
+ "bonnie_002_ulti_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12.5},
+ {"__class":"SpawnCone","direction":[1,1,1],"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_ground_elec_04_red"}]
+ },
+ "bonnie_002_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[0.5677084,0.13020834,0.5338542,0.7994792,[0.35,0.1,1],[1,0,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_002_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[0.5677084,0.13020834,0.5338542,0.7994792,[1,0.1,0.4],[1,0.5,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_def_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_02"}]
+ },
+ "bonnie_def_atk_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.2,1],[0.22,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_rect_floating_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_rect_floating_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_rect_floating_5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_rect_floating_6"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_3"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_yellow"}
+ ]
+ },
+ "bonnie_def_atk_fly_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[[0.2,0,0.6],[0.5,0,0.6]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_def_atk_fly_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[[0.6,0,0.6],[1,0,0.6]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit"}]
+ },
+ "bonnie_def_atk_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.2,0,0.6],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_cloud_1"}]
+ },
+ "bonnie_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_red"}]
+ },
+ "bonnie_def_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_02_red"}]
+ },
+ "bonnie_def_atk_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_02"}]
+ },
+ "bonnie_def_atk_small_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_hit_02"}]
+ },
+ "bonnie_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.45,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","minAngle":180,"minSpeedXY":3,"maxSpeedXY":-3,"minSpeedZ":1,"maxSpeedZ":-2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"confetti_rotate_2"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_3"},{"swf":"sc/effects_brawler.sc","name":"confetti_red"}]
+ },
+ "bonnie_def_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.45,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","minAngle":180,"minSpeedXY":3,"maxSpeedXY":-3,"minSpeedZ":1,"maxSpeedZ":-2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"confetti_red"},{"swf":"sc/effects_brawler.sc","name":"confetti_yellow"}]
+ },
+ "bonnie_def_lobby_drop_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":4,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0,0,-0.5],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMaxSize":1.25,"minAngle":-360,"maxAngle":360,"minSpeedZ":-0.5,"maxSpeedZ":-1.5,"randomAngle":true},
+ {"__class":"SpawnRate","duration":1,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"CurlNoise","frequency":1,"strength":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.1,0.075],
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"confetti_turning_01"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_turning_02"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_turning_03"},
+ {"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"}
+ ]
+ },
+ "bonnie_def_lobby_explode_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.275,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Deceleration","deceleration":[0,0,12]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5},{"t":0.085,"c":7}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.1,0.025],
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.2,1],[0.22,0.6,1]],
+ "alpha":1,
+ "angleJitter":60,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"confetti_turning_01"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_turning_02"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_turning_03"},
+ {"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"}
+ ]
+ },
+ "bonnie_def_lobby_explode_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.3,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":200},
+ {"__class":"Deceleration","deceleration":[0,0,10]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":20,"velocity":5,"velocityJitter":2.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,0.75],
+ "scaleJitter":0.25,
+ "color":[0.32552084,0.48177084,0.16666669,0.8229167,[1,0.25,0],[0.25,0,0]],
+ "alpha":0.35,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "bonnie_def_lobby_explode_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.3,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_lobby_explode_smoke"}]
+ },
+ "bonnie_def_lobby_explode_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.3,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":2.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[0,0,10]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.2,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "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"}]
+ },
+ "bonnie_def_lobby_floor_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.4,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_lobby_floor_smoke"}]
+ },
+ "bonnie_def_lobby_tail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.75,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_lobby_tail_fire"}]
+ },
+ "bonnie_def_lobby_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.7,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[{"__class":"SpawnRate","duration":0.85,"spawnRate":50},{"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":20,"velocity":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1.5],
+ "scaleJitter":0.25,
+ "color":[0.14583334,0.6067709,0.16666669,0.8229167,[1,0.25,0],[0.25,0,0]],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "bonnie_def_moving_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.1,
+ "lifetime":0.15,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardInheritScale":true
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_lobby_fire1"}]
+ },
+ "bonnie_def_ulti_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1500,1500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,11],[14,14,11]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.796875,-0.002604127,0.84375,0.2838542,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"confetti_yellow"}
+ ]
+ },
+ "bonnie_def_ulti_end_tornado":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,8],[0.3,0.3,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[1,0,1]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "bonnie_def_ulti_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_explosion"}]
+ },
+ "bonnie_def_ulti_explosion_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_atk_explosion_red"}]
+ },
+ "bonnie_def_ulti_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[1,0.2,0.2],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_particle_01"}]
+ },
+ "bonnie_def_ulti_return":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.7,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":5,"velocity":4,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":1,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,0],
+ "rotationSpeedJitter":500,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"confetti_turning_02"},{"swf":"sc/effects_brawler.sc","name":"confetti_turning_01"},{"swf":"sc/effects_brawler.sc","name":"confetti_turning_03"}]
+ },
+ "bonnie_def_ulti_sparkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1500,1500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,11],[14,14,11]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[1,0.7,0],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":45,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_2"},{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_3"}]
+ },
+ "bonnie_long_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[[0.2,0,0.6],[0.5,0,0.6]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "bonnie_long_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[[0.5,0,0.6],[0.8,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "boss_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-1.5],[0,0,-1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[6,6,0],[6,6,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"boss_bubble_1"}]
+ },
+ "boss_pve_areal_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_atk_dust"}]
+ },
+ "boss_pve_areal_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0.1,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.9,1.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-480,-480],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"boss_pve_areal_atk_wipe"}]
+ },
+ "boss_pve_melee_atk_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.3,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar","minAngle":-1,"maxAngle":1,"minSpeedXY":0.1,"maxSpeedXY":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"boss_pve_melee_atk_bite"}]
+ },
+ "boss_pve_melee_atk_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.18,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,21,21],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[54,54,0],[54,54,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,-1.8,0.9,-1,0.4,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.7630209,-0.002604157,0.11979169,0.9479167,[1,0.8,0.95],[0.8,0.1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_diamond"}]
+ },
+ "brawler_upgrade_burst":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,22,22],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.35,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,10,0],[0,10,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,0.3,0.3],[0.35,0.3,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.7161459,0.22135419,0.9947917,1.2,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.8645834,0.013020843,0,0.8307292,[0.37,0.9,1],[0.2,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_1"}]
+ },
+ "brock_004_sp_whirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.7161459,0.22135419,0.9947917,1.2,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.8645834,0.005208343,0.3385417,0.8932292,[1,0.7,0.745],[1,0.45,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_1"}]
+ },
+ "brock_004_waterSplat_long":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,15],[15,15,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,0.013020843,0.9635417,0.2760417,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "brock_004_waterSplat_long_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,15],[15,15,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,0.013020843,0.9635417,0.2760417,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "brock_004_waterSplat_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.005208343,1,0.3072917,0.25,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "brock_004_waterSplat_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.005208343,1,0.3072917,0.25,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "brock_004_waterStain_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.5755209,0.09895834,0.5182292,0.7369792,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_circle"}]
+ },
+ "brock_004_waterStain_ulti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-99999],[0,0,-99999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.5755209,0.09895834,0.5182292,0.7369792,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_circle"}]
+ },
+ "brock_006_atk_reached_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","friction":0.6},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":3}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":12,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":0.415,
+ "scale":[0.8125,0.059895873,0.84375,0.6901042,1,0.4],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.32552084,0,0,1,720,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_1"},{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_2"},{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_3"},{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_4"}]
+ },
+ "brock_006_atk_reached_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.2,"friction":0.6},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":3}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":12,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":0.35,
+ "scale":[0.765625,0.005208373,0.9609375,0.4713542,1,0],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.40364587,0.0052083433,0,1,360,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_foam_peanut_1"},{"swf":"sc/effects_brawler.sc","name":"particle_foam_peanut_2"}]
+ },
+ "brock_006_atk_reached_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.5,"spawnRate":2,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.1,"friction":2},
+ {"__class":"SpawnPlanar","spawnMinSize":1,"spawnMaxSize":1.2,"maxAngle":360,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.22,
+ "scale":1.3,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop"},{"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_2"},{"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_3"},{"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_4"}]
+ },
+ "brock_006_rocketSmoke_long_in_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[1,1,1],
+ "alpha":[0.8958334,0.013020843,0.8854167,0.6041667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_1_2_red"},{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_2_2_red"}]
+ },
+ "brock_006_rocketSmoke_long_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7083334,0.0052083433,0.7291667,1.0026042,1.4,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[1,1,1],
+ "alpha":[0.9427084,0.013020843,0.9244792,0.5807292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_1_red"},{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_2_red"}]
+ },
+ "brock_006_rocketSmoke_short_in_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.9739584,0.028645843,0.7760417,1.0104167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_1_2_red"},{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_long_2 _2_red"}]
+ },
+ "brock_006_rocketSmoke_short_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_1_red"},{"swf":"sc/effects_brawler.sc","name":"brock_006_rocketSmoke_short_2_red"}]
+ },
+ "brock_006_ult_reached_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","friction":0.6},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":12,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":0.415,
+ "scale":[0.8125,0.059895873,0.84375,0.6901042,1,0.4],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.32552084,0,0,1,720,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_1"},{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_2"},{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_3"},{"swf":"sc/effects_brawler.sc","name":"particle_box_piece_4"}]
+ },
+ "brock_006_ult_reached_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.2,"friction":0.6},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":12,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":0.35,
+ "scale":[0.765625,0.005208373,0.9609375,0.4713542,1,0],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.40364587,0.0052083433,0,1,360,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_foam_peanut_1"},{"swf":"sc/effects_brawler.sc","name":"particle_foam_peanut_2"}]
+ },
+ "brock_006_ult_reached_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.5,"spawnRate":2,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.1,"friction":2},
+ {"__class":"SpawnPlanar","spawnMinSize":1,"spawnMaxSize":1.2,"maxAngle":360,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.22,
+ "scale":1.3,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_2"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_brock_006_paperdrop_5"}
+ ]
+ },
+ "brock_explode_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_def_atk_explode_red"}]
+ },
+ "bronson_002_atk_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_atk_bite"}]
+ },
+ "bronson_002_atk_bite_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_atk_bite_red"}]
+ },
+ "bronson_002_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_atk_impact_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_002_atk_impact_02"}]
+ },
+ "bronson_002_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_atk_impact_01_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_002_atk_impact_02_red"}]
+ },
+ "bronson_002_atk_trail_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":5},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_scratch_weak_2"},{"swf":"sc/effects_brawler.sc","name":"particle_hit_scratch_weak_1"}]
+ },
+ "bronson_002_atk_trail_scratch_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":5},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bronson_002_lobby_win_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":3.2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.225,0.225],
+ "mass":1,
+ "spawnPointOffset":{"x":0.4,"y":-0.15,"z":2.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.005,
+ "durationJitter":0.085,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[1,1,1],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_red"}]
+ },
+ "bronson_002_lobby_win_spark2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"x":0.4,"y":-0.15,"z":2.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_spark"}]
+ },
+ "bronson_002_ulti2_reached_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.25,0.55],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0,0.65,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,240,60],
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bronson_002_ulti2_reached_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.25,0.55],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.75,0.75],[1,0.375,0.375]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,240,60],
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bronson_002_ulti2_reached_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":2.5,"color":[1,1,1],"alpha":1,"angleJitter":45,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti2_reached_impact"}]
+ },
+ "bronson_002_ulti2_reached_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":2.5,"color":[1,1,1],"alpha":1,"angleJitter":45,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti2_reached_impact_red"}]
+ },
+ "bronson_002_ulti_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":0.8,
+ "orientToDirection":true,
+ "alphaFadeout":0.25,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_impact"}]
+ },
+ "bronson_002_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":0.8,
+ "orientToDirection":true,
+ "alphaFadeout":0.25,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_impact_red"}]
+ },
+ "bronson_002_ulti_reached_crack":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":-1},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_groundCrack"}]
+ },
+ "bronson_002_ulti_reached_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":-1},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_groundCrack_red"}]
+ },
+ "bronson_002_ulti_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.65,"mass":1,"spawnPointOffset":{"z":-1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20}]},
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1,"alphaFadeout":0.1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_reached_smoke"}]
+ },
+ "bronson_002_ulti_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.65,"mass":1,"spawnPointOffset":{"z":-1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20}]},
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1,"alphaFadeout":0.1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_reached_smoke_red"}]
+ },
+ "bronson_002_ulti_recall_laurelwreath":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.675,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_laurelwreath"}]
+ },
+ "bronson_002_ulti_recall_laurelwreath_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.675,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_laurelwreath_red"}]
+ },
+ "bronson_002_ulti_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.85,"spawnRate":40,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.5,0.35],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,1,1],[0,0.5,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":45,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bronson_002_ulti_trail_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.85,"spawnRate":40,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.5,0.35],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.75,0.75],[1,0.3,0.3]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":45,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "bronson_002_ulti_trail_ryan_blur":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnCone","direction":[1,0,0],"velocity":3.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_002_ulti_ryan_blur"}]
+ },
+ "bronson_002_ulti_trail_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":5},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.15,
+ "color":[0,0.5,1],
+ "alpha":[0.15625,0.9505209,0,1.0104167,0,0.5],
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_02"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_05"}]
+ },
+ "bronson_002_ulti_trail_speedline_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":5},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.15,
+ "color":[1,0.3,0.3],
+ "alpha":[0.15625,0.9505209,0,1.0104167,0,0.5],
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_02"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_05"}]
+ },
+ "bronson_003_atk_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_bite"}]
+ },
+ "bronson_003_atk_bite_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_bite_red"}]
+ },
+ "bronson_003_atk_noweapon_iceground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[-0.5,-1],
+ "spawnMaxSize":[-0.7,-1.2],
+ "minAngle":-10,
+ "maxAngle":10,
+ "minSpeedXY":-2,
+ "maxSpeedXY":-2,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[0.7,0.85,1]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "bronson_003_atk_noweapon_iceground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[-0.5,-1],
+ "spawnMaxSize":[-0.7,-1.2],
+ "minAngle":-10,
+ "maxAngle":10,
+ "minSpeedXY":-2,
+ "maxSpeedXY":-2,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[1,0.7,0.85]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground_red"}]
+ },
+ "bronson_003_atk_noweapon_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":-0.7,"minAngle":10,"maxAngle":-10,"minSpeedXY":-4,"maxSpeedXY":-5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,7]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.05,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.5,0.45],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare"}]
+ },
+ "bronson_003_atk_noweapon_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":-0.7,"minAngle":10,"maxAngle":-10,"minSpeedXY":-4,"maxSpeedXY":-5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,7]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.05,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.5,0.45],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[1,0.85,0.95],[1,0.6,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare_red"}]
+ },
+ "bronson_003_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_trail"}]
+ },
+ "bronson_003_atk_trail_iceground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.12,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[0.7,0.85,1]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "bronson_003_atk_trail_iceground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.12,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[1,0.7,0.85]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground_red"}]
+ },
+ "bronson_003_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_trail_red"}]
+ },
+ "bronson_003_atk_trail_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":0.2,"spawnMaxSize":0.3,"minAngle":15,"maxAngle":-15,"minSpeedXY":-2,"maxSpeedXY":-3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.7,0.5],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.5,0.7,1],[0.4,0.6,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_atk_trail_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":0.2,"spawnMaxSize":0.3,"minAngle":15,"maxAngle":-15,"minSpeedXY":-2,"maxSpeedXY":-3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.7,0.5],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[1,0.6,0.8],[1,0.5,0.7]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_atk_trail_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "bronson_003_atk_trail_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowflake_red"}]
+ },
+ "bronson_003_lobby_chunk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.9,
+ "lifetime":0.55,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.7,"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.15,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"minSpeedZ":6,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.06770834,0.9869792,0.20572919,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[0.9739584,0.020833343,0.9401042,0.4244792,[1,1,1],[0.85,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_lobby_chunk"}]
+ },
+ "bronson_003_lobby_chunk_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":4.8,
+ "lifetime":0.55,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.7,"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.15,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"minSpeedZ":6,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.06770834,0.9869792,0.20572919,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[0.9739584,0.020833343,0.9401042,0.4244792,[1,1,1],[0.85,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_lobby_chunk"}]
+ },
+ "bronson_003_lobby_hit_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":1.46,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.35,"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.2,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.98],[0.4,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit"}]
+ },
+ "bronson_003_lobby_hit_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":1.55,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":0.15,"z":1.35},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.25,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.98],[0.4,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_004_atk_hit"}]
+ },
+ "bronson_003_lobby_iceground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":4,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"x":0.65},
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1]},
+ {"__class":"Deceleration","deceleration":[4,4,0]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[0.7,0.85,1]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "bronson_003_lobby_iceground_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":4.8,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.75},
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1]},
+ {"__class":"Deceleration","deceleration":[4,4,0]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[0.7,0.85,1]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "bronson_003_lobby_iceground_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.4,
+ "lifetime":0.8,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"x":0.05,"z":0.05},
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":30,"velocity":0.5,"velocityJitter":0.25},
+ {"__class":"Deceleration","deceleration":[8,8,2]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.6},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.04,"c":1},{"t":0.08,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.18,
+ "scaleJitter":0.02,
+ "color":[0.8333334,0.0052083433,0.8385417,0.4088542,[1,1,1],[0.7,0.85,1]],
+ "alpha":0.7,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "bronson_003_lobby_smoke_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.4,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"z":0.1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":350,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.6,
+ "maxAngle":360,
+ "minSpeedXY":1.2,
+ "maxSpeedXY":3.5,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":1.5,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[7.5,7.5,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,0.3,0.8],
+ "scaleJitter":0.25,
+ "color":[1,-0.010416657,0.5963542,0.6744792,[0.75,0.88,1],[0.45,0.55,1]],
+ "alpha":[0.1,0.8,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.23958337,0.5989584,0,0.9010417,400,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "bronson_003_lobby_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":4,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{"x":0.7},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"spawnMaxSize":0.1,"minAngle":15,"maxAngle":-15,"minSpeedZ":2,"maxSpeedZ":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.5,0.3],
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.5,0.7,1],[0.4,0.6,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_lobby_snow_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":4.8,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.7},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"spawnMaxSize":0.1,"minAngle":15,"maxAngle":-15,"minSpeedZ":2,"maxSpeedZ":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.5,0.3],
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.5,0.7,1],[0.4,0.6,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_lobby_snow_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.4,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"spawnMaxSize":1,"maxAngle":360,"minSpeedZ":1,"maxSpeedZ":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[6,6,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.5,0.2],
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.5,0.7,1],[0.4,0.6,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_lobby_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":4,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"x":0.7},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":7},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.5,0.3],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "bronson_003_lobby_snowflake_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":4.8,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.7},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":7},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.5,0.3],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "bronson_003_lobby_snowflake_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.4,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":2},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.3,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":30,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "bronson_003_lobby_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":4,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.7},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"spawnMaxSize":0.1,"minAngle":10,"maxAngle":-10,"minSpeedZ":5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,7]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.05,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.4,0.35],
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare"}]
+ },
+ "bronson_003_lobby_twinkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":4.8,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.7},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"spawnMaxSize":0.1,"minAngle":10,"maxAngle":-10,"minSpeedZ":5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,7]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.05,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.4,0.35],
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare"}]
+ },
+ "bronson_003_lobby_twinkle_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.4,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"spawnMaxSize":0.1,"minAngle":10,"maxAngle":-10,"minSpeedZ":5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,7]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.05,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.4,0.35],
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare"}]
+ },
+ "bronson_003_ulti2_reached_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[2.2,2.6],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti2_reached_impact"}]
+ },
+ "bronson_003_ulti2_reached_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[2.2,2.6],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti2_reached_impact_red"}]
+ },
+ "bronson_003_ulti2_reached_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.9,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.3],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]},
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":12},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":0.8,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9817709,0.013020843,0.8932292,0.3776042,0.7,0.5],
+ "scaleJitter":0.12,
+ "color":[0.5,0.7,1],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":200,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_ulti2_reached_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.9,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.3],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]},
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":12},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":0.8,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9817709,0.013020843,0.8932292,0.3776042,0.7,0.5],
+ "scaleJitter":0.12,
+ "color":[1,0.6,0.8],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":200,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_ulti2_reached_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.65,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.5,0.65],
+ "scaleJitter":0.1,
+ "color":[0.9348959,-0.010416657,0.5104167,0.9557292,[1,1,1],[0.8,0.9,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,120,30],
+ "rotationSpeedJitter":20,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowflake"}]
+ },
+ "bronson_003_ulti2_reached_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.65,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.5,0.65],
+ "scaleJitter":0.1,
+ "color":[0.9348959,-0.010416657,0.5104167,0.9557292,[1,1,1],[0.8,0.9,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,120,30],
+ "rotationSpeedJitter":20,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowflake_red"}]
+ },
+ "bronson_003_ulti2_reached_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.9,
+ "spawnMaxSize":1.05,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnBurst","bursts":[{"c":3},{"t":0.1,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.7,0.6],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"}]
+ },
+ "bronson_003_ulti2_reached_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.9,
+ "spawnMaxSize":1.05,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnBurst","bursts":[{"c":3},{"t":0.1,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.7,0.6],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[1,0.85,0.95],[1,0.6,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle_red"}]
+ },
+ "bronson_003_ulti_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_debris"}]
+ },
+ "bronson_003_ulti_hit_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_debris_red"}]
+ },
+ "bronson_003_ulti_reached_crack":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":-1},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_crack"}]
+ },
+ "bronson_003_ulti_reached_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":-1},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_crack_red"}]
+ },
+ "bronson_003_ulti_reached_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Deceleration","deceleration":[1,1,0.5]},
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":0.3,"spawnMaxSize":0.8,"maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1,"maxSpeedZ":0.7,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare"}]
+ },
+ "bronson_003_ulti_reached_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Deceleration","deceleration":[1,1,0.5]},
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":0.3,"spawnMaxSize":0.8,"maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1,"maxSpeedZ":0.7,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_flare_red"}]
+ },
+ "bronson_003_ulti_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":500,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":1.2,"maxSpeedXY":3.5,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,1.2,3.2],
+ "scaleJitter":0.5,
+ "color":[1,-0.010416657,0.5963542,0.6744792,[0.75,0.88,1],[0.45,0.55,1]],
+ "alpha":[0.1,0.8,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.23958337,0.5989584,0,0.9010417,400,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "bronson_003_ulti_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":500,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":1.2,"maxSpeedXY":3.5,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,1.2,3.2],
+ "scaleJitter":0.5,
+ "color":[1,-0.010416657,0.5963542,0.6744792,[1,0.75,0.88],[1,0.45,0.55]],
+ "alpha":[0.1,0.8,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.23958337,0.5989584,0,0.9010417,400,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "bronson_003_ulti_reached_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":0.4,"spawnMaxSize":0.8,"maxAngle":360,"minSpeedXY":0.2,"maxSpeedXY":0.5,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]},
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9817709,0.013020843,0.7916667,0.4869792,0.6,0.4],
+ "scaleJitter":0.15,
+ "color":[0.5,0.7,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":200,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_ulti_reached_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":0.4,"spawnMaxSize":0.8,"maxAngle":360,"minSpeedXY":0.2,"maxSpeedXY":0.5,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]},
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9817709,0.013020843,0.7916667,0.4869792,0.6,0.4],
+ "scaleJitter":0.15,
+ "color":[1,0.6,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":200,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_ulti_reached_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0]],
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.1,"maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":0.7,"minSpeedZ":0.2,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2},{"t":0.1,"c":2}]},
+ {"__class":"Deceleration","deceleration":[1,1,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,0.23958337,0.4010417,0.9869792,0.4,0.7],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-10],
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowflake"}]
+ },
+ "bronson_003_ulti_reached_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0]],
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.1,"maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":0.7,"minSpeedZ":0.2,"maxSpeedZ":0.5,"randomAngle":true},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2},{"t":0.1,"c":2}]},
+ {"__class":"Deceleration","deceleration":[1,1,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,0.23958337,0.4010417,0.9869792,0.4,0.7],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-10],
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowflake_red"}]
+ },
+ "bronson_003_ulti_reached_snowring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.9,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowring"}]
+ },
+ "bronson_003_ulti_reached_snowring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.9,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snowring_red"}]
+ },
+ "bronson_003_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[{"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"randomAngle":true},{"__class":"SpawnRate","infinite":true,"spawnRate":5.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":[0.30989584,-0.002604127,0.3932292,0.9635417,0,1],
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail"}]
+ },
+ "bronson_003_ulti_trail_chunk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.2,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":15,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.3,
+ "spawnMaxSize":0.3,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":-3,
+ "maxSpeedZ":0.5,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.06770834,0.9869792,0.20572919,0.55,0.55],
+ "scaleJitter":0.25,
+ "color":[0.9739584,0.020833343,0.9401042,0.4244792,[1,1,1],[0.85,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_chunk"}]
+ },
+ "bronson_003_ulti_trail_chunk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.2,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":15,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.3,
+ "spawnMaxSize":0.3,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":-3,
+ "maxSpeedZ":0.5,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.06770834,0.9869792,0.20572919,0.55,0.55],
+ "scaleJitter":0.25,
+ "color":[0.9739584,0.020833343,0.9401042,0.4244792,[1,1,1],[1,0.85,0.95]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_chunk_red"}]
+ },
+ "bronson_003_ulti_trail_iceground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":17},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.12,
+ "color":[0.8177084,-0.0026041567,0.8307292,0.4401042,[1,1,1],[0.7,0.85,1]],
+ "alpha":0.75,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground"}]
+ },
+ "bronson_003_ulti_trail_iceground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":17},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.12,
+ "color":[0.8177084,-0.0026041567,0.8307292,0.4401042,[1,1,1],[1,0.7,0.85]],
+ "alpha":0.75,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_iceground_red"}]
+ },
+ "bronson_003_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[{"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"randomAngle":true},{"__class":"SpawnRate","infinite":true,"spawnRate":5.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":[0.30989584,-0.002604127,0.3932292,0.9635417,0,1],
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_red"}]
+ },
+ "bronson_003_ulti_trail_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.37,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.7,0.6],
+ "scaleJitter":0.1,
+ "color":[0.5,0.7,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":35,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_ulti_trail_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.37,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.7,0.6],
+ "scaleJitter":0.1,
+ "color":[1,0.6,0.8],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":35,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_01"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_02"},{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_reached_snow_03"}]
+ },
+ "bronson_003_ulti_trail_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.9088542,0.5338542,0.65,0.45],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.8,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":25,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "bronson_003_ulti_trail_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.9088542,0.5338542,0.65,0.45],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.8,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":25,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake_red"}]
+ },
+ "bronson_003_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMaxSize":-0.7,"minAngle":45,"maxAngle":-45,"minSpeedXY":0.5,"maxSpeedXY":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,2]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":8},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.65,0.6],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[0.85,0.95,1],[0.6,0.8,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle"}]
+ },
+ "bronson_003_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMaxSize":-0.7,"minAngle":45,"maxAngle":-45,"minSpeedXY":0.5,"maxSpeedXY":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,2]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":8},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,1,0.018229187,0.65,0.6],
+ "scaleJitter":0.12,
+ "color":[0.9505209,0.020833343,0.8619792,0.4322917,[1,0.85,0.95],[1,0.6,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_atk_twinkle_red"}]
+ },
+ "bronson_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit"}]
+ },
+ "bronson_def_atk_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_debris"}]
+ },
+ "bronson_def_atk_hit_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_debris_red"}]
+ },
+ "bronson_def_atk_hit_elec":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_circle"}]
+ },
+ "bronson_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_red"}]
+ },
+ "bronson_def_atk_noweapon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_swoosh1"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_swoosh2"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_swoosh3"}]
+ },
+ "bronson_def_atk_noweapon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_swoosh1_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_swoosh2_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_swoosh3_red"}]
+ },
+ "bronson_def_atk_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_circle"}]
+ },
+ "bronson_def_atk_swoosh":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_1"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_2"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_3"}]
+ },
+ "bronson_def_atk_swoosh_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_1_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_2_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_3_red"}]
+ },
+ "bronson_def_lobby_win_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":1.9,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.225,0.225],
+ "mass":1,
+ "spawnPointOffset":{"x":0.15,"y":-0.15,"z":2.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.005,
+ "durationJitter":0.085,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[1,1,1],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_red"}]
+ },
+ "bronson_def_lobby_win_spark2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"x":0.15,"y":-0.15,"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_spark"}]
+ },
+ "bronson_def_ulti_elec_circle":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_elec_circle"}]
+ },
+ "bronson_def_ulti_elec_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_elec_circle_red"}]
+ },
+ "bronson_def_ulti_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit"}]
+ },
+ "bronson_def_ulti_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_debris"}]
+ },
+ "bronson_def_ulti_hit_elec":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_elec_circle"}]
+ },
+ "bronson_def_ulti_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_atk_hit_red"}]
+ },
+ "bronson_def_ulti_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_projectile_reached"}]
+ },
+ "bronson_def_ulti_reached_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.27,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_reached_elec"}]
+ },
+ "bronson_def_ulti_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":180,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_reached_smoke"}]
+ },
+ "bronson_def_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_smoke"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_smoke2"}]
+ },
+ "bronson_def_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_smoke_red"},{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_smoke2_red"}]
+ },
+ "bronson_def_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_trail"}]
+ },
+ "bronson_def_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_trail_red"}]
+ },
+ "bronson_def_ulti_withdrawal":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_withdrawal_reached"}]
+ },
+ "bronson_def_ulti_withdrawal2":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_withdrawal"}]
+ },
+ "bronson_def_ulti_withdrawal2_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_withdrawal_red"}]
+ },
+ "bronson_def_ulti_withdrawal_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_withdrawal_reached_red"}]
+ },
+ "bronson_def_ulti_withdrawal_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.41,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_withdrawal_smoke"}]
+ },
+ "bronson_def_ulti_withdrawal_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.41,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_ulti_withdrawal_smoke_red"}]
+ },
+ "bronson_gadget_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.49739584,0.09895834,0.7135417,0.5651042,5.8,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.2],[1,0.2,0.1]],
+ "alpha":[0.12239584,0.7942709,0.08072919,0.98697925,0.15,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_fire"}]
+ },
+ "bronson_gadget_elec":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.8,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_def_staticshock"}]
+ },
+ "bronson_gadget_elec2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.27,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation"},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"c":1},{"t":0.25,"c":2},{"t":0.5,"c":3},{"t":0.75,"c":1}]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_gadget_elec2"}]
+ },
+ "bronson_gadget_fragments_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.46614584,0.044270843,0.3463542,0.9869792,120,10],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.6927084,0.06770834,0.4869792,0.8307292,-2,0],
+ "maxSpeedXY":[0.6614584,0.059895843,0.4557292,0.8385417,2,0],
+ "minSpeedZ":[0.5,0,0.6,0.8,12,6],
+ "maxSpeedZ":[0.5,0,0.6,0.8,16,8],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.3932291,1,-0.3333333,0.45,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[0.8,0.3,-0.5,1,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bronson_gadget_fragments_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.46614584,0.044270843,0.3463542,0.9869792,120,5],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.1,1.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.6927084,0.06770834,0.4869792,0.8307292,-3,0],
+ "maxSpeedXY":[0.6614584,0.059895843,0.4557292,0.8385417,3,0],
+ "minSpeedZ":[0.5,0,0.6,0.8,12,6],
+ "maxSpeedZ":[0.5,0,0.6,0.8,16,8],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.3932291,1,-0.3333333,0.45,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[0.8,0.3,-0.5,1,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "bronson_gadget_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,0.013020843,0.6979167,0.5885417,9,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.6],[1,0.4,0.6]],
+ "alpha":[0.25,0.7005209,0.018229187,0.99479175,0.1,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "bronson_gadget_speedcircle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.3],[0.1,0.2,0.4]],
+ "alpha":[0.2,1.5,0,3,0,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine"}]
+ },
+ "buff_speedDown_arrow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.7,-0.7],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-1,-1],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,-1,-1],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0,0.6,1],[0,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_arrow"}]
+ },
+ "buff_speedDown_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,0.46614587,0.5416667,0.83072925,0.8,1.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.26,0.55,1],[0.26,0.55,1]],
+ "alpha":[0,0.8723959,0.1328125,0.97916675,0.3,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989587,0.13802084,0.13541669,0.9713542,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_wave_01"}]
+ },
+ "buff_speedUp_arrow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.425,0.425]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.6,-0.6],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.4,0],[1,0.4,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_arrow"}]
+ },
+ "buff_speedUp_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.41145837,0.4557292,0.9322917,0.35,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.40364584,0.08333334,0.4557292,0.80729175,[1,0.6,0],[0.9,0.15,0]],
+ "alpha":[0,0.7239584,0.15104169,1.0026042,0.3,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_01"}]
+ },
+ "bull_002_atk_angry":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_noStroke"}]
+ },
+ "bull_002_atk_coins":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.8,
+ "lifetimeJitter":0.8,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,-16],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":300,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":4,"velocityJitter":2},
+ {"__class":"Ground","bounciness":0.6,"friction":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.6,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.45833334,-0.002604157,0.08072919,1.0026042,1600,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "bull_002_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":30,"velocity":6,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[8,8,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.5,
+ "color":[1,1,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "bull_002_atkEnd_bullet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_002_atkEnd_bullet"}]
+ },
+ "bull_002_atkEnd_bullet_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_002_atkEnd_bullet_red"}]
+ },
+ "bull_003_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":20},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"minSpeedXY":-1,"maxSpeedXY":-2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.1,0.02],
+ "scaleJitter":0.05,
+ "color":[0.2,0.8,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "bull_003_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":20},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"minSpeedXY":-1,"maxSpeedXY":-2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.1,0.02],
+ "scaleJitter":0.05,
+ "color":[1,0.3,0.4],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "bull_003_atkHit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "bull_003_atkHit_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2.5,"minSpeedZ":0.5,"maxSpeedZ":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,0.8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.1,0.02],
+ "scaleJitter":0.05,
+ "color":[0.2,0.8,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "bull_003_atkHit_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2.5,"minSpeedZ":0.5,"maxSpeedZ":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,0.8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.1,0.02],
+ "scaleJitter":0.05,
+ "color":[1,0.3,0.4],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "bull_003_atkHit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "bull_003_atkReached_beam":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-150,-150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,0],[10,10,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_beam_02"}]
+ },
+ "bull_003_atkReached_beam_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":280,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","minAngle":-150,"maxAngle":-30,"minSpeedXY":3,"maxSpeedXY":6,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[10,10,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "scaleJitter":0.02,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_beam_02_red"}]
+ },
+ "bull_004_atk_bolt":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,10],[2,2,10]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,11,11],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],"friction":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8671875,-0.0234375,0.95,0,0.22,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "rotationSpeed":[0.5,0.14583337,0,1.0078125,1000,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_004_nutz"},{"swf":"sc/effects_brawler.sc","name":"bull_004_bolt"}]
+ },
+ "bull_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit"}]
+ },
+ "bull_004_atk_hit_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.24,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":20,
+ "scaleJitter":4,
+ "color":[0,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.24,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":20,
+ "scaleJitter":4,
+ "color":[0,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit_red"}]
+ },
+ "bull_004_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"y":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.16927084,0.4166667,0.8229167,720,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingDot_rot"}]
+ },
+ "bull_004_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"y":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0.2,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.16927084,0.4166667,0.8229167,720,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingDot_rot"}]
+ },
+ "bull_004_atkEnd_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,10]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":9,
+ "maxSpeedZ":11,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.940625,0,1,0.08125001,0.5,0],
+ "scaleJitter":0.2,
+ "color":[0,0.7,0.7],
+ "alpha":1,
+ "rotationSpeed":[0.5,0.14583337,0.1953125,1,1400,0],
+ "rotationSpeedJitter":180,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,10],[2,2,10]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,11,11],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],"friction":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.940625,0,1,0.08125001,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.8,0.8],[1,0.8,0.8]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.5,0.14583337,0.1953125,1,1400,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.45,"c":1},{"t":0.65,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,-0.296875,0.1,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.75,0.0078125,-0.2,1,1080,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,-0.296875,0.1,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.75,0,-0.2,1,1080,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.7,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ulti_bolt":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208373,1,0.3854167,0.22,0.22],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.4375,0.35677087,0,1.0104167,1400,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_004_nutz"},{"swf":"sc/effects_brawler.sc","name":"bull_004_bolt"}]
+ },
+ "bull_004_ulti_display":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_004_ulti_display"}]
+ },
+ "bull_004_ulti_foot_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.7,3.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_004_ulti_foot_L"}]
+ },
+ "bull_004_ulti_foot_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.7,3.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_004_ulti_foot_R"}]
+ },
+ "bull_004_ulti_trail_elec_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":0.6,"y":0.5,"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.6,"y":-0.5,"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":0.6,"y":0.5,"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.6,"y":-0.5,"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,0.8],[0.2,0.7,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.3,0.5],[0.8,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_005_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_atk_hit"}]
+ },
+ "bull_005_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_atk_hit_red"}]
+ },
+ "bull_005_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_atk_reached"}]
+ },
+ "bull_005_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_atk_reached_red"}]
+ },
+ "bull_005_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":1},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":7,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":5,"velocity":-1,"velocityJitter":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.1},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2.4,
+ "scaleJitter":0.5,
+ "color":[0.2,1,2],
+ "alpha":1,
+ "rotationSpeedJitter":[0.45833334,0.12239584,0.4635417,0.8072917,720,80],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01"}]
+ },
+ "bull_005_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":1},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":7,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":5,"velocity":-1,"velocityJitter":0.4},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.1},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2.4,
+ "scaleJitter":0.5,
+ "color":[4,0.2,0.4],
+ "alpha":1,
+ "rotationSpeedJitter":[0.45833334,0.12239584,0.4635417,0.8072917,720,80],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_red"}]
+ },
+ "bull_005_atkEnd_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,2],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.5390625,-0.002604157,1,0.5416667,2.4,1.4],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":100,
+ "rotationSpeed":[0,0.7239584,0,0.98697925,90,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_hit_debris"},{"swf":"sc/effects_brawler.sc","name":"bull_005_hit_debris2"}]
+ },
+ "bull_005_atkEnd_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,2],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6223959,-0.002604157,1,0.4947917,2.4,1.4],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":100,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,90,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_hit_debris_red"},{"swf":"sc/effects_brawler.sc","name":"bull_005_hit_debris2_red"}]
+ },
+ "bull_005_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.325,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":0.5,"z":1.7},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,0.7083334,0.5104167,0.8463542,0.04,0.15],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ruffs_004_lobby_impact"}]
+ },
+ "bull_005_lobby_lose_stun":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":4,
+ "lifetime":4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.04,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_stun"}]
+ },
+ "bull_005_ulti_foot_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.3,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":3.5},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3.7,
+ "color":[1,1,1],
+ "alpha":[0.7317709,-0.010416657,1,0.5104167,1,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_foot_L"}]
+ },
+ "bull_005_ulti_foot_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.15,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":3.5},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3.7,
+ "color":[1,1,1],
+ "alpha":[0.8177084,-0.002604157,1,0.4557292,1,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_005_foot_R"}]
+ },
+ "bull_005_ulti_trail_dust_75":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0,0,0.525],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":200},
+ {"__class":"Deceleration"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.625,
+ "spawnMaxSize":0.875,
+ "minAngle":90,
+ "maxAngle":90,
+ "minSpeedXY":0.3,
+ "maxSpeedXY":1.5,
+ "minSpeedZ":0.15,
+ "maxSpeedZ":0.3
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.01],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust"},{"swf":"sc/effects.sc","name":"hit_dust_2"}]
+ },
+ "bull_006_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_1"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_2"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_3"}]
+ },
+ "bull_006_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,0.8,0.9],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_red_1"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_red_2"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_red_3"}]
+ },
+ "bull_006_lobby_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.85,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.9},
+ "components":[{"__class":"SpawnRate","duration":0.02,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":[0.8828125,-0.010416627,1,0.19791669,1,0.5],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_lion_claw_slash_L"}]
+ },
+ "bull_006_lobby_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.15,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.25,"y":-0.2,"z":0.9},
+ "components":[{"__class":"SpawnRate","duration":0.02,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":[0.8828125,-0.010416627,1,0.19791669,1,0.5],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_lion_claw_slash_R"}]
+ },
+ "bull_007_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.1,
+ "lifetimeJitter":0.02,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "bull_007_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.1,
+ "lifetimeJitter":0.02,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "bull_007_atk_reached_axe":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-80],
+ "components":[
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"Ground","bounciness":0.4,"friction":0.25},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":1.5,
+ "maxSpeedXY":2,
+ "minSpeedZ":7,
+ "maxSpeedZ":9,
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,0.0078125,0.45,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeed":[0.75,0.0078125,-0.2,1,1080,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_01"},{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_02"},{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_03"},{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_03"}]
+ },
+ "bull_007_atk_reached_axe_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-80],
+ "components":[
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"Ground","bounciness":0.4,"friction":0.25},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":1.5,
+ "maxSpeedXY":2,
+ "minSpeedZ":7,
+ "maxSpeedZ":9,
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,0.0078125,0.45,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeed":[0.75,0.0078125,-0.2,1,1080,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_01_red"},{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_02_red"},{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_03_red"},{"swf":"sc/effects_brawler.sc","name":"bull_007_atk_reached_axe_03_red"}]
+ },
+ "bull_008_atk_hit_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"angleJitter":60,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_hit_01"}]
+ },
+ "bull_008_atk_hit_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"angleJitter":60,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_hit_01_red"}]
+ },
+ "bull_008_atk_hit_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":60,
+ "angleJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_hit_02"}]
+ },
+ "bull_008_atk_hit_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":60,
+ "angleJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_hit_02_red"}]
+ },
+ "bull_008_atk_reached_catpaw":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.4},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.4,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached"},{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_02"}]
+ },
+ "bull_008_atk_reached_catpaw_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.4},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.4,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_red"},{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_02_red"}]
+ },
+ "bull_008_atk_reached_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.4},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.4,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_ground"},{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_02_ground"}]
+ },
+ "bull_008_atk_reached_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.4},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.4,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_ground_red"},{"swf":"sc/effects_brawler.sc","name":"bull_008_atk_reached_02_ground_red"}]
+ },
+ "bull_008_atk_trail_hair":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.05,"spawnRate":5},
+ {"__class":"Deceleration","deceleration":[8,8,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1,
+ "spawnMaxSize":1,
+ "maxAngle":90,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,0.4],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.41927087,-0.20572916,0.07291669,0.9791667,750,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_cat_hair"}]
+ },
+ "bull_008_atk_trail_hair_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.05,"spawnRate":5},
+ {"__class":"Deceleration","deceleration":[8,8,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1,
+ "spawnMaxSize":1,
+ "maxAngle":90,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,0.4],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.41927087,-0.20572916,0.07291669,0.9791667,750,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_cat_hair_red"}]
+ },
+ "bull_008_lobby_lose_cat_hair":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.5,
+ "lifetime":0.9,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.25},
+ {"__class":"CurlNoise","frequency":0.1,"strength":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.48177087,0.08333334,0.8854167,0.15104169,0.2,0.05],
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.37239584,0.0052083433,0.12760419,0.97916675,720,60],
+ "rotationSpeedJitter":360,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_lobby_cat_hair"}]
+ },
+ "bull_008_lobby_lose_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.2,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1},
+ "components":[{"__class":"SpawnRate","duration":0.25,"spawnRate":11},{"__class":"Deceleration","deceleration":[1,1,1]}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.125,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":60,
+ "angleJitter":15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_lobby_scratch"}]
+ },
+ "bull_008_ulti_foot_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.7,3.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_ulti_foot_L"}]
+ },
+ "bull_008_ulti_foot_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.7,3.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_ulti_foot_R"}]
+ },
+ "bull_008_ulti_trail_hair":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.05,"spawnRate":25},
+ {"__class":"Deceleration","deceleration":[8,8,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1.7,
+ "spawnMaxSize":1.7,
+ "maxAngle":90,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.41927087,-0.20572916,0.07291669,0.9791667,750,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_cat_hair"}]
+ },
+ "bull_008_ulti_trail_hair_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.05,"spawnRate":25},
+ {"__class":"Deceleration","deceleration":[8,8,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1.7,
+ "spawnMaxSize":1.7,
+ "maxAngle":90,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.41927087,-0.20572916,0.07291669,0.9791667,750,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_008_cat_hair_red"}]
+ },
+ "burning_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.75,2.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.75,2.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "durationJitter":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,6.1,6.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.875,2.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.9,1.9],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.9,1.9],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,3.8,3.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,3.8,3.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "buster_002_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.41,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk"}]
+ },
+ "buster_002_atk_env_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_debris3"},{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_debris1"}]
+ },
+ "buster_002_atk_env_debris1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_debris3_red"},{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_debris1_red"}]
+ },
+ "buster_002_atk_env_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_debris2"}]
+ },
+ "buster_002_atk_env_debris2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_debris2_red"}]
+ },
+ "buster_002_atk_env_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.079],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_spark"}]
+ },
+ "buster_002_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.25,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_hit"}]
+ },
+ "buster_002_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.25,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_hit_red"}]
+ },
+ "buster_002_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_reached_effect2"},{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_reached_effect1"},{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_reached_effect3"}]
+ },
+ "buster_002_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_reached_effect2_red"},{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_reached_effect1_red"},{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_reached_effect3_red"}]
+ },
+ "buster_002_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.41,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_red"}]
+ },
+ "buster_002_atk_spark5":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.41,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_spark5"}]
+ },
+ "buster_002_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.3,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":12},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,0.9,0.9],
+ "alpha":[0.29427087,0.020833343,0.5,0.86197925,0.7,0],
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_trail"}]
+ },
+ "buster_002_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.3,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":12},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,0.9,0.9],
+ "alpha":[0.29427087,0.020833343,0.5,0.86197925,0.7,0],
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_trail_red"}]
+ },
+ "buster_002_atk_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0.5],[-1,0,0.5]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.059,0.025],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "buster_002_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":4.475,"c":1},{"t":4.8,"c":1},{"t":5.35,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.65,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_trail_impact_01"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_trail_impact_02"}]
+ },
+ "buster_002_lobby_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.15,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.35},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0.75,0,-1],"directionJitterAngle":60,"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":[1,0.2],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_02"}]
+ },
+ "buster_002_lobby_lose_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.75,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":7.5,"velocityJitter":5}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":[0.16927084,0.9270834,0.15104169,0.9401042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "buster_002_lobby_lose_spark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":4.45,
+ "lifetime":0.15,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":150},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":5,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "tailLength":[0.16927084,0.9270834,0.15104169,0.9401042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "buster_002_lobby_slash_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_lobby_slash_01"}]
+ },
+ "buster_002_lobby_slash_02":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":1.4,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_lobby_slash_02"}]
+ },
+ "buster_002_lobby_slash_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.75,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_lobby_slash_03"}]
+ },
+ "buster_002_lobby_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":2.5,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":7.5,"velocityJitter":5}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":[0.16927084,0.9270834,0.15104169,0.9401042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "buster_002_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.3,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_1"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "buster_002_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[0.7,0.1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_1"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "buster_def_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.15,
+ "lifetime":0.41,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk"}]
+ },
+ "buster_def_atk_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_hit_debris"}]
+ },
+ "buster_def_atk_hit_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_hit_debris_red"}]
+ },
+ "buster_def_atk_hit_flash":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_hit_red"}]
+ },
+ "buster_def_atk_hit_flash2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.1,"c":1},{"t":0.15,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_hit_flash"}]
+ },
+ "buster_def_atk_hit_flash2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.1,"c":1},{"t":0.15,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_hit_flash_red"}]
+ },
+ "buster_def_atk_hit_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_002_atk_hit"}]
+ },
+ "buster_def_atk_hit_screen":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_hit_screen"}]
+ },
+ "buster_def_atk_hit_screen_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_hit_screen_red"}]
+ },
+ "buster_def_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.15,
+ "lifetime":0.41,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_red"}]
+ },
+ "buster_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.47,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":12},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":[0.29427087,0.020833343,0.5,0.86197925,0.2,0],
+ "angle":-90,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_trail"}]
+ },
+ "buster_def_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0.4,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "buster_def_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"}]
+ },
+ "buster_def_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.47,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":12},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":[0.29427087,0.020833343,0.5,0.86197925,0.2,0],
+ "angle":-90,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_atk_trail_red"}]
+ },
+ "buster_def_lobby_bullet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.85,"spawnRate":13},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":50},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":2}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.15,"scaleJitter":0.05,"color":[1,1,0.25],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_lobby_bullet"}]
+ },
+ "buster_def_lobby_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":1.4,"c":1},{"t":1.7,"c":1},{"t":2.175,"c":1}]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_lobby_flash"}]
+ },
+ "buster_def_lobby_lose_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1,"z":0.45},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":2.1,"c":1}]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_lobby_flash"}]
+ },
+ "buster_def_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.95,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[[1,1,1],[1,1,0]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ground_impact"}]
+ },
+ "buster_def_lobby_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":0.5},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":[1,0.2],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_02"}]
+ },
+ "buster_def_lobby_lose_stun":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.95,
+ "lifetime":4,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.04,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_stun"}]
+ },
+ "buster_def_starPower_hit_film":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.45,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,0,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "buster_def_starPower_hit_film_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.45,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,0,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "buster_def_ulti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":4.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_ulti"}]
+ },
+ "buster_def_ulti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":4.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_ulti_red"}]
+ },
+ "buzz_002_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.09,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.6458334,0.3151042,0.9322917,0.4,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_002_atk"}]
+ },
+ "buzz_002_atk_trail_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0.5,1,0.25,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_002_atk_trail"}]
+ },
+ "buzz_002_atk_trail_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0.5,1,0.25,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_002_atk_trail_red"}]
+ },
+ "buzz_002_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27864584,0.7083334,0.3697917,0.9635417,1.8,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.941,0.5],[0.3,0.941,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27864584,0.7083334,0.3697917,0.9635417,1.8,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.941,0.5],[0.3,0.941,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.85],[0.4,0.3,1]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.2,0.5]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.12,
+ "lifetimeJitter":0.03,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.4,0.1],
+ "scaleJitter":0.2,
+ "color":[0.3,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.12,
+ "lifetimeJitter":0.03,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.4,0.1],
+ "scaleJitter":0.2,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,1],[1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,85,85],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,0.6979167,0.9869792,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.6,0,0.809375,0.3234375,[0.6,1,1],[0.55,0.7,1]],
+ "alpha":[1,0,0.85,0.2,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[1,0,0.5,1,180,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,1],[1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,85,85],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,0.6979167,0.9869792,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.6,0,0.809375,0.3234375,[1,0.6,1],[1,0.55,0.7]],
+ "alpha":[1,0,0.85,0.2,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[1,0,0.5,1,180,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,1],[1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[11,11,11],[11,11,11]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,0.6979167,0.9869792,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.8802084,-0.049479157,0.6666667,0.6666667,[0.4,1,1],[0.65,0.7,1]],
+ "alpha":[1,0,0.75,0.5,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[1,0,0.5,1,180,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paper_rotation_02"}]
+ },
+ "buzz_003_atk_paper_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,99,99],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,450,450],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,0.6979167,0.9869792,0.28,0.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.025,0.025],
+ "color":[1,0.0078125,0.7859375,0.94062495,[0.6,1,1],[0.55,0.95,1]],
+ "alpha":[1,0,0.85,0.2,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.621875,0.296875,0,0.9515625,1080,0],
+ "rotationSpeedJitter":[1,0,0.5,1,70,70],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,99,99],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,280,280],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,450,450],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,0.6979167,0.9869792,0.28,0.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.025,0.025],
+ "color":[1,0.0078125,0.7859375,0.94062495,[1,0.6,1],[1,0.65,0.95]],
+ "alpha":[1,0,0.85,0.2,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.621875,0.296875,0,0.9515625,1080,0],
+ "rotationSpeedJitter":[1,0,0.5,1,70,70],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.075,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,0.9],[0,0.6,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,90,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "buzz_003_atk_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.075,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0,0.6],[0.9,0,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,90,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "buzz_003_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.17,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.28,-0.28],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.28,-0.28],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.7,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0.2,0.7,1]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0.5,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.7,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[1,0.2,0.5]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0.5,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "buzz_003_atk_trail_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "buzz_003_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.8,1],[0.1,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.1,0.6],[1,0.1,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_explode_blue"}]
+ },
+ "buzz_003_ulti_focus_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_explode_red"}]
+ },
+ "buzz_003_ulti_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_003_ulti_hit"}]
+ },
+ "buzz_003_ulti_hit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,1,1],[0.3,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_003_ulti_hit_red"}]
+ },
+ "buzz_003_ulti_shards":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"stone_3_waterpark"},{"swf":"sc/effects.sc","name":"stone_3_snowtel"}]
+ },
+ "buzz_003_ulti_shards_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.408854,1,-1.8723958,0.15,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.905,0.764,0.85],[0.905,0.764,0.85]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "buzz_003_ulti_trail_film":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,22.5,22.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.45,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,0,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,22.5,22.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.45,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,0,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.32,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.6,1,1],[0.6,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[1,0,0.7890625,1,560,0],
+ "rotationSpeedJitter":[1,0,0.875,0.9921875,560,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.32,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.6,1],[1,0.6,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[1,0,0.7890625,1,560,0],
+ "rotationSpeedJitter":[1,0,0.875,0.9921875,560,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.984,0.949],[1,0.984,0.949]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "buzz_005_atk_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":45,"velocity":6,"velocityJitter":2.5},
+ {"__class":"Ground","bounciness":0.5,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.036458343,0.8697917,0.049479187,0.7,0.2],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.34114587,0.08333334,0,0.7291667,360,10],
+ "rotationSpeedJitter":[0.34895837,0.059895843,0,0.7838542,200,10],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_01"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_02"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_03"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_04"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_05"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "buzz_005_atk_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":45,"velocity":6,"velocityJitter":2.5},
+ {"__class":"Ground","bounciness":0.5,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.036458343,0.8697917,0.049479187,0.7,0.2],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.34114587,0.08333334,0,0.7291667,360,10],
+ "rotationSpeedJitter":[0.34895837,0.059895843,0,0.7838542,200,10],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "buzz_005_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_hit_impact"}]
+ },
+ "buzz_005_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_hit_impact_red"}]
+ },
+ "buzz_005_atk_trail_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":30,"velocity":2,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.45,0.3],
+ "scaleJitter":0.15,
+ "color":[0,0.6,0.9],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,90,30],
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "buzz_005_atk_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":30,"velocity":2,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.45,0.3],
+ "scaleJitter":0.15,
+ "color":[1,0.5,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,90,30],
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "buzz_005_atk_trail_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnCone","direction":[1,0,0],"velocity":3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[[0.85,1,1],[0,0.8,1]],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "buzz_005_atk_trail_starcandy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":100,"spawnRateJitter":100},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":45,"velocity":6,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.11458334,0.8385417,0.08854169,0.85,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.49739587,-0.0026041567,0,1.0182292,1000,20],
+ "rotationSpeedJitter":[0.45052084,-0.0026041567,0.010416687,0.9713542,120,20],
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_01"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_02"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "buzz_005_atk_trail_starcandy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":100,"spawnRateJitter":100},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":45,"velocity":6,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.11458334,0.8385417,0.08854169,0.85,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.49739587,-0.0026041567,0,1.0182292,1000,20],
+ "rotationSpeedJitter":[0.45052084,-0.0026041567,0.010416687,0.9713542,120,20],
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_01_red"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_02_red"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_03_red"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "buzz_005_lobby_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.05,
+ "lifetime":0.25,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{"x":0.4,"z":1.6},
+ "gravity":[0,0,-10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":30},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[1,0,1.5],"directionJitterAngle":60,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6458334,0.09895834,0.8541667,0.19010419,0.05,0.03],
+ "scaleJitter":0.02,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "tailLength":[0.13802084,0.7630209,0.12760419,0.9322917,0.2,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble"}]
+ },
+ "buzz_005_lobby_liquid_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.6,
+ "lifetime":0.25,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.25,"z":0.5},
+ "gravity":[0,0,-10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":30},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6458334,0.09895834,0.8541667,0.19010419,0.05,0.03],
+ "scaleJitter":0.02,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "tailLength":[0.13802084,0.7630209,0.12760419,0.9322917,0.2,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble"}]
+ },
+ "buzz_005_lobby_starcandy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":1.05,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"x":0.32,"z":1.6},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0.5,0,1.75],"directionJitterAngle":60,"velocity":5,"velocityJitter":0.5},
+ {"__class":"Ground","friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.059895843,0.8385417,0.08854169,0.3,0.1],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.49739587,-0.0026041567,0,1.0182292,1000,20],
+ "rotationSpeedJitter":[0.45052084,-0.0026041567,0.010416687,0.9713542,120,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_01"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_02"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "buzz_005_lobby_starcandy_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":0.6,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.25,"z":0.5},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":5,"velocityJitter":1},
+ {"__class":"Ground","friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.059895843,0.8385417,0.08854169,0.3,0.1],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.49739587,-0.0026041567,0,1.0182292,1000,20],
+ "rotationSpeedJitter":[0.45052084,-0.0026041567,0.010416687,0.9713542,120,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_01"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_02"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "buzz_005_lobby_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.65,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":255,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_stars_03"}]
+ },
+ "buzz_005_ulti_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,2.5],
+ "scaleJitter":0.3,
+ "color":[[1,1,0],[1,0.25,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.05],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "buzz_005_ulti_hit_star":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_hit_star"}]
+ },
+ "buzz_005_ulti_hit_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_hit_star_red"}]
+ },
+ "buzz_005_ulti_macaroon_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.85,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_macaroon_01"}]
+ },
+ "buzz_005_ulti_macaroon_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.85,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_macaroon_01_red"}]
+ },
+ "buzz_005_ulti_macaroon_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.85,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_macaroon_02"}]
+ },
+ "buzz_005_ulti_macaroon_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.85,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_macaroon_02_red"}]
+ },
+ "buzz_005_ulti_reached_macaroon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.75,"maxSpeedXY":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.7,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_reached_macaroon"}]
+ },
+ "buzz_005_ulti_reached_macaroon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.75,"maxSpeedXY":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.7,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_ulti_reached_macaroon_red"}]
+ },
+ "buzz_005_ulti_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":40},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.5,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0.65],
+ "scaleJitter":0.25,
+ "color":[1,0.75,0],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":20,
+ "rotationSpeedJitter":-20,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "buzz_005_ulti_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.75},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6302084,0.10677084,0.6979167,0.17447919,0.4,0.15],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.028645843,0.0026041865,0.95572925,420,20],
+ "rotationSpeedJitter":30,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_004_lobby_star"}]
+ },
+ "buzz_005_ulti_trail_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":7.5,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.5,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.036458343,0.8697917,0.049479187,0.6,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.34114587,0.08333334,0.10416669,0.7604167,360,10],
+ "rotationSpeedJitter":[0.34895837,0.059895843,0.11197919,0.8307292,200,10],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_01"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_02"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_03"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_04"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_05"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "buzz_005_ulti_trail_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":7.5,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.5,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.036458343,0.8697917,0.049479187,0.6,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.34114587,0.08333334,0.10416669,0.7604167,360,10],
+ "rotationSpeedJitter":[0.34895837,0.059895843,0.11197919,0.8307292,200,10],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_candy_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "buzz_005_ulti_trail_starcandy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":12.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":6,"velocityJitter":1},
+ {"__class":"Ground","friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.11458334,0.8385417,0.08854169,0.85,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.49739587,-0.0026041567,0,1.0182292,1000,20],
+ "rotationSpeedJitter":[0.45052084,-0.0026041567,0.010416687,0.9713542,120,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_01"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_02"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "buzz_005_ulti_trail_starcandy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":12.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":6,"velocityJitter":1},
+ {"__class":"Ground","friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.11458334,0.8385417,0.08854169,0.85,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.49739587,-0.0026041567,0,1.0182292,1000,20],
+ "rotationSpeedJitter":[0.45052084,-0.0026041567,0.010416687,0.9713542,120,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_01_red"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_02_red"},{"swf":"sc/effects_brawler.sc","name":"buzz_005_atk_starcandy_03_red"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "buzz_def_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.09,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,0.1,0.6,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_def_atk"}]
+ },
+ "buzz_def_atk_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.09,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,0.1,0.6,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_def_atk_red"}]
+ },
+ "buzz_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0.5,1,0.25,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_def_atk_trail"}]
+ },
+ "buzz_def_atk_trail_circles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.03,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,22,22],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[50,50,0],[50,50,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,0.41145834,0.13541669,0.8932292,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,0.7],[0.4,1,0.7]],
+ "alpha":[1,0,-0.1,0.6,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_rotating"}]
+ },
+ "buzz_def_atk_trail_circles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.03,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,22,22],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[50,50,0],[50,50,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,0.41145834,0.13541669,0.8932292,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,1],[0.9,0.5,1]],
+ "alpha":[1,0,-0.1,0.6,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_rotating"}]
+ },
+ "buzz_def_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.7,1],[0.3,0.3,1]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[0.5,0.3,0.75]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0.5,1,0.25,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.7,0.8]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_def_atk_trail_red"}]
+ },
+ "buzz_def_atkHit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.4,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.4,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_01_red"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_02_red"}]
+ },
+ "buzz_def_ulti_trail_water":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9,0,1,0,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9,0,1,0,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.05,0.729,1],[0.05,0.729,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9,0,1,0,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9,0,1,0,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.85,0.9],[1,0.85,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":20,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_3"},{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_2"}]
+ },
+ "buzz_def_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.06,
+ "durationJitter":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,120,120],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.2,-0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-180,-180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,100,100],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.06,
+ "durationJitter":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,120,120],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.2,-0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-180,-180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,100,100],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,75,75],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "byron_002_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[0.4,0.9,1],[0.1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,0.4,0.6],[1,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.1},
+ {"__class":"Deceleration","deceleration":[0,0,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.7942709,0.11979169,0.9479167,0.2,1],
+ "scaleJitter":0.15,
+ "color":[0.1,0.7,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,90,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.1},
+ {"__class":"Deceleration","deceleration":[0,0,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.7942709,0.11979169,0.9479167,0.2,1],
+ "scaleJitter":0.15,
+ "color":[1,0.4,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,90,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[0.3,0.8,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[1,0.3,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[1,0,0.3]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.4,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_moon_1"}]
+ },
+ "byron_002_atk_moon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[1,0,0.3]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.65,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_moon_2"}]
+ },
+ "byron_002_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.3,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.46614587,1.1302084,0.5104167,0.97916675,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_smoke_ring"}]
+ },
+ "byron_002_atk_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[1,0,0.3]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.8,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_gold"}]
+ },
+ "byron_002_atk_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[1,0,0.3]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.8,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_4"}]
+ },
+ "byron_002_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302087,-0.010416627,0.6354167,0.99479175,0.9,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302087,-0.010416627,0.6354167,0.99479175,0.9,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,1],[0.6,1,1]],
+ "alpha":[0.1,0.95,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,80,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[1,0.7,0.7]],
+ "alpha":[0.1,0.95,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,80,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0,1,0.25,0.45,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_moon_1"}]
+ },
+ "byron_002_atk_trail_moon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0,1,0.25,0.75,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_moon_2"}]
+ },
+ "byron_002_atk_trail_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.95,0,1,0.25,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_gold"}]
+ },
+ "byron_002_atk_trail_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.95,0,1,0.25,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_4"}]
+ },
+ "byron_002_atkHit_feather_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,-2.565104,1,-1.1380208,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-480,-160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-200,-80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "byron_002_atkHit_feather_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,-2.565104,1,-1.1380208,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-480,-160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-200,-80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "byron_002_atkHit_feather_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,480,160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "byron_002_atkHit_feather_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,480,160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "byron_002_atkHit_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,1,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,0],[9,9,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,0.036458343,0.7734375,0.22135419,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,0],[9,9,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,0.036458343,0.7734375,0.22135419,1.3,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,1,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_1"},{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_2"}]
+ },
+ "byron_002_ulti_gas_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3200,3200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3,0.12,0.12,1,0.6,3.2],
+ "spawnMaxSize":[0.3,0.12,0.12,1,1,3.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,2,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.5,1],[0.7,0.4,0.8]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3200,3200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3,0.12,0.12,1,0.6,3.2],
+ "spawnMaxSize":[0.3,0.12,0.12,1,1,3.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,2,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.5,1],[1,0.4,0.5]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,2],
+ "spawnMaxSize":[0.065,0.33333334,0.6666667,0.6666667,2,2.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,0.3307292,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,2],
+ "spawnMaxSize":[0.065,0.33333334,0.6666667,0.6666667,2,2.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0,1,0.3307292,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,2.2],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.3,2.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.8],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,2.2],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.3,2.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.3,0.3],[1,0.5,0]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_003_atk_hit_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[[0,1,0.8],[0.1,0.5,0.7]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "byron_003_atk_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":14},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.18,0.02],
+ "scaleJitter":0.06,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_002"},{"swf":"sc/effects_brawler.sc","name":"particle_droplet_3"}]
+ },
+ "byron_003_atk_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":14},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.18,0.02],
+ "scaleJitter":0.06,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_red"}]
+ },
+ "byron_003_reached_exp_monster":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Monster_reached_sprite"}]
+ },
+ "byron_003_reached_exp_monster_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Monster_reached_sprite_red"}]
+ },
+ "byron_003_reached_sprout_water":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6.05,
+ "color":[0,0.9,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poison_ground_explode"}]
+ },
+ "byron_003_reached_sprout_water_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6.05,
+ "color":[1,0.5,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poison_ground_explode"}]
+ },
+ "byron_003_ulti_shards":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":120,
+ "lifetime":0.9,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":240,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3.5,"maxSpeedXY":4,"minSpeedZ":8,"maxSpeedZ":12,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"broke_glass"},{"swf":"sc/effects_brawler.sc","name":"broke_glass2"},{"swf":"sc/effects_brawler.sc","name":"broke_glass3"}]
+ },
+ "byron_003_ulti_shards_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":120,
+ "lifetime":0.9,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":240,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3.5,"maxSpeedXY":4,"minSpeedZ":8,"maxSpeedZ":12,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"broke_glass_red"},{"swf":"sc/effects_brawler.sc","name":"broke_glass2_red"},{"swf":"sc/effects_brawler.sc","name":"broke_glass3_red"}]
+ },
+ "byron_def_atk_hit_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[[0.2,1,0.6],[0.1,0.5,0.7]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[[1,0.5,0.7],[0.6,0.1,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[[0.4,1,0.95],[0,0.7,0.4]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "byron_def_atk_hit_liquid_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shelly_003_atk_hitEnv_red"}]
+ },
+ "byron_def_atk_hit_liquid_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.32,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[0.8,0.1,-0.2,0.8,[1,1,0.8],[0.6,1,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "byron_def_atk_hit_liquid_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.32,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[0.8,0.1,-0.2,0.8,[1,0.8,0.95],[1,0.4,0.6]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "byron_def_atk_shards":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,0.6],[0.1,0.4,0.6]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[0.7,0.1,0.7]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.25,0.7,0.6],[0.25,0.5,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[0.8,0.1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,145,145],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,215,215],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,-4,0.8,-2.5,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.4],[0,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "byron_def_atk_trail_sparkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,145,145],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,215,215],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,-4,0.8,-2.5,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "byron_def_poison_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.20052084,0.5364584,0.3541667,0.9244792,0,2],
+ "maxSpeedXY":[0.18489584,0.5911459,0.4010417,0.9244792,0.5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,1,0.85],[0,0.4,0.8]],
+ "alpha":[0.5,0.1,-0.2,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,2],[3.5,3.5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.5338541,1,-0.7083333,0.22,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.32,1,0.52],[0.32,1,0.52]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "byron_def_poison_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2.5,-2.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.9,0],[0.8,0.9,0]],
+ "alpha":[0.6,0.3,-0.2,1,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.9583334,0,1.0026042,1,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_def_ulti_area"}]
+ },
+ "byron_def_ulti_area_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.9583334,0,1.0026042,1,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_def_ulti_area_red"}]
+ },
+ "byron_def_ulti_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,1],[10,10,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.65,0.0078125,0.75,0.2921875,0.22,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.95],[0.2,1,0.95]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "byron_def_ulti_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,1],[10,10,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.65,0.0078125,0.75,0.2921875,0.22,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.45,0.6],[1,0.45,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "byron_def_ulti_gas_add":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8.8,8.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.4,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.7,0],[0,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8.8,8.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.4,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.1,0.4],[0,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,2,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,0.6],[0.1,0.4,0.7]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,2,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.2,0.7],[0.2,0.25,0.4]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,1,0.8],[0.1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.55,0.7],[0.7,0.2,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.4088541,0.9,-0.6848958,0.25,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_3"}]
+ },
+ "byron_def_ulti_splat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.4088541,0.9,-0.6848958,0.25,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_4"}]
+ },
+ "byron_def_ulti_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,7]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,12,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.5338541,1,-0.7083333,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,0.9],[0.2,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "byron_def_ulti_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,7]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,12,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.5338541,1,-0.7083333,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.45,0.7],[1,0.45,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "byron_def_ulti_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,0.6],[0.1,0.4,0.6]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,80,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.45,0.6],[0.7,0.2,0.8]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,80,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.9,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":12},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"maxAngle":360,"maxSpeedXY":1,"minSpeedZ":1.2,"maxSpeedZ":2.4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.8,0.8,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0.3385417,0.9088542,1,1.6],
+ "scaleJitter":0.2,
+ "color":[[0.6,1,0.1],[0,1,0]],
+ "alpha":[0.2,0.8,0.2,1,0,0.55],
+ "angleJitter":360,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":8},{"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minSpeedZ":3,"maxSpeedZ":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0.5,1,0.2],
+ "alpha":[0.3,1,0,1,0,0.6],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_aura_streak"}]
+ },
+ "byron_heal_buff_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":6},{"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minSpeedZ":4,"maxSpeedZ":6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[0,0.6,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_aura_streak"}]
+ },
+ "cacti_explo_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.2,1.2],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,25,25],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "cactus_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20,"spawnRateJitter":20},
+ {"__class":"Deceleration","deceleration":[6,6,0]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":4,"minSpeedZ":5,"maxSpeedZ":8,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6770834,0.14583334,0.7291667,0.19791669,0.8,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.23958334,-0.47135416,0,0.9401042,720,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_01"},{"swf":"sc/effects_brawler.sc","name":"cactus_02"},{"swf":"sc/effects_brawler.sc","name":"cactus_03"},{"swf":"sc/effects_brawler.sc","name":"cactus_03"}]
+ },
+ "cactus_01_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.7500001,
+ "lifetimeJitter":0.2500001,
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.0010001,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnPlanar","minAngle":90,"maxAngle":360,"minSpeedXY":0.8,"maxSpeedXY":8,"minSpeedZ":9,"maxSpeedZ":30,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.25],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.26302084,1.0052084,0.328125,0.9322917,720,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_01"},{"swf":"sc/effects_brawler.sc","name":"cactus_02"},{"swf":"sc/effects_brawler.sc","name":"cactus_03"}]
+ },
+ "cactus_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1.5,"spawnRateJitter":1.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"minSpeedZ":2.5,"maxSpeedZ":4,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6770834,0.14583334,0.7291667,0.19791669,0.5,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.23958334,-0.47135416,0,0.9401042,720,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_01"},{"swf":"sc/effects_brawler.sc","name":"cactus_02"},{"swf":"sc/effects_brawler.sc","name":"cactus_03"},{"swf":"sc/effects_brawler.sc","name":"cactus_03"}]
+ },
+ "candystand_chimney_sparkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":3,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_twinkle_01"},{"swf":"sc/effects.sc","name":"prt_twinkle_02"}]
+ },
+ "candystand_fragile_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_cherry_splash"}]
+ },
+ "candystand_rainbow_sparkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":4,
+ "lifetimeJitter":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":10,"spawnRate":0.4,"spawnRateJitter":0.4},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{"globalScale":3,"scale":0.45,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_01"}]
+ },
+ "candystand_rainbow_sparkle_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_twinkle_01"},{"swf":"sc/effects.sc","name":"prt_twinkle_02"}]
+ },
+ "candystand_rock_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_candy_cream"}]
+ },
+ "candystand_sparkle_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":2,
+ "lifetimeJitter":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":0.4,"spawnRateJitter":0.4},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{"globalScale":3,"scale":0.45,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_01"}]
+ },
+ "candystand_sparkle_grass":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":0.4,"spawnRateJitter":0.4},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{"globalScale":3,"scale":0.45,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"alphaFadeout":0.5,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"prt_twinkle_pink_01"},
+ {"swf":"sc/effects.sc","name":"prt_twinkle_pink_02"},
+ {"swf":"sc/effects.sc","name":"prt_twinkle_pink_03"},
+ {"swf":"sc/effects.sc","name":"prt_twinkle_pink_03"},
+ {"swf":"sc/effects.sc","name":"prt_twinkle_pink_03"},
+ {"swf":"sc/effects.sc","name":"prt_twinkle_pink_03"}
+ ]
+ },
+ "candystand_water_wheel_sparkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":2,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,0.5],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.2,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_twinkle_01"},{"swf":"sc/effects.sc","name":"prt_twinkle_02"}]
+ },
+ "cardboard_explo_debris_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,0.6000002,0.6000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.4000002,0.4000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "Cards_flying":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.85,0.85],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,7.5,7.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,18,18],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"card_love"},{"swf":"sc/effects.sc","name":"card_money"},{"swf":"sc/effects.sc","name":"card_death"}]
+ },
+ "carl_002_ulti_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.15,-0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"whirlFire_particle"}]
+ },
+ "carl_002_ulti_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.15,-0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.15],[1,0.4,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"whirlFire_particle"}]
+ },
+ "carl_004_atk_hit_mush":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":100,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "minSpeedZ":8,
+ "maxSpeedZ":12,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[6,6,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.020833492,0.90625,0.17447925,0.85,0.35],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.7864584,0.005208343,0.23697919,0.99479175,2400,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,10],[6,6,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9661459,0.005208343,0.8671875,0.20572919,0.85,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7864584,0.005208343,0.23697919,0.99479175,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_mushroomS_red"},{"swf":"sc/effects_brawler.sc","name":"particle_mushroomS_purple"}]
+ },
+ "carl_004_atk_hitEnv_mush":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1.5,
+ "maxSpeedXY":2,
+ "minSpeedZ":4,
+ "maxSpeedZ":8,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[6,6,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.020833492,0.90625,0.17447925,0.6,0.25],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.7864584,0.005208343,0.23697919,0.99479175,2400,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1,
+ "maxSpeedXY":2,
+ "minSpeedZ":4,
+ "maxSpeedZ":8,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[6,6,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.020833492,0.90625,0.17447925,0.6,0.2],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.7864584,0.005208343,0.23697919,0.99479175,2400,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020837,-2.1354165,1,-0.7864583,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_square"}]
+ },
+ "carl_004_atk_trail_leaf1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020837,-2.1354165,1,-0.7864583,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_square_red"}]
+ },
+ "carl_004_atk_trail_leaf2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "carl_004_atk_trail_leaf2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"}]
+ },
+ "carl_004_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_004_lose"}]
+ },
+ "carl_004_lose_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1,"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_noStroke"}]
+ },
+ "carl_005_atk_drop_fish":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,0.3,7,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,0.3,7,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":4,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,-0.8385416,1,-0.9192708,6.5,2],
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.6145834,0.11458334,0.2838542,0.9869792,1200,360],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":4,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,-0.8385416,1,-0.9192708,6.5,2],
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.6145834,0.11458334,0.2838542,0.9869792,1200,360],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.01,-1.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.01,1.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.01,-1.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.01,1.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0,0.8802084,0.002604187,0.9947917,0.1,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_center":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.27864584,-1.4713541,0.8307292,-0.6614583,4,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_005_etc_rippleCenter"}]
+ },
+ "carl_005_ripple_circular":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.1,0.13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,300,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ripple_circular"}]
+ },
+ "carl_005_ripple_droplet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8020834,0.059895843,1,0.4713542,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "carl_005_ripple_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.12},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.5677084,0.4635417,0.9479167,0.55,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ripple_L"}]
+ },
+ "carl_005_ripple_main_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.08},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.13020834,-0.8854166,0.7057292,0.6276042,3.6,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.08},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.12239584,-1.0260416,0.6744792,0.5729167,3.6,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ripple_main_R1"},{"swf":"sc/effects_brawler.sc","name":"particle_ripple_main_R2"}]
+ },
+ "carl_005_ripple_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.12},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,0.5442709,0.4322917,0.9401042,0.55,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ripple_R"}]
+ },
+ "carl_005_ripple_still":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.16927084,0.6770834,0.4401042,0.9401042,1.12,1.28],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5677084,0.3229167,0.9713542,0.08,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,300,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ripple_circular"}]
+ },
+ "carl_005_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_1"}]
+ },
+ "carl_006_atk_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_1_red"}]
+ },
+ "carl_006_atk_droplets":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-15],[0,0,-10]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.25,0.06],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "carl_006_atk_droplets_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-15],[0,0,-10]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.25,0.06],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "carl_006_atk_trail_droplets":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-15],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.2,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "carl_006_atk_trail_droplets_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-15],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.2,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "carl_006_atk_trail_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.37,0.37],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.8,1.8,0],[1.8,1.8,0]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.6380209,0.2526042,0.8932292,1.2,0.48],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.75,1,1],[0.75,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,300,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_2"}]
+ },
+ "carl_006_atk_trail_splash_above":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.6380209,0.2526042,0.8932292,0.8,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.38,0.84,1],[0.38,0.84,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,300,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_2"}]
+ },
+ "carl_006_atk_trail_splash_above_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.6380209,0.2526042,0.8932292,0.8,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.501961,0.584314],[1,0.501961,0.584314]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,300,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_2"}]
+ },
+ "carl_006_atk_trail_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.37,0.37],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.8,1.8,0],[1.8,1.8,0]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.6380209,0.2526042,0.8932292,1.2,0.48],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.819608,0.839216],[1,0.819608,0.839216]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,300,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_2"}]
+ },
+ "carl_006_ulti_droplets":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,-4]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8489584,-0.002604157,0.8151042,0.3307292,0.3,0.33],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,420,420],
+ "rotationSpeed":[0.6536459,0.013020843,0.2994792,0.9401042,360,60],
+ "rotationSpeedJitter":[0.5755209,0.059895843,0.11979169,0.9010417,60,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,-4]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8489584,-0.002604157,0.8151042,0.3307292,0.3,0.33],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,420,420],
+ "rotationSpeed":[0.6536459,0.013020843,0.2994792,0.9401042,360,60],
+ "rotationSpeedJitter":[0.5755209,0.059895843,0.11979169,0.9010417,60,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.75,1],[0.1,0.75,1]],
+ "alpha":[0.1,1,0.2,1,0,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl_normal"}]
+ },
+ "carl_006_ulti_twirl_add":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.2,3.2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.3,3.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,0.6],[0,0.4,0.6]],
+ "alpha":[0.1,1,0.2,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "carl_006_ulti_twirl_add_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.2,3.2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.3,3.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.1,0.2],[0.7,0.1,0.2]],
+ "alpha":[0.1,1,0.2,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "carl_006_ulti_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.26,0.8],[0.9,0.26,0.8]],
+ "alpha":[0.1,1,0.2,1,0,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl_normal"}]
+ },
+ "carl_007_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.25,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_hit"}]
+ },
+ "carl_007_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.25,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_hit_red"}]
+ },
+ "carl_007_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_impact"}]
+ },
+ "carl_007_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_impact_red"}]
+ },
+ "carl_007_atk_trail_crack":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":50,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":13}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_crack_02"},{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_crack_01"}]
+ },
+ "carl_007_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":25},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1.5,2],
+ "scaleJitter":1,
+ "color":[1,0.75,0.5],
+ "alpha":0.2,
+ "angle":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "carl_007_atk_trail_frag":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.35,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-70],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.005,"spawnRate":15},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"minSpeedZ":10,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0.1,0.5,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "carl_007_ulti_after_smoke_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.7,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":70},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":0.75,"minAngle":90,"maxAngle":270,"minSpeedXY":3.5,"maxSpeedXY":5},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_02"}]
+ },
+ "carl_007_ulti_after_smoke_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.7,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":70},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":0.75,"minAngle":90,"maxAngle":270,"minSpeedXY":3.5,"maxSpeedXY":5},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_02_red"}]
+ },
+ "carl_007_ulti_after_smoke_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.7,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":70},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":0.75,"minAngle":270,"maxAngle":450,"minSpeedXY":3.5,"maxSpeedXY":5},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_02"}]
+ },
+ "carl_007_ulti_after_smoke_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.7,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":70},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":0.75,"minAngle":270,"maxAngle":450,"minSpeedXY":3.5,"maxSpeedXY":5},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_02_red"}]
+ },
+ "carl_007_ulti_arrow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":50},{"__class":"SpawnPlanar","spawnMinSize":1.25,"spawnMaxSize":1.25,"maxAngle":720}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "color":[0.1,0.1,0.2],
+ "alpha":0.5,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_arrow_01"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_arrow_02"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_arrow_03"}]
+ },
+ "carl_007_ulti_arrow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":50},{"__class":"SpawnPlanar","spawnMinSize":1.25,"spawnMaxSize":1.25,"maxAngle":720}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "color":[0.2,0.1,0.1],
+ "alpha":0.5,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_arrow_01"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_arrow_02"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_arrow_03"}]
+ },
+ "carl_007_ulti_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_impact"}]
+ },
+ "carl_007_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_impact_red"}]
+ },
+ "carl_007_ulti_smoke_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.15,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.4,"spawnMaxSize":1.65,"maxAngle":5600,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_blue_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_blue_2"}]
+ },
+ "carl_007_ulti_smoke_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.15,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.4,"spawnMaxSize":1.65,"maxAngle":5600,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_red_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_red_2"}]
+ },
+ "carl_007_ulti_smoke_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.15,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.4,"spawnMaxSize":1.65,"minAngle":180,"maxAngle":5780,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_blue_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_blue_2"}]
+ },
+ "carl_007_ulti_smoke_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.15,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.4,"spawnMaxSize":1.65,"minAngle":180,"maxAngle":5780,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,1],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_red_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_red_2"}]
+ },
+ "carl_007_ulti_smoke_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.3,"spawnMaxSize":1.45,"maxAngle":5600,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.75],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_03"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_04"}]
+ },
+ "carl_007_ulti_smoke_3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.3,"spawnMaxSize":1.45,"maxAngle":5600,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.75],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_03_red"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_04_red"}]
+ },
+ "carl_007_ulti_smoke_4":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.3,"spawnMaxSize":1.45,"minAngle":180,"maxAngle":5780,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.75],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_03"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_04"}]
+ },
+ "carl_007_ulti_smoke_4_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1000,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,10],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":2.75,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMinSize":1.3,"spawnMaxSize":1.45,"minAngle":180,"maxAngle":5780,"minSpeedXY":1,"maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.75],
+ "scaleJitter":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_03_red"},{"swf":"sc/effects_brawler.sc","name":"carl_007_ulti_smoke_04_red"}]
+ },
+ "carl_008_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_atk_slash"}]
+ },
+ "carl_008_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":45,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_atk_slash"}]
+ },
+ "carl_008_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_atk_slash_red"}]
+ },
+ "carl_008_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":1,
+ "spawnMaxSize":1.5,
+ "minAngle":-70,
+ "maxAngle":70,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,1,1.5],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.4],[1,0.4,0]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "carl_008_atk_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":1,
+ "spawnMaxSize":1.5,
+ "minAngle":-70,
+ "maxAngle":70,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,1,1.5],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[1,0,0.2]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "carl_008_atk_trail_twinkle1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":0.7,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1.2,"spawnRate":20},{"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "scaleJitter":0.02,
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tara_004_ulti_particles_1_twinkle"},{"swf":"sc/effects_brawler.sc","name":"tara_004_ulti_particles_2_twinkle"}]
+ },
+ "carl_008_lobby_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.65,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_ulti_hit_debris"}]
+ },
+ "carl_008_lobby_impact2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":3.6,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.35,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_lobby_impact"}]
+ },
+ "carl_008_lobby_impact_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.5833334,0.17447919,0.8932292,3,1],
+ "color":[[1,0.75,0],[0.5,0.25,0]],
+ "alpha":1,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "carl_008_lobby_impact_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5052084,0.09895834,0.8619792,0.08072919,0.15,0.05],
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5364584,0.013020843,0.2682292,0.96354175,720,40],
+ "rotationSpeedJitter":[0.38802084,0.028645843,0.2994792,0.9947917,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_004_lobby_star"}]
+ },
+ "carl_008_lobby_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":3.6,
+ "lifetime":1.7,
+ "lifetimeJitter":0.5,
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0,0,0.1],
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":40,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.5],[1,1,1]],
+ "alpha":[0,0.8723959,0,1.0182292,0.5,1],
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tara_004_atk_trail_twinkle3"}]
+ },
+ "carl_008_lobby_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.55,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,0.25],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":[0.23177084,0.7317709,0.06510419,0.9401042,0.2,1],
+ "angleJitter":360,
+ "rotationSpeed":30,
+ "rotationSpeedJitter":10,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "carl_008_lobby_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.55,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-0.25],
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.15,"color":[1,1,0.25],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05"}]
+ },
+ "carl_008_lobby_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.55,
+ "lifetime":2.5,
+ "lifetimeJitter":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":80},
+ {"__class":"SpawnCone","direction":[0,0.5,1],"directionJitterAngle":50,"velocity":5},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.65,"scaleJitter":0.25,"color":[1,1,0.25],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05"}]
+ },
+ "carl_008_moving_trail1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,-1.6,0.8,-0.95,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_1"},{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_2"},{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_3"}]
+ },
+ "carl_008_moving_trail2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.7239584,0.026041687,0.8854167,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.43489584,0.13020834,0.3307292,0.9479167,[1,0.7,0.47],[1,0.7,0.47]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "carl_008_moving_trail2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.7239584,0.026041687,0.8854167,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.43489584,0.13020834,0.3307292,0.9479167,[1,0.57,0.47],[1,0.57,0.47]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "carl_008_moving_trail3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.08},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8020834,0.013020873,1,0.5885417,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_1"},{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_2"},{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_3"}]
+ },
+ "carl_008_moving_trail3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.08},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8020834,0.013020873,1,0.5885417,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_1_red"},{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_2_red"},{"swf":"sc/effects_brawler.sc","name":"carl_008_moving_dust_3_red"}]
+ },
+ "carl_008_moving_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.7,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1.2,"spawnRate":20},{"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "scaleJitter":0.02,
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tara_004_ulti_particles_1_twinkle"},{"swf":"sc/effects_brawler.sc","name":"tara_004_ulti_particles_2_twinkle"}]
+ },
+ "carl_008_ulti_dust_end":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.79,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_dust_end"}]
+ },
+ "carl_008_ulti_dust_end_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.79,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_dust_end _red"}]
+ },
+ "carl_008_ulti_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2.75,
+ "mass":1,
+ "spawnPointOffset":{"z":2.4},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_dust"}]
+ },
+ "carl_008_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2.75,
+ "mass":1,
+ "spawnPointOffset":{"z":2.4},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_dust_red"}]
+ },
+ "carl_008_ulti_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2.75,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_slash"}]
+ },
+ "carl_008_ulti_slash2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.45,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[0.7,0.5,0.5],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_slash"}]
+ },
+ "carl_008_ulti_slash2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.45,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[0.7,0.5,0.5],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_slash_red"}]
+ },
+ "carl_008_ulti_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2.75,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeed":90,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_008_ulti_slash_red"}]
+ },
+ "carl_008_ulti_tornado":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,8],[0.3,0.3,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.7,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "carl_008_ulti_tornado_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,8],[0.3,0.3,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.7,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.5,0.5]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "carl_008_ulti_trail_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.10677084,0.7161459,0.11197919,0.98697925,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "carl_008_ulti_trail_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.10677084,0.7161459,0.11197919,0.98697925,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[1,0.4,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "carl_008_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5052084,0.11197919,0.9401042,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "carl_008_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5052084,0.11197919,0.9401042,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "carl_008_ulti_trail_tornado":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.47,0.47],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.79,
+ "spawnRate":[0.8359375,-0.002604157,1,0.2604167,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958337,-1.5026041,0.7526042,0.08854169,0.6,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.86,0.576,0.321],[0.86,0.576,0.321]],
+ "alpha":[0.052083343,0.7708334,0.4010417,1.0104167,0.1,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "carl_008_ulti_trail_tornado_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.47,0.47],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.79,
+ "spawnRate":[0.8359375,-0.002604157,1,0.2604167,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958337,-1.5026041,0.7526042,0.08854169,0.6,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.5],[1,0.5,0.5]],
+ "alpha":[0.052083343,0.7708334,0.4010417,1.0104167,0.1,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "carl_008_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "durationJitter":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-180,-180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,100,100],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_06_add_rot"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_07_add_rot"}]
+ },
+ "carl_008_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "durationJitter":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-180,-180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.2,0.7],[1,0.2,0.7]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,100,100],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_06_add_rot"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_07_add_rot"}]
+ },
+ "carl_008_ulti_twinkle_spin":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":2.4,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.47,0.79],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_11"}]
+ },
+ "carl_008_ulti_twinkle_spin_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":2.4,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.47,0.79],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_08"}]
+ },
+ "carl_def_atk_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,1.4,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,2000,2000],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,2000,2000],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.75,0.5,0.66],[0.75,0.5,0.66]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,20,20],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.65,0.65],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1.2,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5,1.5],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5,0.5],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0.6,0.6],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,20,20],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1.2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,60],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.7500001,0.7500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.2500001,0.2500001],
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0010001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333331,0.3333331,0.6666671,0.6666671,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-0.45],[0,0,-0.45]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "durationJitter":0.35,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle"}]
+ },
+ "chester_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.575,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_atk_hit"}]
+ },
+ "chester_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.575,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_atk_hit_red"}]
+ },
+ "chester_def_atk_reached_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.025},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.001,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_atk_reached1"},{"swf":"sc/effects_brawler.sc","name":"chester_def_atk_reached2"}]
+ },
+ "chester_def_atk_reached_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.025},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.001,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_atk_reached1_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_atk_reached2_red"}]
+ },
+ "chester_def_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,-6,0.9,-4,0.185,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mode_valley_hit_impact"}]
+ },
+ "chester_def_lobby_lose_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.2,"z":1.7},
+ "gravity":[0.6067709,0.020833343,0,0.8932292,[0,0,10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180,"velocity":3,"velocityJitter":0.2},
+ {"__class":"Deceleration","deceleration":[6,6,6]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.17,
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":0.7,
+ "angle":200,
+ "angleJitter":60,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_05"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_04"},{"swf":"sc/effects_brawler.sc","name":"bibi_005_atk_star_03"}]
+ },
+ "chester_def_lobby_lose_stun":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.5,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "color":[1,1,1],
+ "alpha":[0.8645834,0.0052083433,0.9010417,0.3385417,1,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_stun"}]
+ },
+ "chester_def_lobby_win_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":5.1,
+ "lifetime":1,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1,"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[2,-2,-7],[-2,2,-12]],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.15},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "velocity":6,
+ "velocityJitter":2
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,11],[15,15,11]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4},{"t":0.05,"c":4},{"t":0.1,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,0.06770834,0.9869792,0.3854167,0.12,0.1],
+ "scaleJitter":0.03,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "chester_def_lobby_win_confetti_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":5.1,
+ "lifetime":1,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1,"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[2,-2,-7],[-2,2,-12]],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.15},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "velocity":6,
+ "velocityJitter":2
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,11],[15,15,11]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2},{"t":0.05,"c":2},{"t":0.1,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,0.06770834,0.9869792,0.3854167,0.2,0.15],
+ "scaleJitter":0.03,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_blue_01"},{"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_green_01"},{"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_red_01"},{"swf":"sc/effects_brawler.sc","name":"bo_005_confetti_yellow_01"}]
+ },
+ "chester_def_lobby_win_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":5.1,
+ "lifetime":0.27,
+ "mass":1,
+ "spawnPointOffset":{"x":0.17,"y":-0.2,"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_hit_impact_red_01"}]
+ },
+ "chester_def_ulti_area":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":8.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":5,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_damagearea_base"}]
+ },
+ "chester_def_ulti_area_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":8.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":5,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_damagearea_base_red"}]
+ },
+ "chester_def_ulti_area_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.4],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":7.79,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3.4,3.5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.41927084,-0.010416627,1,0.3385417,0.79,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0.1,0.4]],
+ "alpha":[0,2,0.84,2,0.3,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,4.7,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "chester_def_ulti_area_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.4],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":7.79,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3.4,3.5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.41927084,-0.010416627,1,0.3385417,0.79,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0.1,0.4]],
+ "alpha":[0,2,0.84,2,0.3,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,4.7,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "chester_def_ulti_cottoncamdy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.575,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {"__class":"SpawnRate","duration":0.01,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,-2.5,0],"directionJitterAngle":45,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.05,
+ "color":[0.2,1,0.6],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison1"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison2"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison3"}]
+ },
+ "chester_def_ulti_cottoncamdy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.575,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {"__class":"SpawnRate","duration":0.01,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,-2.5,0],"directionJitterAngle":45,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.05,
+ "color":[0.2,1,0.6],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison1_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison2_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison3_red"}]
+ },
+ "chester_def_ulti_cottoncandies":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.555,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {"__class":"SpawnRate","duration":1,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,-2,0],"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.74,
+ "scaleJitter":0.15,
+ "color":[0.2,1,0.6],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,10,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison2"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison1"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison3"}]
+ },
+ "chester_def_ulti_cottoncandies_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.555,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {"__class":"SpawnRate","duration":1,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,-2,0],"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.74,
+ "scaleJitter":0.15,
+ "color":[0.2,1,0.6],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,10,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison1_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison2_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_cone_poison3_red"}]
+ },
+ "chester_def_ulti_damagearea_drop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":7.975,
+ "spawnRate":[0.6692709,0.020833343,1,0.5416667,70,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3.7,3.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.025,0.025],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.16927084,0.9036459,0.1875,1.0026042,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop1"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop2"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop3"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop4"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop5"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop6"}
+ ]
+ },
+ "chester_def_ulti_damagearea_drop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":7.975,
+ "spawnRate":[0.6692709,0.020833343,1,0.5416667,70,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3.7,3.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.025,0.025],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.16927084,0.9036459,0.1875,1.0026042,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop4_red"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop5_red"},
+ {"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_popingcandy_drop6_red"}
+ ]
+ },
+ "chester_def_ulti_explode":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode"}]
+ },
+ "chester_def_ulti_explode_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.47,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy1"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy2"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy3"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy4"}]
+ },
+ "chester_def_ulti_explode_candy_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy"}]
+ },
+ "chester_def_ulti_explode_candy_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy_origin1_red"}]
+ },
+ "chester_def_ulti_explode_candy_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy22"}]
+ },
+ "chester_def_ulti_explode_candy_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy22_red"}]
+ },
+ "chester_def_ulti_explode_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.47,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy1_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy2_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy3_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_candy4_red"}]
+ },
+ "chester_def_ulti_explode_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_explode_red"}]
+ },
+ "chester_def_ulti_explode_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.79,"maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[0,1,1],[0,0,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "chester_def_ulti_explode_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,0.5],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.2,2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.53125,0.0052083433,1,0.5729167,[0.5,0.5,0.8],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "chester_def_ulti_explode_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,0.5],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.2,2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.53125,0.0052083433,1,0.5729167,[1,0.4,0.7],[0,0.2,0.4]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "chester_def_ulti_heal_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_heal_candy"}]
+ },
+ "chester_def_ulti_heal_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_heal_candy_red"}]
+ },
+ "chester_def_ulti_heal_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":8},{"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minSpeedZ":3,"maxSpeedZ":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0.5,1,0.2],
+ "alpha":[0.3,1,0,1,0,0.6],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_aura_streak"}]
+ },
+ "chester_def_ulti_heal_line_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":8},{"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minSpeedZ":3,"maxSpeedZ":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,0.2,0.5],
+ "alpha":[0.3,1,0,1,0,0.6],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_aura_streak"}]
+ },
+ "chester_def_ulti_poison_smoke_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.1,0,0],[-0.02,0,0]],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_poison_smoke_trail_pink"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_poison_smoke_trail_yellow"}]
+ },
+ "chester_def_ulti_poison_spray":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"minSpeedXY":0.4,"maxSpeedXY":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_poison_spray"}]
+ },
+ "chester_def_ulti_poison_spray_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"minSpeedXY":0.4,"maxSpeedXY":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_poison_spray_red"}]
+ },
+ "chester_def_ulti_poison_trail_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":[0.48177084,0.09114584,0.22135419,0.9869792,10,36]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5911459,0.16145837,0.026041687,1.0104167,0,0.65],
+ "spawnMaxSize":[0.5520834,0.07552087,0,0.9947917,0.05,0.75],
+ "minAngle":160,
+ "maxAngle":200,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-2.221354,0.6875,-0.8958333,0.6,0.35],
+ "scaleJitter":0.2,
+ "color":[0.1,0.79,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "chester_def_ulti_poison_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":[0.48177084,0.09114584,0.22135419,0.9869792,10,36]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5911459,0.16145837,0.026041687,1.0104167,0,0.65],
+ "spawnMaxSize":[0.5520834,0.07552087,0,0.9947917,0.05,0.75],
+ "minAngle":160,
+ "maxAngle":200,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-2.221354,0.6875,-0.8958333,0.6,0.35],
+ "scaleJitter":0.2,
+ "color":[1,0.47,0.79],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "chester_def_ulti_poisonDis":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[0.129,0.592,0.917],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_poison_disappear2"}]
+ },
+ "chester_def_ulti_poisonDis_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,0.1,0.917],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_poison_disappear2_red"}]
+ },
+ "chester_def_ulti_stun_confetti_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-45,-45],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "chester_def_ulti_stun_confetti_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-45,-45],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.95,0.4],[0.9,0.95,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "chester_def_ulti_stun_confetti_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,4,0.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-45,-45],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.18,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.22,0.7,1],[0.22,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"confetti_yellow"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_3"}]
+ },
+ "chester_def_ulti_stun_reached_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.001,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_stun_reached"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_stun_reached2"}]
+ },
+ "chester_def_ulti_stun_reached_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.001,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_stun_reached1_red"},{"swf":"sc/effects_brawler.sc","name":"chester_def_ulti_stun_reached2_red"}]
+ },
+ "chester_def_ulti_stun_rotatingstar":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.45,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1}]},
+ "render":{"globalScale":1,"scale":0.1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_stun"}]
+ },
+ "chester_def_ulti_stun_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.33,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.9],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke"}]
+ },
+ "chester_def_ulti_stun_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.33,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.9],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke_red"}]
+ },
+ "cloud_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.38,0.38],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,24,24],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,24,24],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.3,-0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.14,0.14],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.75,0.75]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2109375,-1.4166666,0.75,-1.2942708,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.14,0.14],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.75,0.75]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.0026041,0.7734375,-0.6536458,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.38,0.38],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,24,24],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,24,24],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.3,-0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8567709,0.013020843,0.8697917,0.4322917,0.8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,10000,10000],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":8,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"cloud_white"}]
+ },
+ "cloudExplode_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.35,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.16,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.35,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.4,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_01"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_02"}]
+ },
+ "cloudExplode_small_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.4,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.4,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_01_red"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_02_red"}]
+ },
+ "cloudExplode_toxic":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "coin_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":0.5,"spawnRateJitter":0.25},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_05"}]
+ },
+ "coins_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.7500001,0.7500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.2500001,0.2500001],
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0010001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333331,0.3333331,0.6666671,0.6666671,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "colette_002_atk_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,2],[8,8,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.6,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[0.75,0.35,1],[0.12,0.07,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "colette_002_atk_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,2],[8,8,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.6,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[1,0.3,0.5],[0.12,0.07,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "colette_002_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,140,140],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[0.6,0.2,0.8],[0.12,0.07,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "colette_002_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,140,140],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[0.9,0.25,0.5],[0.2,0.05,0.48]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "colette_002_atkEnd_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_002_atkEnd"}]
+ },
+ "colette_002_atkEnd_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_002_atkEnd_red"}]
+ },
+ "colette_002_ulti_trail_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.85],[0,0,0.85]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.408854,1,-1.8723958,0.15,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.694,0.423,0.85],[0.694,0.423,0.85]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_002_ulti_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.85],[0,0,0.85]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.408854,1,-1.8723958,0.15,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.921,0.368,0.627],[0.921,0.368,0.627]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_002_ulti_trail_top":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.843,0.619,1],[0.843,0.619,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_002_ulti_trail_top_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.498,0.666],[1,0.498,0.666]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_003_atk_trail_blink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_003_atkEnd_pixelBig":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_004_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[11.5,11.5,0],[11.5,11.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.41145834,0.07552084,0.7682292,0.4088542,1.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8723959,-0.010416657,0.2682292,0.8151042,1440,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[11.5,11.5,0],[11.5,11.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.41145834,0.07552084,0.7682292,0.4088542,1.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8723959,-0.010416657,0.2682292,0.8151042,1440,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_005_atk_hit_fire":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_fire"}]
+ },
+ "colette_005_atk_hit_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_fire_red"}]
+ },
+ "colette_005_atk_hit_heart":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.9,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_heart"}]
+ },
+ "colette_005_atk_hit_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.9,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_heart_red"}]
+ },
+ "colette_005_atk_hit_impect":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_impect"}]
+ },
+ "colette_005_atk_hit_impect_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_impect_red"}]
+ },
+ "colette_005_atk_reached_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_fire"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_fire2"}]
+ },
+ "colette_005_atk_reached_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_fire_red"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_fire2_red"}]
+ },
+ "colette_005_atk_reached_hat":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_hat"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_hat2"}]
+ },
+ "colette_005_atk_reached_hat_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_hat_red"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_hat2_red"}]
+ },
+ "colette_005_atk_reached_paperdrop":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":2.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_papertrop1"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_papertrop2"}]
+ },
+ "colette_005_atk_reached_paperdrop_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":2.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_papertrop1_red"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_papertrop2_red"}]
+ },
+ "colette_005_atk_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.27,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_smoke"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_smoke2"}]
+ },
+ "colette_005_atk_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.27,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_smoke_red"},{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_reached_smoke2_red"}]
+ },
+ "colette_005_atk_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1,"spawnMaxSize":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_trail_fire"}]
+ },
+ "colette_005_atk_trail_fire2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":180,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":100,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1},
+ {"__class":"SpawnLocation","spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.7,0.35],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,1,0.7],[0.1,0.4,0.1]],
+ "alpha":1,
+ "angle":270,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "colette_005_atk_trail_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1,"spawnMaxSize":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_trail_fire_red"}]
+ },
+ "colette_005_atk_trail_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.2,0.5,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "colette_005_atk_trail_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[1,0.2,0.5],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "colette_005_lobby_paper":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":1,"z":1.1},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":5},
+ {"__class":"SpawnBurst","bursts":[{"t":1.45,"c":2},{"t":1.7,"c":1},{"t":1.75,"c":2}]},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,0.6979167,0.9869792,0.175,0.075],
+ "scaleJitter":0.025,
+ "color":[1,0.9,0.85],
+ "alpha":[1,0,0.85,0.2,1,0],
+ "angleJitter":360,
+ "rotationSpeed":45,
+ "rotationSpeedJitter":[1,0,0.5,1,90,0],
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paper_rotation_01"},{"swf":"sc/effects_brawler.sc","name":"particle_paper_rotation_02"}]
+ },
+ "colette_005_ulti_hit_fire":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.74,0.75,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_fire"}]
+ },
+ "colette_005_ulti_hit_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.74,0.75,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_fire_red"}]
+ },
+ "colette_005_ulti_hit_impect":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.74,0.79,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_impect"}]
+ },
+ "colette_005_ulti_hit_impect_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.74,0.79,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_impect_red"}]
+ },
+ "colette_005_ulti_trail_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.16,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":60},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"maxAngle":360,"maxSpeedXY":0.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.408854,1,-1.8723958,0.15,0.03],
+ "scaleJitter":0.03,
+ "color":[0.2,0.7,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_005_ulti_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.16,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":60},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"maxAngle":360,"maxSpeedXY":0.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.408854,1,-1.8723958,0.15,0.03],
+ "scaleJitter":0.03,
+ "color":[1,0.4,0.7],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_005_ulti_trail_top":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.7,0.97,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_005_ulti_trail_top_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[1,0.7,0.94],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_def_atk_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,32,32],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.703125,-0.7447916,1,0.19010419,0.5,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,32,32],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.703125,-0.7447916,1,0.19010419,0.5,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atkEnd_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_def_atkEnd"}]
+ },
+ "colette_def_atkEnd_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_def_atkEnd_red"}]
+ },
+ "colette_def_atkEnd_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,0],[9,9,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,0.036458343,0.7734375,0.22135419,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_emoji_star_01"},{"swf":"sc/effects_brawler.sc","name":"particle_emoji_star_02"}]
+ },
+ "colette_def_gadget_heal_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.36,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":140,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.1,"maxAngle":360,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.5,1.5],
+ "scaleJitter":0.3,
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[0.6,0.9,0],[0.3,1,0.8]],
+ "alpha":0.4,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,40],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "colette_def_gadget_heal_trail_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.55,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"durationJitter":0.1,"spawnRate":5,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.625,"maxAngle":360,"minSpeedXY":0.8,"maxSpeedXY":3.2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[1,0.01],"color":[1,1,1],"alpha":1,"alphaFadeout":0.02,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects.sc","name":"Heal_particle"}]
+ },
+ "colette_def_gadget_heal_trail_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.55,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"durationJitter":0.1,"spawnRate":5,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.625,"maxAngle":360,"minSpeedXY":0.8,"maxSpeedXY":3.2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[1,0.01],"color":[1,1,1],"alpha":1,"alphaFadeout":0.02,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects.sc","name":"Heal_particle_red"}]
+ },
+ "colette_def_gadget_heal_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.36,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":140,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.1,"maxAngle":360,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.5,1.5],
+ "scaleJitter":0.3,
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[1,0.4,0.5],[1,0.4,0.8]],
+ "alpha":0.4,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,40],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "colette_def_gadget_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_def_gadget_end"}]
+ },
+ "colette_def_gadget_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_def_gadget_end_red"}]
+ },
+ "colette_def_ulti_trail_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.16,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":60},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"maxAngle":360,"maxSpeedXY":0.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.408854,1,-1.8723958,0.15,0.03],
+ "scaleJitter":0.03,
+ "color":[0.905,0.764,0.85],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colette_def_ulti_trail_hearts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.703125,-0.7447916,1,0.19010419,0.8,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.703125,-0.7447916,1,0.19010419,0.8,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.984,0.949],[1,0.984,0.949]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_cloud_base"}]
+ },
+ "colt_002_atk_shell":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate_gold"}]
+ },
+ "colt_002_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.7,2.7,1],[2.7,2.7,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.721354,0.6041667,-1.8177083,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[1,1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atk_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloud_cannonCore"}]
+ },
+ "colt_003_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,12],[6,6,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,0.6,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-0.6510416,1,-0.16927081,0.16,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.298,0.419,0.725],[0.298,0.419,0.725]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-0.6510416,1,-0.16927081,0.16,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.56,0.345,0.462],[0.56,0.345,0.462]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atkHit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_003_atk_hit_cloud"}]
+ },
+ "colt_003_atkHit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_003_atk_hit_cloud_red"}]
+ },
+ "colt_003_ulti_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,12],[0,0,12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.12239587,0.5989584,0.4010417,0.9010417,7.5,6.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.32552084,0.29427087,0.15104169,0.9479167,180,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudCannon"}]
+ },
+ "colt_003_ulti_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_003_ulti_core"}]
+ },
+ "colt_003_ulti_impact_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.34114587,-1.8828125,0.921875,0.409375,8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_003_ulti_impact_blue"}]
+ },
+ "colt_003_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.34114587,-1.8828125,0.921875,0.409375,8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_003_ulti_impact_red"}]
+ },
+ "colt_003_ulti_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.12239587,0.5989584,0.4010417,0.9010417,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.32552084,0.29427087,0.15104169,0.9479167,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_red_simple"}]
+ },
+ "colt_004_atkEnd_bullet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9739584,-0.002604157,0.8307292,0.14322919,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.23958334,-0.010416657,0,0.98697925,[1,1,1],[0.5,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6692709,0.020833343,0.041666687,0.98697925,1500,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "colt_004_atkEnd_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9739584,-0.002604157,0.8307292,0.14322919,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.23958334,-0.010416657,0,0.98697925,[1,0.95,1],[1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6692709,0.020833343,0.041666687,0.98697925,1500,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "colt_004_atkHit_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,1],[0,0.2,1]],
+ "alpha":[0.15,1,0,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "colt_004_atkHit_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[0.7,0.2,0.3]],
+ "alpha":[0.15,1,0,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "colt_004_atkHit_main":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.9,0,1,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.5364584,0.059895843,0,1.0026042,[0.7,1,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"star_hit"}]
+ },
+ "colt_004_atkHit_main_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.9,0,1,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.5364584,0.059895843,0,1.0026042,[1,0.8,0.9],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"star_hit"}]
+ },
+ "colt_004_ulti_trail_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.044270843,0.7760417,0.12760419,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,0.9,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_1"}]
+ },
+ "colt_004_ulti_trail_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.044270843,0.7760417,0.12760419,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,0.9,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_4"}]
+ },
+ "colt_005_atk_ground_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":1},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.3,"spawnMaxSize":-0.3,"minAngle":175,"maxAngle":185,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_01"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_02"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_03"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_04"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"}
+ ]
+ },
+ "colt_005_atk_ground_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":1},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.3,"spawnMaxSize":-0.3,"minAngle":175,"maxAngle":185,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_ground_ink_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"}
+ ]
+ },
+ "colt_005_atk_hit_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[0.2,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_01"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_02"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_03"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_04"}]
+ },
+ "colt_005_atk_hit_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[0.2,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_01_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_02_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_03_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_hit_04_red"}]
+ },
+ "colt_005_atk_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.75},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.05,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke"}]
+ },
+ "colt_005_atk_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.75},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.05,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke_red"}]
+ },
+ "colt_005_atk_reached_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.25,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ground_ink_01"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ground_ink_02"}]
+ },
+ "colt_005_atk_reached_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.25,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ground_ink_01_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ground_ink_02_red"}]
+ },
+ "colt_005_atk_reached_paintball":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_01"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_02"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_03"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_04"}]
+ },
+ "colt_005_atk_reached_paintball_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_01_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_02_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_03_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_ball_04_red"}]
+ },
+ "colt_005_atk_reached_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.45,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60,"spawnRateJitter":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_01"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_02"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_03"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_04"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"}
+ ]
+ },
+ "colt_005_atk_reached_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.45,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60,"spawnRateJitter":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"colt_005_atk_reached_splash_dummy"}
+ ]
+ },
+ "colt_005_atk_trail_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":5,"spawnRateJitter":0.1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.05}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.07552084,0.8307292,0.20572919,0.35,0.05],
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_trail_ground_ink_01"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_trail_ground_ink_02"}]
+ },
+ "colt_005_atk_trail_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":5,"spawnRateJitter":0.1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.05}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.07552084,0.8307292,0.20572919,0.35,0.05],
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_trail_ground_ink_01_red"},{"swf":"sc/effects_brawler.sc","name":"colt_005_atk_trail_ground_ink_02_red"}]
+ },
+ "colt_005_lobby_lose_paint_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"y":1,"z":2},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.4},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.17,"scaleJitter":0.075,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_lobby_paint_2_splash"}]
+ },
+ "colt_005_lobby_lose_paint_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.4,
+ "lifetime":300,
+ "mass":1,
+ "spawnPointOffset":{"y":1},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.05}]
+ },
+ "render":{"globalScale":1,"scale":0.35,"scaleJitter":0.075,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_lobby_paint_3"}]
+ },
+ "colt_005_lobby_lose_paint_shot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":303,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.3,"z":3.7},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnMinSize":0.15,"spawnMaxSize":0.2},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_lobby_paint_shot"}]
+ },
+ "colt_005_lobby_paint_1_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":300,
+ "mass":1,
+ "spawnPointOffset":{"y":1,"z":3.5},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.4,"spawnRate":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.05},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.14,"scaleJitter":0.075,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_005_lobby_paint_1_splash"}]
+ },
+ "colt_006_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.75},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.05,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_S"}]
+ },
+ "colt_006_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_atk_hit"}]
+ },
+ "colt_006_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_atk_hit_red"}]
+ },
+ "colt_006_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":300,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","minAngle":-30,"maxAngle":30,"minSpeedXY":5,"maxSpeedXY":7,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[1,1,0.9],[1,0.8,0]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "colt_006_ulti_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_ulti_hit"}]
+ },
+ "colt_006_ulti_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_ulti_hit_debris"}]
+ },
+ "colt_006_ulti_hit_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_ulti_hit_debris_red"}]
+ },
+ "colt_006_ulti_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colt_006_ulti_hit_red"}]
+ },
+ "colt_def_ulti_reached_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,2,0],[0,1,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,3,3]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,0],[10,10,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,10.000001,10.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,3,3],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,1.0000001,1.0000001],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.0000001,
+ "spawnRate":[0.3333331,0.3333331,0.6666671,0.6666671,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-3.75,-3.75],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,3.75,3.75],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "cosmetic_trail_01_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.5},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,1,0],"directionJitterAngle":20,"velocity":1.2},
+ {"__class":"Deceleration","deceleration":[0,0.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,0.9],
+ "scaleJitter":0.3,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.6,0.1],[0.5,0.2,0]],
+ "alpha":1,
+ "angleJitter":240,
+ "rotationSpeedJitter":360,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "cosmetic_trail_01_headglow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "color":[1,0.65,0.3],
+ "alpha":0.3,
+ "angle":90,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_trail_head_01"}]
+ },
+ "cosmetic_trail_01_premul":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":100,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1.1,
+ "trailWidth":[2.2,1],
+ "trailHeadOrTails":true,
+ "trailImage":"sc3d/cosmetic_rainbow_trail_02.png#premultiply"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"trail_blank"}]
+ },
+ "cosmetic_trail_01_twinkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":0.55,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.8,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,1,0],"velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,0],"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.7,"scaleJitter":0.4,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_yellow"}]
+ },
+ "cosmetic_trail_02_headglow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "color":[0.7,0.5,1],
+ "alpha":0.4,
+ "angle":90,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_trail_head_01"}]
+ },
+ "cosmetic_trail_02_premul":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":100,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1.4,
+ "trailWidth":[3.2,1.5],
+ "trailHeadOrTails":true,
+ "trailImage":"sc3d/cosmetic_glori_trail.png#premultiply"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"trail_blank"}]
+ },
+ "cosmetic_trail_02_smoke_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.3,"spawnRate":3},{"__class":"Deceleration"},{"__class":"SpawnPlanar","minAngle":90,"maxAngle":90}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.36458334,0.22395837,0.7369792,0.5260417,0.3,0.4],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.8,1],[0.7,0.2,1]],
+ "alpha":[0.5,0.028645843,0.8151042,0.3854167,0.7,0.2],
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_trail_smoke"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_trail_smoke_02"}]
+ },
+ "cosmetic_trail_02_smoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":3.5,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":90,"maxAngle":90,"minSpeedXY":1,"maxSpeedXY":2.3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30208337,0.005208373,0.7994792,0.5260417,1.1,0.6],
+ "scaleJitter":0.7,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.08,1],[0,0.2,1]],
+ "alpha":0.55,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "cosmetic_trail_02_star_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "emitterDelay":0.1,
+ "lifetime":0.63,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.8,"spawnRate":1.5},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.2,"spawnMaxSize":-0.4,"minAngle":90,"maxAngle":90,"minSpeedXY":0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "color":[1,1,1],
+ "alpha":[0.9973959,-0.0026041567,0.8854167,0.5416667,1,0.2],
+ "angle":270,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_star_01"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_star_02"}]
+ },
+ "cosmetic_trail_02_tri_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":0.55,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.05},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.8,"spawnRate":4,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,1,0],"velocity":0.5,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"Deceleration","deceleration":[0,0.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8671875,0.013020843,0.890625,0.22135419,0.3,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.8411459,0.0052083433,0.8541667,0.5182292,0.7,0.4],
+ "angle":210,
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.5390625,0.12239584,0.5416667,0.8619792,0,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_triangle_01"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_triangle_02"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_triangle_03"}]
+ },
+ "cosmetic_trail_02_tri_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.05},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.8,"spawnRate":3,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,1,0],"velocity":0.5,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"Deceleration","deceleration":[0,0.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8671875,0.013020843,0.890625,0.22135419,0.2,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":[0.8411459,0.0052083433,0.8541667,0.5182292,0.8,0.4],
+ "angle":90,
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.5078125,0.13802084,0.5416667,0.8619792,0,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_rectangle_01"}]
+ },
+ "cosmetic_trail_02_twinkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.25,"spawnRate":6},
+ {"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"maxAngle":360,"minSpeedXY":-0.3,"maxSpeedXY":0.3,"randomAngle":true},
+ {"__class":"Deceleration"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0],[0,1,0.5]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0.8,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"},{"swf":"sc/effects_brawler.sc","name":"gen_twinkling_S"}]
+ },
+ "cosmetic_trail_02_twinkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":25,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.8,"spawnRate":4.5},
+ {"__class":"SpawnCone","velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,0],"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01_yellow"}]
+ },
+ "cosmetic_trail_03_foot_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.27,
+ "lifetime":0.65,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3.2,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.28,0.15,0],
+ "alpha":[0.625,-0.002604127,1,0.26041675,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_foot_01_L"}]
+ },
+ "cosmetic_trail_03_foot_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.2,
+ "lifetime":0.65,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3.2,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.28,0.15,0],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_foot_01_R"}]
+ },
+ "cosmetic_trail_03_headglow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "color":[0.4,0.6,0.95],
+ "alpha":0.4,
+ "angle":90,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_trail_head_01"}]
+ },
+ "cosmetic_trail_03_line_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":10}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.05,
+ "color":[[0.7,0.8,1],[0.5,1,1]],
+ "alpha":[0.15625,0.9505209,0,1.0104167,0,0.33],
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_04"},
+ {"swf":"sc/effects_brawler.sc","name":"bibi_005_ulti_speedline_05"}
+ ]
+ },
+ "cosmetic_trail_03_premul":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":100,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1.4,
+ "trailWidth":[3,1.5],
+ "trailHeadOrTails":true,
+ "trailImage":"sc3d/cosmetic_common_trail_01.png#premultiply"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"trail_blank"}]
+ },
+ "cosmetic_trail_04_arcade_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.55,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":4},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]},
+ {"__class":"SpawnCone","direction":[0,1,0.5],"velocity":0.55,"velocityJitter":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8828125,0.013020843,0.90625,0.5338542,0.3,0.2],
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.765625,0.013020843,1,0.4010417,1,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_8"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_9"}]
+ },
+ "cosmetic_trail_04_arcade_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.48,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":5},
+ {"__class":"SpawnPlanar","minSpeedXY":-0.01,"maxSpeedXY":0.01},
+ {"__class":"SpawnCone","direction":[0,1,0.2],"velocity":0.7,"velocityJitter":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.96875,-0.0026041567,0.8932292,0.4244792,0.6,0.4],
+ "color":[0.6640625,0.0052083433,1,0.5885417,[1,1,1],[0.6,0.3,0.6]],
+ "alpha":[0.6458334,0.013020843,0.8463542,0.5416667,0.5,0],
+ "angle":90,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_disco_rect_03"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_disco_rect_04"}]
+ },
+ "cosmetic_trail_04_arcade_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.47,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":1.2},
+ {"__class":"Deceleration","deceleration":[0.25,0.25,0.25]},
+ {"__class":"SpawnCone","direction":[0,1,0],"velocity":0.4,"velocityJitter":0.15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.5859375,-0.0026041567,0.9921875,0.7057292,1,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_disco_rect_01"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_disco_rect_02"}]
+ },
+ "cosmetic_trail_04_glow_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.1,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":3}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.11458334,0.5598959,0.0703125,0.9401042,1.7,9],
+ "scaleJitter":0.5,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,1,0.5]],
+ "alpha":[0.6692709,0.052083343,0.9713542,0.4791667,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "cosmetic_trail_04_premul":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":100,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1.4,
+ "trailWidth":[2.5,1.2],
+ "trailHeadOrTails":true,
+ "trailImage":"sc3d/cosmetic_unique_trail_01.png#premultiply"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"trail_blank"}]
+ },
+ "cosmetic_trail_04_spotLight":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":9.5,
+ "color":[1,1,1],
+ "alpha":0.9,
+ "rotationSpeed":30,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_spotlight"}]
+ },
+ "cosmetic_trail_04_twinkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":[0.37239584,-0.002604157,0,0.97916675,5,0]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.4},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":0.5,"velocityJitter":0.2},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,1,0.3],
+ "scaleJitter":0.3,
+ "color":[[1,1,1],[0.8,0.8,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_04"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_05"}
+ ]
+ },
+ "cosmetic_trail_05_crack_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":2.9},
+ {"__class":"SpawnCone","direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":270,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "cosmetic_trail_05_glow_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.15,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":3}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.11458334,0.5598959,0.0703125,0.9401042,1.2,6],
+ "scaleJitter":0.2,
+ "color":[0.7317709,0.0052083433,0.7838542,0.5182292,[1,0.8,0.5],[1,0.4,0.2]],
+ "alpha":[0.5442709,0.013020843,0.7213542,0.5807292,0.6,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "cosmetic_trail_05_smoke_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":14,
+ "lifetime":0.4,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.75,"spawnRate":7},
+ {"__class":"SpawnPlanar","minAngle":270,"maxAngle":270,"minSpeedXY":-2,"maxSpeedXY":-0.8}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.6223959,-0.010416657,0.5494792,0.7604167,0.9,0.2],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tara_004_smoke_blur"}]
+ },
+ "cosmetic_trail_05_smoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.3,
+ "minAngle":50,
+ "maxAngle":130,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1.5,
+ "minSpeedZ":-1,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.13020834,0.7291667,0.5729167,1.2,0.7],
+ "scaleJitter":0.2,
+ "color":[[0.57,0.42,0.33],[0.5,0.38,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "cosmetic_trail_05_smoke_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":10},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":50,
+ "maxAngle":130,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.13020834,0.7291667,0.5729167,0.8,0.3],
+ "scaleJitter":0.2,
+ "color":[0.7,0.6,0.5],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "cosmetic_trail_05_smoke_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":0.15},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"minAngle":90,"maxAngle":90}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.49739584,0.5182292,0.8151042,1,1.5],
+ "color":[[0.52,0.38,0.28],[0.5,0.35,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3"}]
+ },
+ "cosmetic_trail_05_stone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.57,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-55],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":-0.25,
+ "minAngle":140,
+ "maxAngle":40,
+ "minSpeedXY":1.2,
+ "maxSpeedXY":2,
+ "minSpeedZ":6,
+ "maxSpeedZ":14,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.2,
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.4375,0.35677087,0,1.0104167,1400,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stone_island_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stone_island_2"},{"swf":"sc/effects_brawler.sc","name":"particle_stone_island_3"}]
+ },
+ "Crate_explo_debris1_brawlywood":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_debris1_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1e_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2e_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3e_candystand"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_03"}
+ ]
+ },
+ "crate_explo_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_03"}
+ ]
+ },
+ "crate_explo_debris1_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_crate"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_2"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_crate"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_wood_2"}]
+ },
+ "Crate_explo_debris2_brawlywood":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "crate_explo_debris2_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_2e_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_1e_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3e_candystand"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_03"},
+ {"swf":"sc/effects.sc","name":"stone_3d_candystand"}
+ ]
+ },
+ "crate_explo_debris2_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_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_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_01"}
+ ]
+ },
+ "crate_explo_debris2_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":19,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_crate"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_2"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_crate"}]
+ },
+ "crate_hit_debris1_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1e_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_2e_candystand"},
+ {"swf":"sc/effects.sc","name":"stone_3e_candystand"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_yellow_03"}
+ ]
+ },
+ "crate_hit_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_03"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"}
+ ]
+ },
+ "crate_hit_debris1_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_crate"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_crate"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_wood_2"}]
+ },
+ "crippled_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.7500001,0.7500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.4500001,0.4500001],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-1.5],[0,0,-1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8000001,
+ "spawnRate":[0.3333331,0.3333331,0.6666671,0.6666671,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.425,0.425]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"cripple_particle"}]
+ },
+ "crow_002_atk_shocked":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.6,-0.6],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.6,-0.6],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,9],[9,9,9]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecDaggerHit_blue1"},{"swf":"sc/effects_brawler.sc","name":"elecDaggerHit_blue2"}]
+ },
+ "crow_002_elecDagger_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,9],[9,9,9]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecDaggerHit_red1"},{"swf":"sc/effects_brawler.sc","name":"elecDaggerHit_red2"}]
+ },
+ "crow_002_elecDagger_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_reachedSpark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":8},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":1.3,
+ "scaleJitter":0.3,
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":10,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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_trail_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.21,0.21],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.21,0.21],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_002_ulti_jump"}]
+ },
+ "crow_002_ulti_jump_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_002_ulti_jump_red"}]
+ },
+ "crow_003_atk_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.0182291,1,0.002604187,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-320,-120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "crow_003_atk_reached_knife":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crow_knife_003"}]
+ },
+ "crow_003_atk_reached_knife_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crow_knife_003_red"}]
+ },
+ "crow_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_atk_hit_slash"}]
+ },
+ "crow_004_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_atk_hit_slash_red"}]
+ },
+ "crow_004_atk_hit_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,0.525],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":6,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.875,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[0.7,0.3],"color":[0,0.8,1],"alpha":1,"alphaFadeout":0.5,"trailWidth":1},
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,0.525],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":50,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.875,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[0.7,0.3],"color":[1,0,0.8],"alpha":1,"alphaFadeout":0.5,"trailWidth":1},
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,0.525],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":50,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.875,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.4],
+ "color":[0,1,1],
+ "alpha":1,
+ "rotationSpeed":120,
+ "rotationSpeedJitter":180,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "crow_004_atk_hit_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,0.525],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":50,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.875,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.4],
+ "color":[1,0.2,1],
+ "alpha":1,
+ "rotationSpeed":120,
+ "rotationSpeedJitter":180,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "crow_004_atk_reached_knife":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_reachedDagger"}]
+ },
+ "crow_004_atk_reached_knife_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_reachedDagger_red"}]
+ },
+ "crow_004_atk_trail_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,0.1,0.1],[1,0.1,0.1]]},
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.5,0,0],[-0.5,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-1.2,-1.5,0],[-1.2,-1.5,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0,1,1],[0,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_icon"}]
+ },
+ "crow_004_atk_trail_skull_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,0.1,0.1],[1,0.1,0.1]]},
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.5,0,0],[-0.5,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-1.2,-1.5,0],[-1.2,-1.5,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.4,1],[1,0.4,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_icon"}]
+ },
+ "crow_004_atk_trail_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1.5,0.3,0.3],[1.5,0.3,0.3]]},
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-2,0,0],[-2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "crow_004_atk_trail_star1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1.5,0.3,0.3],[1.5,0.3,0.3]]},
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-2,0,0],[-2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,1,0.9],[0.2,1,0.9]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "crow_004_atk_trail_star1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1.5,0.3,0.3],[1.5,0.3,0.3]]},
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-2,0,0],[-2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.4,1],[1,0.4,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "crow_004_atk_trail_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1.5,0.3,0.3],[1.5,0.3,0.3]]},
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-2,0,0],[-2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.2,1],[1,0.2,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star"}]
+ },
+ "crow_004_fire_spark_blue_short":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,1.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,1.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.0078125,1,0,7.3,7.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5286459,-0.002604157,1,0.5026042,[1,1,1],[1,1,1]],
+ "alpha":[0.6223959,0.013020843,0.3151042,1.0182292,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_area_mark"}]
+ },
+ "crow_004_ulti_area_innerStar":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0,-0.3,1,2,1.197],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.8,0,0.4,1.0078125,[1,1,1],[0,1,1]],
+ "alpha":[0.7875,0,0.21875,0.6328125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_spark"}]
+ },
+ "crow_004_ulti_area_innerStar1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0,0.5,1,4,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,0.8,0.2,1,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_spark"}]
+ },
+ "crow_004_ulti_area_innerStar_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0,-0.3,1,2,1.197],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.8,0,0.4,1.0078125,[1,1,1],[1,0,1]],
+ "alpha":[0.7875,0,0.21875,0.6328125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_spark"}]
+ },
+ "crow_004_ulti_area_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.0078125,1,0,7.3,7.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5286459,-0.002604157,1,0.5026042,[1,1,1],[1,1,1]],
+ "alpha":[0.6223959,0.013020843,0.3151042,1.0182292,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_area_mark_red"}]
+ },
+ "crow_004_ulti_area_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0,-0.3,1,3,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.8,0,0.4,1.0078125,[0.6,1,1],[0.1,0.4,1]],
+ "alpha":[0.85,0,0.359375,0.6796875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_spark"}]
+ },
+ "crow_004_ulti_area_star_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.55,0.2,1,6,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6125,0,0.125,0.9609375,[0,0.8,0.8],[0.01,0,1]],
+ "alpha":[0.7328125,-0.015625,0.421875,0.9453125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.7,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_sparkGlow"}]
+ },
+ "crow_004_ulti_area_star_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.55,0.2,1,6,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6125,0,0.125,0.9609375,[0.8,0,0.8],[1,0,0.1]],
+ "alpha":[0.7328125,-0.015625,0.421875,0.9453125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.7,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_sparkGlow"}]
+ },
+ "crow_004_ulti_area_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0,-0.3,1,3,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.8,0,0.4,1.0078125,[1,0.6,1],[1,0.1,0.4]],
+ "alpha":[0.85,0,0.359375,0.6796875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_spark"}]
+ },
+ "crow_004_ulti_areaRing":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.42,0.42],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "crow_004_ulti_areaRing_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "crow_004_ulti_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.35,0.0078125,-0.1,1,[0.3,0.15,0.25],[0.3,0.15,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_crack"}]
+ },
+ "crow_004_ulti_crack_above":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_crack_above"}]
+ },
+ "crow_004_ulti_crack_above_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,1],[1,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_crack_above"}]
+ },
+ "crow_004_ulti_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.75,0,1,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[0.1,0.4,1],[0,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "crow_004_ulti_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.75,0,1,0,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,0.1,0.4],[1,0,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "crow_004_ulti_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.42708337,0.013020843,0.10416669,1.0494792,5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_impact"}]
+ },
+ "crow_004_ulti_impact_Dot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_jump"}]
+ },
+ "crow_004_ulti_jump_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_jump_red"}]
+ },
+ "crow_004_ulti_ringGlow":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.028645843,0.9791667,0.4791667,[0.2,0.8,1],[0,0,0]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ringGlow"}]
+ },
+ "crow_004_ulti_ringGlow_red":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.028645843,0.9791667,0.4791667,[1,0.4,0.8],[0,0,0]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ringGlow"}]
+ },
+ "crow_004_ulti_spawnLight":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,20],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[0.4,1,1],[0.1,0.4,1]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "crow_004_ulti_spawnLight_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,20],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0.4,0.9],[1,0.1,0.4]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "crow_005_atk_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {"__class":"SpawnRate","duration":0.35,"durationJitter":0.1,"spawnRate":2,"spawnRateJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.0182291,1,0.002604187,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.4,0.8],[0.3,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-320,-120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "crow_005_atk_feather_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {"__class":"SpawnRate","duration":0.35,"durationJitter":0.1,"spawnRate":2,"spawnRateJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.0182291,1,0.002604187,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.35,0.4],[0.7,0.2,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-320,-120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "crow_005_atk_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":9,
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[60,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_hit_cloud"}]
+ },
+ "crow_005_atk_hit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":9,
+ "scaleJitter":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[60,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_hit_cloud_red"}]
+ },
+ "crow_005_atk_hit_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.4,0.8],[0.3,0.3,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[480,160],
+ "rotationSpeedJitter":[200,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "crow_005_atk_hit_feather_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.35,0.4],[0.7,0.2,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[480,160],
+ "rotationSpeedJitter":[200,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "crow_005_atk_hit_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":24},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1.2,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.8,0.3],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_04"}]
+ },
+ "crow_005_atk_hit_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":24},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1.2,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.8,0.3],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_02_red"}]
+ },
+ "crow_005_atk_reached_knife":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crow_knife_005"}]
+ },
+ "crow_005_atk_reached_knife_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crow_knife_005_red"}]
+ },
+ "crow_005_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,0.6],[0.1,1,0.4]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "crow_005_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.6],[1,0.4,0.1]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "crow_005_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":24},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.8,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0,0,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_02"}]
+ },
+ "crow_005_atk_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":24},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.8,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0,0,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_02_red"}]
+ },
+ "crow_005_lobby_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":1.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {"__class":"SpawnRate","duration":0.35,"durationJitter":0.1,"spawnRate":2,"spawnRateJitter":1},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"c":1},{"t":0.5,"c":1},{"t":1,"c":1},{"t":1.5,"c":1}]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.0182291,1,0.002604187,0.25,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.4,0.8],[0.3,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-320,-120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "crow_005_lobby_win_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":0.5,"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.02,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.2,
+ "color":[1,1,1],
+ "alpha":[0.8828125,-0.010416627,1,0.19791669,1,0.5],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_lobby_win_slash"}]
+ },
+ "crow_005_lobby_win_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.9,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"y":-2.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_def_lobby_floor_smoke"}]
+ },
+ "crow_005_ulti_areaRing":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.42,0.42],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,1,0.7],[0.2,1,0.7]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "crow_005_ulti_areaRing_red":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.42,0.42],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.7,0.2],[1,0.7,0.2]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "crow_005_ulti_jump":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_ulti_jump"}]
+ },
+ "crow_005_ulti_jump_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_ulti_jump_red"}]
+ },
+ "crow_005_ulti_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_ulti_cloud_1"},{"swf":"sc/effects_brawler.sc","name":"crow_005_ulti_cloud_2"}]
+ },
+ "crow_005_ulti_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_ulti_cloud_red_1"},{"swf":"sc/effects_brawler.sc","name":"crow_005_ulti_cloud_red_2"}]
+ },
+ "crow_def_atk_reached_knife":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,0.85,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crow_knife"}]
+ },
+ "crow_def_atk_reached_knife_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.95,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.47395834,0.005208343,0.07291669,0.9869792,1500,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crow_knife_red"}]
+ },
+ "crow_def_atk_trail_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.015,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "durationJitter":0.16,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,14,14],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.1,0.1,0.1],[0.1,0.1,0.1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802084,-0.46354166,0.8359375,-0.07552081,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.35,0.8,0.3],[0.35,0.8,0.3]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_icon"}]
+ },
+ "crow_flame_trail_large_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "durationJitter":-0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "crow_flame_trail_small_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "durationJitter":-0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2.6,2.6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "Dark_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,0.6000002,0.6000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.4000002,0.4000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "darryl_002_soysource":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0,1.0286459,0.2994792,1.0104167,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.078,0.11,0.3],[0.078,0.11,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0,1.0286459,0.2994792,1.0104167,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.078,0.078],[0.2,0.078,0.078]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_atk_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.22,0.7,1],[0.22,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6302084,0.08333334,0.7526042,0.4713542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.9,1],[0.5,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6302084,0.08333334,0.7526042,0.4713542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.35],[1,0.5,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.10677084,0.7916667,0.4166667,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.15,0.45],[1,0.15,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.15,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.15,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_003_atkEnd":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,6],[3,3,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,-0.7135416,0.8619792,0.24479169,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5052084,0.20052084,0.24479169,0.9088542,40,520],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,6],[3,3,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,-0.7135416,0.8619792,0.24479169,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5052084,0.20052084,0.24479169,0.9088542,40,520],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_004_atk_red_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,0.2],[0.5,0,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "darryl_004_atk_red_whirl_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0,0.45],[0.4,0,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "darryl_004_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "darryl_004_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "darryl_004_atk_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.4,0.7],[0.1,0.4,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "darryl_004_atk_whirl_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.2,0.7],[0.6,0.2,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "darryl_004_atkHit_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "darryl_004_atkHit_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.4],[1,0.25,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "darryl_004_atkHit_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802087,0.7473959,0.2916667,0.9479167,0.2,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.4,0.7],[0.1,0.4,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "darryl_004_atkHit_whirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802087,0.7473959,0.2916667,0.9479167,0.2,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.2,0.4],[0.7,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "darryl_005_atk_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":4},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":5,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.3,
+ "color":[0.48177084,0.13802084,0.8307292,0.5026042,[1,0.5,0.3],[1,0.2,0.1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":-360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_atk_particle"}]
+ },
+ "darryl_005_atk_projectile_blue":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.4,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_projectile_blue"},{"swf":"sc/effects_brawler.sc","name":"darryl_atk_reached_02"}]
+ },
+ "darryl_005_atk_reached_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6223959,-0.002604157,1,0.4947917,7,3.4],
+ "color":[1,1,1],
+ "alpha":[0.9140625,-0.002604127,1,0.4713542,1,0.5],
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"reached_tire_01"},
+ {"swf":"sc/effects_brawler.sc","name":"reached_tire_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag1"},
+ {"swf":"sc/effects_brawler.sc","name":"shard_blue_1"},
+ {"swf":"sc/effects_brawler.sc","name":"shard_blue_2"}
+ ]
+ },
+ "darryl_005_atk_reached_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6223959,-0.002604157,1,0.4947917,7,3.4],
+ "color":[1,1,1],
+ "alpha":[0.9140625,-0.002604127,1,0.4713542,1,0.5],
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"reached_tire_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"reached_tire_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_shard_red_01"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_shard_red_02"}
+ ]
+ },
+ "darryl_005_atk_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.4,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_atk_reached"},{"swf":"sc/effects_brawler.sc","name":"darryl_atk_reached_02"}]
+ },
+ "darryl_005_atk_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.4,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_atk_reached_red"},{"swf":"sc/effects_brawler.sc","name":"darryl_atk_reached_red_02"}]
+ },
+ "darryl_005_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":4},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"maxAngle":360,"maxSpeedXY":0.6,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":0.1,
+ "color":[0.1,10,2],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "darryl_005_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":4},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"maxAngle":360,"maxSpeedXY":0.6,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":0.1,
+ "color":[1,0.05,0.1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "darryl_005_atk_trail_tire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":25},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":[0.29427087,0.020833343,0.5,0.86197925,0.2,0],
+ "angle":180,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_atk_trail_tire"}]
+ },
+ "darryl_005_atk_trail_tire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":25},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":[0.29427087,0.020833343,0.5,0.86197925,0.2,0],
+ "angle":180,
+ "orientToDirection":true,
+ "tailLength":0.01,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_atk_trail_tire_red"}]
+ },
+ "darryl_005_hit_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_atk_blue_hit"}]
+ },
+ "darryl_005_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_atk_red_hit"}]
+ },
+ "darryl_005_ulti_tireprint":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":18},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_ulti_tireprint"}]
+ },
+ "darryl_005_ultihit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.9,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.005,"spawnRate":8},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnPlanar","minAngle":360,"maxAngle":360,"minSpeedXY":-3,"maxSpeedXY":3,"minSpeedZ":8,"maxSpeedZ":18}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7734375,-0.22916666,1,-0.21614581,0.3,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.3984375,-0.002604157,0,1.0026042,0,0],
+ "rotationSpeedJitter":[0.46875,-0.010416657,0,1.0026042,0,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_005_hit_debris"}]
+ },
+ "darryl_005_ultihit_bolts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.9,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.005,"spawnRate":8},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnPlanar","minAngle":360,"maxAngle":360,"minSpeedXY":-3,"maxSpeedXY":3,"minSpeedZ":8,"maxSpeedZ":18}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7734375,-0.22916666,1,-0.21614581,0.4,0],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.3984375,-0.002604157,0,1.0026042,0,0],
+ "rotationSpeedJitter":[0.46875,-0.010416657,0,1.0026042,2100,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_bolts_02"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_06"}]
+ },
+ "darryl_006_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_gunsmoke"}]
+ },
+ "darryl_006_atk_gunsmoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_gunsmoke_red"}]
+ },
+ "darryl_006_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_004_atk_hit"},{"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_hit_impact"}]
+ },
+ "darryl_006_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_hit_impact_red_01"},{"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_hit_impact_red_02"}]
+ },
+ "darryl_006_atk_reached_jewel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"Ground","bounciness":0.5,"friction":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1,"minSpeedZ":5,"maxSpeedZ":7,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.6,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,60],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_01"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_02"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_03"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_04"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_05"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_06"}
+ ]
+ },
+ "darryl_006_atk_reached_jewel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"Ground","bounciness":0.5,"friction":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1,"minSpeedZ":5,"maxSpeedZ":7,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.6,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,60],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_reached_jewel_06_red"}
+ ]
+ },
+ "darryl_006_atk_trail_twinkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[[0.25,1,1],[0,0.5,1]],
+ "alpha":0.85,
+ "angleJitter":360,
+ "rotationSpeed":360,
+ "rotationSpeedJitter":90,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "darryl_006_atk_trail_twinkle_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[[1,0.75,0.754],[1,0,0]],
+ "alpha":0.85,
+ "angleJitter":360,
+ "rotationSpeed":360,
+ "rotationSpeedJitter":90,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "darryl_006_atk_trail_twinkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[[0.5,1,0.5],[0,1,0]],
+ "alpha":0.85,
+ "angleJitter":360,
+ "rotationSpeed":360,
+ "rotationSpeedJitter":90,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "darryl_006_atk_trail_twinkle_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[[1,1,0.5],[1,0.5,0]],
+ "alpha":0.85,
+ "angleJitter":360,
+ "rotationSpeed":360,
+ "rotationSpeedJitter":90,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "darryl_006_atk_trail_twinkle_temp":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.85,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_02"}]
+ },
+ "darryl_006_lobby_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.7395834,0.08072919,0.9322917,1,6],
+ "color":[[1,1,0],[0,1,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "darryl_006_lobby_glow":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.2,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "color":[[1,0,0],[1,1,0]],
+ "alpha":[0,1],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "darryl_006_lobby_jewel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.1,
+ "lifetime":0.9,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":6,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6770834,0.07552087,0.7760417,0.4322917,0.05,0.04],
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.31770834,0.6145834,0.4791667,0.6276042,720,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_006_lobby_jewel_01"},{"swf":"sc/effects_brawler.sc","name":"darryl_006_lobby_jewel_02"},{"swf":"sc/effects_brawler.sc","name":"darryl_006_lobby_jewel_03"},{"swf":"sc/effects_brawler.sc","name":"darryl_006_lobby_jewel_04"}]
+ },
+ "darryl_006_lobby_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_006_lobby_spark"}]
+ },
+ "darryl_006_lobby_spotlight_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.41927087,0,1.0104167,0.25,0.75],
+ "scaleJitter":0.1,
+ "color":[[0,0,1],[0,1,1]],
+ "alpha":1,
+ "angle":-45,
+ "angleJitter":10,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight"}]
+ },
+ "darryl_006_lobby_spotlight_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.138,0.419,0,1.01,0.25,0.85],
+ "color":[[0.75,0.25,0],[1,0.75,0]],
+ "alpha":1,
+ "angle":60,
+ "angleJitter":10,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight"}]
+ },
+ "darryl_006_lobby_spotlight_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.65,
+ "lifetime":0.55,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.138,0.419,0,1.01,0.1,0.65],
+ "color":[[0,0.75,0],[0,1,0.5]],
+ "alpha":1,
+ "angle":220,
+ "angleJitter":10,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight"}]
+ },
+ "darryl_006_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.85,
+ "angleJitter":360,
+ "rotationSpeed":180,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_01"}]
+ },
+ "darryl_006_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.85,
+ "angleJitter":360,
+ "rotationSpeed":180,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_04"}]
+ },
+ "darryl_007_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[0.85,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_M"}]
+ },
+ "darryl_007_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_laserHit_blue_1"},{"swf":"sc/effects_brawler.sc","name":"particle_laserHit_blue_2"}]
+ },
+ "darryl_007_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_hit_impact_red_01"},{"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_hit_impact_red_02"}]
+ },
+ "darryl_007_atk_reached_cream":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_01"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_02"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_03"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_04"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_01_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_02_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_03_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_04_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_01_puple"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_02_puple"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_03_puple"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_04_puple"}
+ ]
+ },
+ "darryl_007_atk_reached_cream_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_01_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_02_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_03_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_04_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_01_pink"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_02_pink"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_03_pink"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_ground_cream_04_pink"}
+ ]
+ },
+ "darryl_007_atk_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.15,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[0.85,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3_anchor"}]
+ },
+ "darryl_007_atk_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.15,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,0.9,0.9],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3_anchor"}]
+ },
+ "darryl_007_atk_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[1,0,0.75],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.15,0.075],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"}
+ ]
+ },
+ "darryl_007_lobby_lose_cream":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.75,
+ "lifetime":1.3,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.3,"y":-0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.4,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_007_lobby_lose_cream"}]
+ },
+ "darryl_007_lobby_lose_cream_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.43,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.7,"y":-0.2,"z":0.2},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1,"minSpeedZ":0.5,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[1,0.65,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "darryl_007_lobby_lose_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.42,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.6,"y":-0.15,"z":0.5},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":8,"velocityJitter":1.5},
+ {"__class":"Deceleration","deceleration":[8,8,8]},
+ {"__class":"Ground","bounciness":0.2,"friction":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4},{"t":0.2,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.09114584,0.9166667,0.07291669,0.06,0.01],
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.0625,0.013020843,-0.1,0.99479175,600,0],
+ "rotationSpeedJitter":[0.0859375,0.013020843,0,1.0104167,200,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"}
+ ]
+ },
+ "darryl_007_lobby_win_gunsmoke_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.8,"c":1},{"t":1.2,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":300,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_M"}]
+ },
+ "darryl_007_lobby_win_gunsmoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":1,"c":1}]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":300,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_M"}]
+ },
+ "darryl_007_lobby_win_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"y":-0.15,"z":1.25},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":8,"velocityJitter":1.5},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"Ground","bounciness":0.2,"friction":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"SpawnBurst","bursts":[{"t":2.2,"c":5},{"t":2.5,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.09114584,0.9166667,0.07291669,0.05,0.01],
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.0625,0.013020843,-0.1,0.99479175,600,0],
+ "rotationSpeedJitter":[0.0859375,0.013020843,0,1.0104167,200,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"}
+ ]
+ },
+ "darryl_007_ulti_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":12.5,"velocityJitter":2.5},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"Ground","bounciness":0.2,"friction":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.09114584,0.9166667,0.07291669,0.15,0.075],
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.0625,0.013020843,-0.1,0.99479175,300,0],
+ "rotationSpeedJitter":[0.0859375,0.013020843,0,1.0104167,100,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"}
+ ]
+ },
+ "Death_Dust_emitter":{
+ "enemyVersion":"Death_Dust_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,40.000004,40.000004],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0.3000004,0.3000004],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,3.0000005,3.0000005],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"smokepuff_blue_01"}]
+ },
+ "Death_Dust_emitter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,1.5000004,1.5000004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.5000004,0.5000004],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1500004,
+ "durationJitter":0.0500004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-140,-140],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,40.000004,40.000004],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0.3000004,0.3000004],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,3.0000005,3.0000005],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"smokepuff_red_01"}]
+ },
+ "Death_Dust_emitter_top":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,2.5000005,2.5000005],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.5000004,0.5000004],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1500004,
+ "durationJitter":0.0500004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"BlackSmoke3"}]
+ },
+ "Death_Dust_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"deathskull"}]
+ },
+ "Death_sparkle2_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.75,1.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,1.15,1.15],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":0.3750004},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,-2.25],[0,0,-2.25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.18,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.3333334,0.3333334]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2.5,2.5,0],[2.5,2.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0.2500004,0.2500004],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-20,-20],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.4,1.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":1.6,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.4,1.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,1.1,1.1],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":0.3750004},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,-2.25],[0,0,-2.25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.18,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.3333334,0.3333334]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2.5,2.5,0],[2.5,2.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0.2500004,0.2500004],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-20,-20],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.4,1.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "deepsea_anemone_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_anemone_debris1"},{"swf":"sc/effects.sc","name":"prt_anemone_debris2"}]
+ },
+ "deepsea_anemone_explo2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_anemone_debris1"},{"swf":"sc/effects.sc","name":"prt_anemone_debris2"}]
+ },
+ "deepsea_anemone_explo3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_anemone_debris3"},{"swf":"sc/effects.sc","name":"prt_anemone_debris4"}]
+ },
+ "deepsea_anemone_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,1671,1671],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,1761,1761],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_anemone_debris1"},{"swf":"sc/effects.sc","name":"prt_anemone_debris2"},{"swf":"sc/effects.sc","name":"prt_anemone_debris3"},{"swf":"sc/effects.sc","name":"prt_anemone_debris4"}]
+ },
+ "deepsea_barrel_burst":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_deepsea_barrel_splash"}]
+ },
+ "deepsea_barrel_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.004,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":350,
+ "rotationSpeedJitter":39,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_orange_02"},{"swf":"sc/effects.sc","name":"metal_shard_orange_03"},{"swf":"sc/effects.sc","name":"metal_shard_orange_01"}]
+ },
+ "deepsea_barrel_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.005,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":500,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "deepsea_barrel_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":0.1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_orange_01"},{"swf":"sc/effects.sc","name":"metal_shard_orange_03"}]
+ },
+ "deepsea_barrel_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_deepsea_barrel_splash"}]
+ },
+ "deepsea_deco_bubbles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.3,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,5],
+ "components":[{"__class":"SpawnRate","infinite":true,"durationJitter":100,"spawnRate":3,"spawnRateJitter":2},{"__class":"CurlNoise","frequency":1,"strength":1}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.5,1.3],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_deepsea_bubble"}]
+ },
+ "deepsea_jellyfish_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_jellyfish_mush"},{"swf":"sc/effects.sc","name":"prt_jellyfish_mush2"}]
+ },
+ "deepsea_jellyfish_explo2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_jellyfish_mush"},{"swf":"sc/effects.sc","name":"prt_jellyfish_mush2"}]
+ },
+ "deepsea_jellyfish_explo3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_jellyfish_debris"},{"swf":"sc/effects.sc","name":"prt_jellyfish_debris2"}]
+ },
+ "deepsea_jellyfish_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,1671,1671],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,1761,1761],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_jellyfish_mush2"},{"swf":"sc/effects.sc","name":"prt_jellyfish_mush"}]
+ },
+ "deepsea_smoker_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"stone_1_deepsea"},{"swf":"sc/effects.sc","name":"stone_2_deepsea"},{"swf":"sc/effects.sc","name":"stone_3_deepsea"}]
+ },
+ "deepsea_smoker_explo2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"stone_1_deepsea"},{"swf":"sc/effects.sc","name":"stone_2_deepsea"},{"swf":"sc/effects.sc","name":"stone_3_deepsea"}]
+ },
+ "deepsea_smoker_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"stone_1_deepsea"},{"swf":"sc/effects.sc","name":"stone_2_deepsea"},{"swf":"sc/effects.sc","name":"stone_3_deepsea"}]
+ },
+ "deepsea_uni_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_uni_debris1"},{"swf":"sc/effects.sc","name":"prt_uni_debris2"}]
+ },
+ "deepsea_uni_explo2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_uni_debris1"},{"swf":"sc/effects.sc","name":"prt_uni_debris2"}]
+ },
+ "deepsea_uni_explo3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "deepsea_water_bubbles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.3,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"durationJitter":100,"spawnRate":0.25,"spawnRateJitter":1},
+ {"__class":"CurlNoise","frequency":1,"strength":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.1,1.3],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_deepsea_bubble"}]
+ },
+ "driller_002_atk_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0859375,0.84375,0.15,1,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_002_elecWave"}]
+ },
+ "driller_002_atk_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0859375,0.84375,0.15,1,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_002_elecWave_red"}]
+ },
+ "driller_002_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,2.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,2.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5.3,5.3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6692709,0.3697917,0.86197925,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5.3,5.3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6692709,0.3697917,0.86197925,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.7239584,0.4166667,0.9479167,1.2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_center"}]
+ },
+ "driller_003_atk_center_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.7239584,0.4166667,0.9479167,1.2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_center_red"}]
+ },
+ "driller_003_atk_droplets":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-24],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":16}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.3,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "driller_003_atk_droplets_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-24],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":16}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.3,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "driller_003_atk_groundImpact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3,0.2,-0.4,1.05,[0.5,0.8,1],[0.32,0.225,0.28]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_groundImpact"}]
+ },
+ "driller_003_atk_groundImpact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3,0.2,-0.4,1.05,[0.5,0.8,1],[0.32,0.225,0.28]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_groundImpact_red"}]
+ },
+ "driller_003_atk_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.56,0.82],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.56,0.82],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,1,0.2,1,0.4,0.53],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.07451,0.67451,0.94902],[0.07451,0.67451,0.94902]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_ring"}]
+ },
+ "driller_003_atk_splash_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,1,0.2,1,0.4,0.53],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.909804,0.333333,0.466667],[0.909804,0.333333,0.466667]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_ring"}]
+ },
+ "driller_003_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,8],[7,7,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,8],[7,7,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[1,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,9.4,9.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,0.9],[0,0.6,0.9]],
+ "alpha":[0.16145834,0.9583334,0.15885419,0.9947917,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_003_ulti_boundary_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,9.4,9.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.75,0,0.4],[0.75,0,0.4]],
+ "alpha":[0.16145834,0.9583334,0.15885419,0.9947917,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_003_ulti_dim":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.25],[0,0,0.25]],
+ "alpha":[0.18489584,0.9817709,0.07291669,0.9947917,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_circle_big"}]
+ },
+ "driller_003_ulti_dim_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.24,0,0],[0.24,0,0]],
+ "alpha":[0.18489584,0.9817709,0.07291669,0.9947917,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_circle_big"}]
+ },
+ "driller_003_ulti_ground_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":1,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.75,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,1,1],[0.7,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.18489584,0.5052084,0.5026042,0.9010417,-80,-40],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":1,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.75,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.819608,0.839216],[1,0.819608,0.839216]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.18489584,0.5052084,0.5026042,0.9010417,-80,-40],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,1,1],[0.7,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_water_ring"}]
+ },
+ "driller_003_ulti_ground_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.819608,0.839216],[1,0.819608,0.839216]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_water_ring"}]
+ },
+ "driller_003_ulti_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-1.2,0.85,-0.65,1.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.55,1,1],[0.55,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_whirl_center"}]
+ },
+ "driller_003_ulti_splash_above":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-1.2,0.85,-0.65,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.12,0.85,1],[0.12,0.85,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_whirl_center"}]
+ },
+ "driller_003_ulti_splash_above_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-1.2,0.85,-0.65,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.501961,0.584314],[1,0.501961,0.584314]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_whirl_center"}]
+ },
+ "driller_003_ulti_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-1.2,0.85,-0.65,1.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.819608,0.839216],[1,0.819608,0.839216]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_whirl_center"}]
+ },
+ "driller_003_ulti_twirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.34895834,0.5572917,0.8151042,5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0.2,0.9,0.3,1,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-240,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_twirl_add"}]
+ },
+ "driller_003_ulti_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.34895834,0.5572917,0.8151042,5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.1,0.4],[1,0.1,0.4]],
+ "alpha":[0.2,0.9,0.3,1,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-240,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_twirl_add"}]
+ },
+ "driller_003_ulti_waterFrags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,4.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.4,4.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.95,"c":16},{"t":1.05,"c":8},{"t":1.1,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7942709,-1.0963541,0.9244792,0.2604167,1.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,1,1],[0.7,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "driller_003_ulti_waterFrags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,4.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.4,4.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.95,"c":16},{"t":1.05,"c":8},{"t":1.1,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7942709,-1.0963541,0.9244792,0.2604167,1.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.819608,0.839216],[1,0.819608,0.839216]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "driller_003_ulti_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"t":0.001,"c":4},{"t":0.5,"c":2},{"t":0.525,"c":1},{"t":0.55,"c":1}]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.78,1.78],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_whirlpool"}]
+ },
+ "driller_003_ulti_whirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.55,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"t":0.001,"c":4},{"t":0.5,"c":2},{"t":0.525,"c":1},{"t":0.55,"c":1}]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.78,1.78],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_whirlpool_red"}]
+ },
+ "driller_004_atk_snow_flowerImpact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.05,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.028645843,1.1927084,0,0.93229175,0.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"groundImpact_SnowFlower"}]
+ },
+ "driller_004_atk_snow_flowerImpact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.05,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.028645843,1.1927084,0,0.93229175,0.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"groundImpact_SnowFlower_red"}]
+ },
+ "driller_004_atk_snow_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-37],[0,0,-37]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.95,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.1,1.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.95,1,1],[0.95,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"snow_splash_type1"},{"swf":"sc/effects_brawler.sc","name":"snow_splash_type2"}]
+ },
+ "driller_004_atk_snow_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-37],[0,0,-37]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.95,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.1,1.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.95,1,1],[0.95,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"snow_splash_type1_red"},{"swf":"sc/effects_brawler.sc","name":"snow_splash_type2_red"}]
+ },
+ "driller_004_atk_snowdroplets":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-20],[0,0,-60]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9739584,0.013020843,1,0.22135419,0.4,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.95,1,1],[0.95,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rolling_snowball"}]
+ },
+ "driller_004_atk_snowdroplets_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-20],[0,0,-60]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.4,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rolling_snowball_red"}]
+ },
+ "driller_004_atk_splash_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,1,0.2,1,0.4,0.53],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.65,0.95,1],[0.65,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"snow_splash_ring"}]
+ },
+ "driller_004_atk_splash_ring_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":6}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"snow_spread_1"},{"swf":"sc/effects_brawler.sc","name":"snow_spread_2"},{"swf":"sc/effects_brawler.sc","name":"snow_spread_3"},{"swf":"sc/effects_brawler.sc","name":"snow_spread_4"}]
+ },
+ "driller_004_atk_splash_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,1,0.2,1,0.4,0.53],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.55,0.6],[1,0.55,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"snow_splash_ring_red"}]
+ },
+ "driller_004_atk_splash_ring_red_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"snow_spread_1_red"},{"swf":"sc/effects_brawler.sc","name":"snow_spread_2_red"}]
+ },
+ "driller_004_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.05,"c":10}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.15364587,2.1770835,0.8072917,1.0729167,0.15,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"}]
+ },
+ "driller_004_atk_twinkles_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,2.2],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.3,3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"},{"swf":"sc/effects_brawler.sc","name":"gen_twinkling_S"}]
+ },
+ "driller_004_atk_twinkles_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,2.2],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.3,3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.8,0,0.4]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"},{"swf":"sc/effects_brawler.sc","name":"gen_twinkling_S"}]
+ },
+ "driller_004_atk_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.05,"c":10}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":[0.10677087,2.231771,0.7760417,1.1197917,0.15,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_red_1"},{"swf":"sc/effects_brawler.sc","name":"particle_snow_far_red"}]
+ },
+ "driller_004_moving_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4765625,-0.640625,0.390625,0.890625,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_2"}]
+ },
+ "driller_004_moving_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.4765625,-0.640625,0.390625,0.890625,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_red_1"}]
+ },
+ "driller_004_moving_snowParticle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.5],[0,0,1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.15364584,0.3932292,0.9010417,0.7,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.9,1],[0.7,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "driller_004_moving_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":[1,-0.0703125,0.390625,1,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,-0.08072916,0.5546875,1.0182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jacky_SnowStar"}]
+ },
+ "driller_004_moving_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":[1,-0.0703125,0.390625,1,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,-0.08072916,0.5546875,1.0182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jacky_SnowStar_red"}]
+ },
+ "driller_004_snow_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-150,-150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,4],[7,7,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"}]
+ },
+ "driller_004_snow_trail_001":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.5],[0,0,1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,0.12239584,0.3776042,0.98697925,0.65,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.9,1],[0.7,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "driller_004_snow_trail_001_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.5],[0,0,1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,0.12239584,0.3776042,0.98697925,0.65,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.8],[1,0.8,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.39583337,0.005208343,0.20572919,1.0026042,640,120],
+ "rotationSpeedJitter":[0.43489584,0.005208343,0.4244792,0.98697925,360,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "driller_004_ulti_boundary":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,9.4,9.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,0.9],[0,0.6,0.9]],
+ "alpha":[0.16145834,0.9583334,0.15885419,0.9947917,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_004_ulti_bulb":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.18,1.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_004_ulti_bulb"}]
+ },
+ "driller_004_ulti_bulb_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.18,1.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_004_ulti_bulb_red"}]
+ },
+ "driller_004_ulti_ground_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":1,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,1,1],[0.7,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.18489584,0.5052084,0.5026042,0.9010417,-240,-80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"},{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"}]
+ },
+ "driller_004_ulti_ground_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":1,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,1],[1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.18489584,0.5052084,0.5026042,0.9010417,-240,-80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far_red"},{"swf":"sc/effects_brawler.sc","name":"particle_snow_far_red"}]
+ },
+ "driller_004_ulti_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,0.013020843,0.6979167,0.5885417,9,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0.25,0.7005209,0.018229187,0.99479175,0.1,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_004_ulti_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,0.013020843,0.6979167,0.5885417,9,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0.2,0.5]],
+ "alpha":[0.25,0.7005209,0.018229187,0.99479175,0.1,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_004_ulti_ringGlow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.005208343,1,0.049479187,100,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.6,1],[0.2,0.6,1]],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "driller_004_ulti_ringGlow_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.005208343,1,0.049479187,57,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.6,1],[0.2,0.6,1]],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_add"}]
+ },
+ "driller_004_ulti_ringGlow_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.005208343,1,0.049479187,57,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.5],[1,0.3,0.5]],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.25,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_add"}]
+ },
+ "driller_004_ulti_ringGlow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.005208343,1,0.049479187,100,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.5],[1,0.3,0.5]],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "driller_004_ulti_side_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6458334,0.3307292,0.9244792,0.6,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_blizzard_snow_1"},{"swf":"sc/effects_brawler.sc","name":"driller_blizzard_snow_2"},{"swf":"sc/effects_brawler.sc","name":"driller_blizzard_snow_3"}]
+ },
+ "driller_004_ulti_side_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6458334,0.3307292,0.9244792,0.6,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.8],[1,0.8,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_blizzard_snow_1"},{"swf":"sc/effects_brawler.sc","name":"driller_blizzard_snow_2"},{"swf":"sc/effects_brawler.sc","name":"driller_blizzard_snow_3"}]
+ },
+ "driller_004_ulti_side_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,60,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,4.7,4.7],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,5,5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,180,50],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "driller_004_ulti_side_twinkle_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,30,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,4.7,4.7],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,5.2,5.2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,1.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,180,50],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "driller_004_ulti_side_twinkle_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,30,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,4.7,4.7],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,5.2,5.2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,1.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.8],[1,0.4,0.8]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,180,50],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "driller_004_ulti_side_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,60,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,4.7,4.7],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,5,5]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,180,50],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "driller_004_ulti_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.48177087,0.5260417,0.8854167,0.35,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"}]
+ },
+ "driller_004_ulti_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.48177087,0.5260417,0.8854167,0.35,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far_red"}]
+ },
+ "driller_004_ulti_storm":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.005208343,1,0.049479187,12,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,6],[1,0.2,6]],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.2,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_ground_storm"}]
+ },
+ "driller_004_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,50,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0,0],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,4,4]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "driller_004_ulti_twinkle_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,30,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0,0],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,4,4]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,1.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "driller_004_ulti_twinkle_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,30,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0,0],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,4,4]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,1.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.8],[1,0.5,0.8]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "driller_004_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,50,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0,0],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,4,4]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "driller_004_ulti_twirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.34895834,0.5572917,0.8151042,5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0.2,0.9,0.3,1,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-240,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_twirl_add"}]
+ },
+ "driller_004_ulti_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.34895834,0.5572917,0.8151042,5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0.2,0.5]],
+ "alpha":[0.2,0.9,0.3,1,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-240,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_twirl_add"}]
+ },
+ "driller_004_ulti_use_snow1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":80,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,3],[2,2,3]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.0572915,1,-1.0130208,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.96,1],[0.7,0.96,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_chunk"}]
+ },
+ "driller_004_ulti_use_snow1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":80,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,3],[2,2,3]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.0572915,1,-1.0130208,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.96],[1,0.7,0.96]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_chunk"}]
+ },
+ "driller_004_ulti_windwall_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6458334,0.3307292,0.9244792,0.2,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "driller_004_ulti_windwall_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6458334,0.3307292,0.9244792,0.2,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.8],[1,0.8,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "driller_005_atk_glow":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":15,
+ "scale":[0.30208337,0.8020834,0.22916669,0.8619792,1,0.4],
+ "color":[0.21614587,1.0052084,0,1.0026042,[1,1,1],[0,0.5,1]],
+ "alpha":[1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "driller_005_atk_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":15,
+ "scale":[0.30208337,0.8020834,0.22916669,0.8619792,1,0.4],
+ "color":[0.21614587,1.0052084,0,1.0026042,[1,1,1],[1,0,0.5]],
+ "alpha":[1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "driller_005_atk_heart_drop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.1,"spawnRate":3,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.25,"friction":0.6}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_01"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_02"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_03"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_04"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_05"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_06"}
+ ]
+ },
+ "driller_005_atk_heart_drop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.1,"spawnRate":3,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.25,"friction":0.6}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_09"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_10"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_11"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_12"}]
+ },
+ "driller_005_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk"}]
+ },
+ "driller_005_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_red"}]
+ },
+ "driller_005_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":160},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":1,"maxAngle":360,"minSpeedXY":3.5,"maxSpeedXY":5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1.3,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_smoke"}]
+ },
+ "driller_005_atk_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":160},
+ {"__class":"SpawnCone","direction":[0,0,20],"directionJitterAngle":180,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":1.5},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.25,
+ "color":[1,1,0],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_stars_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_stars_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_stars_03"}]
+ },
+ "driller_005_atk_sweat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{"globalScale":3,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":15,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_sweat"}]
+ },
+ "driller_005_lobby_lose_sweat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.35,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_003_atk_sweat"}]
+ },
+ "driller_005_lobby_smoke_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":1.8,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnPlanar"},{"__class":"Deceleration","deceleration":[10,10,10]},{"__class":"SpawnRate","infinite":true,"spawnRate":1.95}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.135,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":135,
+ "angleJitter":30,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_smoke"}]
+ },
+ "driller_005_lobby_smoke_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":1.8,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnPlanar"},{"__class":"Deceleration","deceleration":[10,10,10]},{"__class":"SpawnRate","infinite":true,"spawnRate":1.95}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.135,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":225,
+ "angleJitter":30,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_smoke"}]
+ },
+ "driller_005_lobby_spin_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.75},
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":[0,360]},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnRate","duration":1,"spawnRate":30}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_lobby_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_lobby_smoke_02"}]
+ },
+ "driller_005_ulti_circle_twirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[0.2,0.6,1],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.4,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_circle_twirl"}]
+ },
+ "driller_005_ulti_circle_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.4,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_circle_twirl_red"}]
+ },
+ "driller_005_ulti_emotion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,0.2,0.3],"alpha":1,"loopMovieClip":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_emotion"}]
+ },
+ "driller_005_ulti_glow":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":3,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":10}]},
+ "render":{
+ "globalScale":15,
+ "scale":[0.30208337,0.8020834,0.22916669,0.8619792,0.4,0.1],
+ "color":[0.5989584,0.5911459,0.6666667,0.6666667,[1,1,1],[0,0.5,1]],
+ "alpha":[1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "driller_005_ulti_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":3,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":10}]},
+ "render":{
+ "globalScale":15,
+ "scale":[0.30208337,0.8020834,0.22916669,0.8619792,0.4,0.1],
+ "color":[0.5989584,0.5911459,0.6666667,0.6666667,[1,1,1],[1,0,0]],
+ "alpha":[1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "driller_005_ulti_heart":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.375,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100}]},
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.8828125,0.08333337,1,-0.114583254,1,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-180,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_ground"}]
+ },
+ "driller_005_ulti_heart_drop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.3,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.1,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180,"velocity":3.5,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.25,"friction":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_01"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_02"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_03"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_04"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_05"},
+ {"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_06"}
+ ]
+ },
+ "driller_005_ulti_heart_drop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.3,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.1,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180,"velocity":3.5,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.25,"friction":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_09"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_10"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_11"},{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_heart_drop_12"}]
+ },
+ "driller_005_ulti_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.375,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100}]},
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.8828125,0.08333337,1,-0.114583254,1,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-180,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_ground_red"}]
+ },
+ "driller_005_ulti_heart_sub_01":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":30,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":8.5}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[[0.65,0.25,1],[0,0.75,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_heart_sub_01"}]
+ },
+ "driller_005_ulti_heart_sub_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":30,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":8.5}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[[0.8,0.4,0.5],[1,0.2,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_heart_sub_01"}]
+ },
+ "driller_005_ulti_heart_sub_02":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":30,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":6}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[[0.5,1,0.5],[0,0.75,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_heart_sub_01"}]
+ },
+ "driller_005_ulti_heart_sub_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":30,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":6}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[[0.8,0.8,0],[1,0.15,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_heart_sub_01"}]
+ },
+ "driller_005_ulti_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":10}]},
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "scaleJitter":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_blue_01"},{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_blue_02"}]
+ },
+ "driller_005_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":10}]},
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "scaleJitter":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_red_01"},{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_red_02"}]
+ },
+ "driller_005_ulti_ringGlow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.098,
+ "scale":100,
+ "color":[0.2,0.6,1],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.25,0],
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":180,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "driller_005_ulti_ringGlow_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.098,
+ "scale":57,
+ "color":[0.2,0.6,1],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.5,0],
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":180,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_add"}]
+ },
+ "driller_005_ulti_ringGlow_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.098,
+ "scale":57,
+ "color":[1,0.1,0.3],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.5,0],
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":180,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_add"}]
+ },
+ "driller_005_ulti_ringGlow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.098,
+ "scale":100,
+ "color":[1,0.1,0.3],
+ "alpha":[0.8411459,-0.002604157,1,0.5182292,0.25,0],
+ "rotationSpeed":-360,
+ "rotationSpeedJitter":180,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "driller_005_ulti_side_confetti_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.875,-0.002604157,1,0.08854169,[0,0,2],[0,0,10]],
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8489584,0.07552087,1,0.12760419,0.65,0.3],
+ "scaleJitter":0.05,
+ "color":[0,1,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_03"}]
+ },
+ "driller_005_ulti_side_confetti_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.9296875,-0.010416657,0.9869792,0.16666669,[0,0,2],[0,0,10]],
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8411459,0.036458373,0.9401042,0.033854187,0.65,0.3],
+ "scaleJitter":0.05,
+ "color":[1,0.9,0],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_03"}]
+ },
+ "driller_005_ulti_side_confetti_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.8020834,0.059895843,0.9088542,0.5104167,[0,0,2],[0,0,10]],
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.9348959,0.044270873,0.9401042,0.057291687,0.65,0.3],
+ "scaleJitter":0.05,
+ "color":[0.6,0.3,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_03"}]
+ },
+ "driller_005_ulti_side_confetti_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.875,-0.002604157,1,0.08854169,[0,0,2],[0,0,10]],
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8489584,0.07552087,1,0.12760419,0.65,0.3],
+ "scaleJitter":0.05,
+ "color":[1,0.2,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_03"}]
+ },
+ "driller_005_ulti_side_confetti_05":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.875,-0.002604157,1,0.08854169,[0,0,2],[0,0,10]],
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8489584,0.07552087,1,0.12760419,0.65,0.3],
+ "scaleJitter":0.05,
+ "color":[0.9,0.4,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.3,3,0.7,-3,-300,-120],
+ "rotationSpeedJitter":60,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_confetti_03"}]
+ },
+ "driller_005_ulti_twinkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":[0.37239584,-0.002604157,0,0.97916675,15,0]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":2,"spawnMaxSize":4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.6,0.4],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_02"}]
+ },
+ "driller_005_ulti_twinkle_wave_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_04"}]
+ },
+ "driller_005_ulti_twinkle_wave_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_07"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_10"}]
+ },
+ "driller_005_ulti_twinkle_wave_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.075,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_02"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_05"}]
+ },
+ "driller_005_ulti_twinkle_wave_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.075,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_08"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_11"}]
+ },
+ "driller_005_ulti_twinkle_wave_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_03"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_06"}]
+ },
+ "driller_005_ulti_twinkle_wave_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5000},
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":20}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_09"},{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_twinkle_wave_12"}]
+ },
+ "driller_005_ulti_twirl":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":100,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":6}]},
+ "render":{
+ "globalScale":0.95,
+ "scale":[0.30989584,0.34895834,0.5572917,0.8151042,5,0.3],
+ "color":[0.2,0.5,1],
+ "alpha":[0.2,0.9,0.3,1,0,0.3],
+ "angleJitter":360,
+ "rotationSpeed":-240,
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_twirl_add"}]
+ },
+ "driller_005_ulti_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":100,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":6}]},
+ "render":{
+ "globalScale":0.95,
+ "scale":[0.30989584,0.34895834,0.5572917,0.8151042,5,0.3],
+ "color":[1,0.1,0.3],
+ "alpha":[0.2,0.9,0.3,1,0,0.3],
+ "angleJitter":360,
+ "rotationSpeed":-240,
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_twirl_add"}]
+ },
+ "driller_005_ulti_use_circle":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":0.1}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":0.85,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_def_ulti_use"}]
+ },
+ "driller_005_ulti_use_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":0.1}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":0.75,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_ulti_use_red"}]
+ },
+ "driller_def_atk_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.7,0.25,0.3854167,1.0104167,0.1,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.42708334,0.044270843,0.3385417,0.9791667,180,20],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.25,0.6,0.5,1,0.1,3],
+ "spawnMaxSize":[0.25,0.6,0.5,1,0.15,3.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.6927084,0.06770834,0.4869792,0.8307292,-5,-0.5],
+ "maxSpeedXY":[0.6614584,0.059895843,0.4557292,0.8385417,5,0.5],
+ "minSpeedZ":[0.5,0,0.6,0.8,12,6],
+ "maxSpeedZ":[0.5,0,0.6,0.8,20,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.3932291,1,-0.3333333,0.45,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[0.8,0.3,-0.5,1,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3,0.2,-0.4,1.05,[0.5,0.8,1],[0.32,0.225,0.28]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_groundCrack"}]
+ },
+ "driller_def_atk_groundCrack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3,0.2,-0.4,1.05,[0.5,0.8,1],[0.32,0.225,0.28]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_groundCrack_red"}]
+ },
+ "driller_def_moving_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.65,2.65],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6692709,0.3697917,0.86197925,0.25,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.65,2.65],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.02,0.06],[0.1,0.02,0.06]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_drill_hole"}]
+ },
+ "driller_def_ulti_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.49739584,0.09895834,0.7135417,0.5651042,5.8,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0.3,0.8,1]],
+ "alpha":[0.12239584,0.7942709,0.08072919,0.98697925,0.15,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_fire"}]
+ },
+ "driller_def_ulti_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.49739584,0.09895834,0.7135417,0.5651042,5.8,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.7],[1,0.3,0.7]],
+ "alpha":[0.12239584,0.7942709,0.08072919,0.98697925,0.15,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_areaRing_fire"}]
+ },
+ "driller_def_ulti_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.08,1.08],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_def_ulti_ground"}]
+ },
+ "driller_def_ulti_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.08,1.08],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_def_ulti_ground_red"}]
+ },
+ "driller_def_ulti_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_atk_flash"}]
+ },
+ "driller_def_ulti_fragments_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.46614584,0.044270843,0.3463542,0.9869792,120,10],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.6927084,0.06770834,0.4869792,0.8307292,-2,0],
+ "maxSpeedXY":[0.6614584,0.059895843,0.4557292,0.8385417,2,0],
+ "minSpeedZ":[0.5,0,0.6,0.8,12,6],
+ "maxSpeedZ":[0.5,0,0.6,0.8,16,8],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.3932291,1,-0.3333333,0.45,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[0.8,0.3,-0.5,1,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.46614584,0.044270843,0.3463542,0.9869792,120,5],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,1.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.25,2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.6927084,0.06770834,0.4869792,0.8307292,-3,0],
+ "maxSpeedXY":[0.6614584,0.059895843,0.4557292,0.8385417,3,0],
+ "minSpeedZ":[0.5,0,0.6,0.8,12,6],
+ "maxSpeedZ":[0.5,0,0.6,0.8,16,8],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.3932291,1,-0.3333333,0.45,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[0.8,0.3,-0.5,1,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,0.013020843,0.6979167,0.5885417,9,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0.25,0.7005209,0.018229187,0.99479175,0.1,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_def_ulti_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,0.013020843,0.6979167,0.5885417,9,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.6],[1,0.2,0.6]],
+ "alpha":[0.25,0.7005209,0.018229187,0.99479175,0.1,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry"}]
+ },
+ "driller_def_ulti_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-120,-120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[200,200,200],[200,200,200]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,-2.1354165,0.6432292,-0.6848958,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLong"}]
+ },
+ "driller_def_ulti_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-120,-120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[200,200,200],[200,200,200]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,-2.1354165,0.6432292,-0.6848958,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.9],[1,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLong"}]
+ },
+ "driller_def_ulti_spark_slow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-150,-150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,4],[7,7,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-150,-150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,4],[7,7,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,0.8],[0,0,0.3]],
+ "alpha":[0.2,1.5,0,3,0,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine"}]
+ },
+ "driller_def_ulti_speedCircle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.85,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.3],[0.1,0,0.4]],
+ "alpha":[0.2,1.5,0,3,0,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine"}]
+ },
+ "dumpling_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.49,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.49,0.49],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.075,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[10,10,0],[10,10,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.075,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[10,10,0],[10,10,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.46,0.46],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.104,1.104],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"BlackSmokeLingering"}]
+ },
+ "dust_puff":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "mass":1.0000004,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,1.5],[0,0,1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1225,
+ "durationJitter":0.1175,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,142.85715,142.85715],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1428574,0.1428574]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"smokepuff_walk"}]
+ },
+ "dynamike_003_trail_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":12},{"t":0.2,"c":12},{"t":0.85,"c":4}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,18,18],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520837,-1.8619791,0.9635417,-0.013020813,0.45,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":12},{"t":0.2,"c":12},{"t":0.85,"c":4}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,18,18],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520837,-1.8619791,0.9635417,-0.013020813,0.45,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,35,35],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.08,-0.08],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.08,0.08]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,35,35],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.08,-0.08],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.08,0.08]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,6],[5,5,6]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,1,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9427084,0.013020843,0.2604167,0.8463542,3000,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_footBall"}]
+ },
+ "dynamike_005_ulti_ball_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,6],[5,5,6]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,1,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9427084,0.013020843,0.2604167,0.8463542,3000,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_footBall_red"}]
+ },
+ "dynamike_005_ulti_confetti_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-120,-120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,2],[2.5,2.5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.23958334,0.6197917,0.9166667,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.45,0.95,1],[0.45,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5911459,0.11458334,0.2916667,0.7369792,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.22395834,0.41927087,0.018229187,0.9869792,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-120,-120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,2],[2.5,2.5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.23958334,0.6197917,0.9166667,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5911459,0.11458334,0.2916667,0.7369792,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[2,-2,-12],[-2,2,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1500,1500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,11],[15,15,11]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,0.06770834,0.9869792,0.3854167,0.2,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[2,-2,-12],[-2,2,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1500,1500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,11],[15,15,11]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,0.06770834,0.9869792,0.3854167,0.2,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4296875,-0.4375,1,0.19791675,0.35,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.16927084,0.9036459,0.1875,1.0026042,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fly_1"}]
+ },
+ "dynamike_007_atk_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.35,0.008,0.75,0.292,0.15,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.6],[0.1,1,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "dynamike_007_atk_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.35,0.008,0.75,0.292,0.15,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "dynamike_007_atk_trail_gas_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.3,1],[0.7,0.3,1]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.6],[0.1,1,0.8]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,26,26],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.5,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.2,0.5],[1,0.5,0.8]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.8,0.3],[0.2,0.9,0.6]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.8,0],[0.65,0.9,0]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.1,0.7],[0.6,0.2,0.9]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.1,0.6],[1,0.2,1]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[1,-0.010416627,0.6041667,1.0416667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8.8,8.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9.4,9.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":55}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,1],[20,20,1]]},
+ {"__class":"CurlNoise","frequency":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],"strength":[1.2,0.052083343,0.4557292,2,0,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.35,0.008,0.75,0.292,0.18,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,0.4],[0.6,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "dynamike_007_ulti_area_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[1,-0.010416627,0.6041667,1.0416667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8.8,8.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9.4,9.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":55}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,1],[20,20,1]]},
+ {"__class":"CurlNoise","frequency":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],"strength":[1.2,0.052083343,0.4557292,2,0,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.35,0.008,0.75,0.292,0.18,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.3,0.7],[0.9,0.4,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "dynamike_007_ulti_area_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4296875,-0.4375,1,0.19791675,0.35,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.16927084,0.9036459,0.1875,1.0026042,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fly_1"}]
+ },
+ "dynamike_007_ulti_splatter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.15,
+ "scale":[0,1.0208334,0.109375,0.99479175,0.4,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.578125,0.005208373,0.875,0.98697925,[0.5,0.55,0],[0.6,0.6,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_splatter"}]
+ },
+ "dynamike_007_ulti_splatter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.15,
+ "scale":[0,1.0208334,0.109375,0.99479175,0.4,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.578125,0.005208373,0.875,0.98697925,[0.8,0.2,0.6],[0.9,0.3,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_splatter"}]
+ },
+ "dynamike_007_ulti_trail_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8958334,-0.002604127,1,0.4401042,0.35,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,0.2],[0,0.4,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_007_skull"}]
+ },
+ "dynamike_007_win_C_flies":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4296875,-0.4375,1,0.19791675,0.08,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.16927084,0.9036459,0.1875,1.0026042,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.25,-0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,2],[15,15,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.7,0],[0.65,0.9,0]],
+ "alpha":[0.3,0.9,0,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,200,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":3.7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.05},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.1],[0,0,0.1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,2.5],[2.5,2.5,2.5]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.7,0],[0.65,0.9,0]],
+ "alpha":[0.3,0.9,0,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,200,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.1],[0,0,0.1]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,2.5],[2.5,2.5,2.5]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"t":1,"c":3},{"t":1.05,"c":1},{"t":1.1,"c":2},{"t":1.15,"c":2}]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.37239587,0.5520834,0.4557292,0.9322917,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.7,0],[0.65,0.9,0]],
+ "alpha":[0.3,0.9,0,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,200,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_atk_explode_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[11,11,0],[11,11,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[1,1,1],
+ "alpha":[1,0.013020843,1,0.4557292,1,0.5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,600,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_01"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_02"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_03"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_04"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_05"}
+ ]
+ },
+ "dynamike_008_atk_explode_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[11,11,0],[11,11,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[1,1,1],
+ "alpha":[1,0.013020843,1,0.4557292,1,0.5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,600,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_05_red"}
+ ]
+ },
+ "dynamike_008_atk_explode_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0,0.4,0.8]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_atk_explode_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[0.8,0.1,0.3]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_atk_explode_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_008_atk_ghost_01"},{"swf":"sc/effects_brawler.sc","name":"dynamike_008_atk_ghost_02"}]
+ },
+ "dynamike_008_atk_explode_ghost_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_008_atk_ghost_01_red"},{"swf":"sc/effects_brawler.sc","name":"dynamike_008_atk_ghost_02_red"}]
+ },
+ "dynamike_008_atk_explode_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_008_atk_impact"}]
+ },
+ "dynamike_008_atk_explode_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_008_atk_impact_red"}]
+ },
+ "dynamike_008_atk_trail_fire_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_008_atk_trail_fire_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "dynamike_008_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0,0.4,1]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.4,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.55,0.7],[1,0.1,0.3]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.4,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_lobby_lose_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":3.8,
+ "lifetime":1.2,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0,0,0.7],
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedZ":0.7,"maxSpeedZ":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3},{"t":0.01,"c":2}]},
+ {"__class":"Deceleration","deceleration":[0,0,0.7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.3,
+ "color":[0.3,0.3,0.3],
+ "alpha":[0.21614584,0.5677084,0.21354169,0.8541667,0.1,0.6],
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "dynamike_008_lobby_lose_fire_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.2,
+ "spawnMaxSize":0.2,
+ "maxAngle":360,
+ "minSpeedXY":0.1,
+ "maxSpeedXY":0.5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":20,"spawnRateJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.5130209,0.4557292,0.8619792,0.25,0.45],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "dynamike_008_lobby_lose_fire_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":500,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.28645834,0.4713542,0.9947917,0.15,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0.013020843,0.9869792,0.22916669,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_008_lobby_lose_fire"}]
+ },
+ "dynamike_008_lobby_lose_fire_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,7]],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":3.8,"spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,4]},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.17,0.07],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":135,
+ "angleJitter":60,
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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_008_lobby_lose_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":3.68,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,3],[0.5,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.19270837,0.6848959,0.21354169,0.9088542,60,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.4,-0.4],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "dynamike_008_lobby_lose_spark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":3.68,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,1],[0.5,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.22,
+ "spawnRate":[0.44270834,0.09895834,0.2604167,0.9713542,50,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.5,
+ "spawnMaxSize":0.5,
+ "maxAngle":360,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,15,15],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "dynamike_008_lobby_win_fire_glow_01":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":3.5,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","duration":2,"spawnRate":300}]},
+ "render":{"globalScale":1,"scale":0.2,"color":[1,1,1],"alpha":0.5,"alphaFadeout":0.1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_003_ulti_glow"}]
+ },
+ "dynamike_008_lobby_win_fire_glow_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.5,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":300}]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[0.8,0.8,1],"alpha":0.7,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_008_lobby_win_glow"}]
+ },
+ "dynamike_008_lobby_win_fire_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":60,
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_008_lobby_win_fire_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2.5],[0,0,5]],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.7,"spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,4]},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.17,0.07],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":135,
+ "angleJitter":60,
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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_008_ulti_explode_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9.5,9.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12.5,12.5,0],[12.5,12.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[1,1,1],
+ "alpha":[1,0.013020843,1,0.4557292,1,0.5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,600,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_01"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_02"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_03"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_04"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_05"}
+ ]
+ },
+ "dynamike_008_ulti_explode_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9.5,9.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12.5,12.5,0],[12.5,12.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[1,1,1],
+ "alpha":[1,0.013020843,1,0.4557292,1,0.5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,600,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"dynamike_008_particle_cloud_05_red"}
+ ]
+ },
+ "dynamike_008_ulti_explode_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3000,3000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0,0.4,0.8]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_ulti_explode_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3000,3000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.052083343,0.4557292,0.9322917,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[0.8,0.1,0.3]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_ulti_fire_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":2}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "dynamike_008_ulti_fire_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6]
+ },
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":2}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "dynamike_008_ulti_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,1.2,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0,0.4,1]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.4,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "dynamike_008_ulti_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,1.2,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[1,0.1,0.3]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.4,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_attack_explode_blue"}]
+ },
+ "dynamike_explode_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_attack_explode_green"}]
+ },
+ "dynamike_explode_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_attack_explode_red"}]
+ },
+ "edgar_002_atk_reached_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.099,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_8"}]
+ },
+ "edgar_002_atk_reached_core_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.099,"c":1}]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.8,"spawnMaxSize":0.8,"minAngle":170,"maxAngle":190,"minSpeedXY":0.6,"maxSpeedXY":1.2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[1,1,1],
+ "alpha":0.6,
+ "angle":45,
+ "rotationSpeedJitter":10,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10"}]
+ },
+ "edgar_002_atk_reached_tri":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.12,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.8177084,0.23697919,0.9322917,0.36,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.12,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.8177084,0.23697919,0.9322917,0.36,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_003_atk_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,230,230],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0,0.5,0.9947917,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_display_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_display_purple"}]
+ },
+ "edgar_003_atk_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,230,230],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0,0.5,0.9947917,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_display_red"},{"swf":"sc/effects_brawler.sc","name":"particle_display_purple"}]
+ },
+ "edgar_003_atk_reached_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.099,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_rec_glow_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_rec_glow_2"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_rec_glow_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_2"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_2"}
+ ]
+ },
+ "edgar_003_atk_reached_core_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.099,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_rec_glow_4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_rec_glow_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_retro_ring_glow_5"}
+ ]
+ },
+ "edgar_003_atk_reached_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_atk_reached"}]
+ },
+ "edgar_003_atk_reached_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_atk_reached_red"}]
+ },
+ "edgar_003_atk_reached_rect":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.099,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_1"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_3"}]
+ },
+ "edgar_003_atk_reached_rect_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.099,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_4"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_6"}]
+ },
+ "edgar_003_atk_reached_tri":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.12,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.8177084,0.23697919,0.9322917,0.05,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.024,0.024],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_3"}]
+ },
+ "edgar_003_atk_reached_tri_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.12,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.8177084,0.23697919,0.9322917,0.05,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.024,0.024],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_5"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_4"},{"swf":"sc/effects_brawler.sc","name":"particle_retro_tri_glow_3"}]
+ },
+ "edgar_003_atk_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,0,0],[4.5,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,0,0],[4.5,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "edgar_003_atk_sparks_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[5,0,0],[5,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[3,0,0],[3,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "edgar_003_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,1,1],[0,0.5,0.7]],
+ "alpha":[0,1,0.234375,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_003_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.24,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.5130209,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,1],[0.8,0.3,0.3]],
+ "alpha":[0,1,0.25,1,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_003_atkHit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,-0.002604157,0.010416687,1.0182292,0.6,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_atk_hit"}]
+ },
+ "edgar_003_atkHit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,-0.002604157,0.010416687,1.0182292,0.6,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_atk_hit_red"}]
+ },
+ "edgar_003_ulti_broken":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.75,0,1,0.25,2.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_broken"}]
+ },
+ "edgar_003_ulti_broken_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[0.4,1,0.8],[0.1,0.9,0.5]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "edgar_003_ulti_broken_light_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0.4,0.8],[0.9,0.1,0.5]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "edgar_003_ulti_broken_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1200,1200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.75,0,1,0.25,2.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_broken_red"}]
+ },
+ "edgar_003_ulti_end_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,0.6,0.6],[0.5,0.1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "edgar_003_ulti_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_ulti_ground"}]
+ },
+ "edgar_003_ulti_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_ulti_ground_red"}]
+ },
+ "edgar_003_ulti_ground_sp":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_ulti_ground_sp"}]
+ },
+ "edgar_003_ulti_jump_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_blue"}]
+ },
+ "edgar_003_ulti_jump_light_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_red"}]
+ },
+ "edgar_003_ulti_jump_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,17],[30,30,17]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_1"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_3"}]
+ },
+ "edgar_003_ulti_jump_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,17],[30,30,17]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_4"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_6"}]
+ },
+ "edgar_003_ulti_jump_ring":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.32,0.32],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "edgar_003_ulti_jump_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "edgar_003_ulti_pixel_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.25,1.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,15,12],[12,15,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_1"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_3"}]
+ },
+ "edgar_003_ulti_pixel_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_4"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_6"}]
+ },
+ "edgar_004_atk_hit_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[0.7,1,1],[0,0.5,0.5]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "edgar_004_atk_hit_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,0.5,0.3],[1,0.2,0.4]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "edgar_004_atk_hit_liquid_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.1,
+ "color":[[0.4,1,0.95],[0,0.7,0.4]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "edgar_004_atk_hit_liquid_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-3],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.1,
+ "color":[[1,0.6,0.2],[1,0.3,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "edgar_004_atk_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minAngle":90,"maxAngle":90},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[4.5,0,0],"velocityJitter":[4.5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeed":360,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leaf_03"}]
+ },
+ "edgar_004_atk_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minAngle":90,"maxAngle":90},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[4.5,0,0],"velocityJitter":[4.5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "rotationSpeed":360,
+ "rotationSpeedJitter":100,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leaf_03_red"}]
+ },
+ "edgar_004_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":0.36,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.24,"spawnRate":60},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":1.8,"maxSpeedXY":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3.5,3.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5364584,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":0.3,
+ "color":[0,1,1],
+ "alpha":[0,1,0.234375,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_004_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":0.36,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.24,"spawnRate":60},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":1.8,"maxSpeedXY":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3.5,3.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5364584,0.4635417,0.8932292,0.8,1.4],
+ "scaleJitter":0.3,
+ "color":[1,0.3,0.5],
+ "alpha":[0,1,0.234375,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_004_atkHit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "components":[
+ {"__class":"SpawnRate"},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,-0.002604157,0.010416687,1.0182292,0.6,0.8],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":30,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_003_atk_hit"}]
+ },
+ "edgar_004_lobby_impact_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.8,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},{"__class":"SpawnPlanar","minAngle":180,"maxAngle":180},{"__class":"SpawnVelocityComponent"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_004_lobby_impact"}]
+ },
+ "edgar_004_lobby_impact_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.2,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"y":0.4},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":2},{"__class":"SpawnPlanar","minAngle":180,"maxAngle":180},{"__class":"SpawnVelocityComponent"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_004_lobby_impact"}]
+ },
+ "edgar_004_lobby_leaf_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":1.8,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-15,
+ "maxAngle":15,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":6}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.4,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_1"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_2"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_3"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_4"}]
+ },
+ "edgar_004_lobby_leaf_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":2.2,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400,"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.2,
+ "minAngle":-15,
+ "maxAngle":15,
+ "minSpeedXY":-2,
+ "maxSpeedXY":2.5,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.1,"c":6}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.4,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":180,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,900,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_1"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_2"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_3"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_blue_4"}]
+ },
+ "edgar_004_lobby_smoke_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.95,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"y":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedZ":1.5,"maxSpeedZ":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,0.4,0.8],
+ "scaleJitter":0.3,
+ "color":[0.2,0.5,1],
+ "alpha":[0.2,0.6,0.1,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "edgar_004_lobby_smoke_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.05,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedZ":1.5,"maxSpeedZ":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,0.4,0.8],
+ "scaleJitter":0.4,
+ "color":[0.2,0.5,1],
+ "alpha":[0.2,0.6,0.1,1,0,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "edgar_004_lobby_smoke_hit_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":1.8,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[0,1,1],[0,0,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "edgar_004_lobby_smoke_hit_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":2.2,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[0,1,1],[0,0,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "edgar_004_lobby_smoke_open":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":3.15,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1400,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"minSpeedZ":-2.5,"maxSpeedZ":2.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.3,0.8],
+ "scaleJitter":0.2,
+ "color":[[0,1,1],[0,0,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "edgar_004_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":8},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.18,0.02],
+ "scaleJitter":0.06,
+ "color":[0,1,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "edgar_004_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":8},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.18,0.02],
+ "scaleJitter":0.06,
+ "color":[1,0.5,0.6],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "edgar_004_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":7},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "color":[0.1,0.9,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "edgar_004_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":7},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "color":[1,0.3,0.6],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "edgar_004_ulti_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":6}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.5,0.1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_stone1_L"},{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_stone1_R"},{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_stone2_L"}]
+ },
+ "edgar_004_ulti_end_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":360},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":4,"minSpeedZ":4,"maxSpeedZ":6,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.3,0.6],
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.8],[0.1,0.5,0.6]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "edgar_004_ulti_end_liquid2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum"}]
+ },
+ "edgar_004_ulti_end_liquid2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":0.05,
+ "color":[1,1,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_red"}]
+ },
+ "edgar_004_ulti_end_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":360},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":4,"minSpeedZ":4,"maxSpeedZ":6,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.3,0.6],
+ "scaleJitter":0.15,
+ "color":[[1,0.5,0.3],[1,0.2,0.6]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "edgar_004_ulti_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":2800},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":8,"maxSpeedXY":8,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[25,25,25]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,0.7,1],
+ "scaleJitter":0.2,
+ "color":[[0,0.7,1],[0,0.3,1]],
+ "alpha":[0.09114584,0.6927084,0.11979169,0.9557292,0,0.8],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_004_ulti_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":2800},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":8,"maxSpeedXY":8,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[25,25,25]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,0.7,1],
+ "scaleJitter":0.2,
+ "color":[[1,0.4,0.7],[1,0.3,0.6]],
+ "alpha":[0.09114584,0.6927084,0.11979169,0.9557292,0,0.8],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_004_ulti_jump_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.3},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type1"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type2"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type3"}]
+ },
+ "edgar_004_ulti_jump_poison":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":20,"velocity":12,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[0,1,0.8],
+ "alpha":1,
+ "angleJitter":180,
+ "rotationSpeedJitter":100,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "edgar_004_ulti_jump_poison_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,-25],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":20,"velocity":12,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,0.4,0.7],
+ "alpha":1,
+ "angleJitter":180,
+ "rotationSpeedJitter":100,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "edgar_004_ulti_jump_vine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":3,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"vine"}]
+ },
+ "edgar_004_ulti_jump_vine_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":3,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"vine_red"}]
+ },
+ "edgar_004_ulti_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ulti_end_leaf"}]
+ },
+ "edgar_004_ulti_leaf2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.6,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":10}]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxSpeedZ":15},
+ {"__class":"Deceleration","deceleration":[40,40,40]}
+ ]
+ },
+ "render":{
+ "globalScale":4,
+ "scale":[0.4,0.7],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[0.8255209,0.26302084,0.9791667,0.4869792,1,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.32552087,0.005208343,0.609375,0.51041675,800,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leaf_03"}]
+ },
+ "edgar_004_ulti_leaf2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.6,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":10}]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxSpeedZ":15},
+ {"__class":"Deceleration","deceleration":[40,40,40]}
+ ]
+ },
+ "render":{
+ "globalScale":4,
+ "scale":[0.4,0.7],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[0.8255209,0.26302084,0.9791667,0.4869792,1,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.32552087,0.005208343,0.609375,0.51041675,800,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leaf_03_red"}]
+ },
+ "edgar_004_ulti_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ulti_end_leaf_red"}]
+ },
+ "edgar_004_ulti_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":7},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":4,
+ "scale":0.6,
+ "color":[0.1,0.9,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "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"}
+ ]
+ },
+ "edgar_004_ulti_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":7},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":4,
+ "scale":0.6,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "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"}
+ ]
+ },
+ "edgar_005_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.13,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.01},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.15,"minAngle":-5,"maxAngle":5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_slash_01"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_slash_02"}]
+ },
+ "edgar_005_atk_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":0.5,"minAngle":90,"maxAngle":90,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7.5,7.5,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[5,0,0],"velocityJitter":[2.5,0,0]},
+ {"__class":"CurlNoise","frequency":1,"strength":3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458337,-0.45572913,0.6015625,-1.7239583,0.25,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "rotationSpeed":[0.26302084,0.7395834,0.3307292,0.7135417,-100,10],
+ "rotationSpeedJitter":100,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_heart"}]
+ },
+ "edgar_005_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_hit"}]
+ },
+ "edgar_005_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.01},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_hit_red"}]
+ },
+ "edgar_005_atk_hit_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":5,"spawnRateJitter":5},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458337,-0.45572913,0.375,-0.9583333,0.4,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_02"}]
+ },
+ "edgar_005_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.13,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.01},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.15,"minAngle":-5,"maxAngle":5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_slash_01_red"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_slash_02_red"}]
+ },
+ "edgar_005_atk_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":5,"spawnRateJitter":5},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[5,0,0],"velocityJitter":[5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458337,-0.45572913,0.375,-0.9583333,0.4,0.1],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_02"}]
+ },
+ "edgar_005_lobby_heart_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[-1,0,1],"velocity":2},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_heart_big"}]
+ },
+ "edgar_005_lobby_heart_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.3,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,1],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_heart_big"}]
+ },
+ "edgar_005_lobby_heart_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.45,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":2.5,"velocityJitter":0.25},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_heart"}]
+ },
+ "edgar_005_lobby_stun":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.6,
+ "lifetime":4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.04,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_lobby_stun"}]
+ },
+ "edgar_005_ulti_end_heart_drop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0.1,0.1,0.1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_drop_01"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_drop_02"}]
+ },
+ "edgar_005_ulti_end_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":200,"spawnRateJitter":10},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":2.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1.3,
+ "scale":0.45,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_atk_smoke"}]
+ },
+ "edgar_005_ulti_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart"}]
+ },
+ "edgar_005_ulti_heart_flash_b":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_flash_b"}]
+ },
+ "edgar_005_ulti_heart_flash_b_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_flash_b_red"}]
+ },
+ "edgar_005_ulti_heart_flash_f":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_flash_f"}]
+ },
+ "edgar_005_ulti_heart_flash_f_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_flash_f_red"}]
+ },
+ "edgar_005_ulti_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_heart_red"}]
+ },
+ "edgar_005_ulti_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[[0,0,5],[0,0,3]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":70,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":[0,1]},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":[13,5],"velocityJitter":3},
+ {"__class":"Deceleration","deceleration":[30,30,15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6692709,0.036458343,0.8776042,0.033854187,0.2,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_spark"}]
+ },
+ "edgar_005_ulti_sparks_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[[0,0,5],[0,0,3]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":70,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":[0,1]},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":[13,5],"velocityJitter":3},
+ {"__class":"Deceleration","deceleration":[30,30,15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6692709,0.036458343,0.8776042,0.033854187,0.2,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_spark_red"}]
+ },
+ "edgar_005_ulti_sparks_side1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.075,
+ "lifetime":0.85,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[[0,0,1],[0,0,1.5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.6},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":[1,2],"velocityJitter":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6692709,0.036458343,0.8776042,0.033854187,0.15,0.075],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_spark"}]
+ },
+ "edgar_005_ulti_sparks_side1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.075,
+ "lifetime":0.85,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[[0,0,1],[0,0,1.5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.6},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":[1,2],"velocityJitter":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6692709,0.036458343,0.8776042,0.033854187,0.15,0.075],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_spark_red"}]
+ },
+ "edgar_005_ulti_sparks_side2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":0.85,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1.15,"spawnMaxSize":1.25},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":[0.5,1],"velocityJitter":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6692709,0.036458343,0.8776042,0.033854187,0.15,0.075],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_spark"}]
+ },
+ "edgar_005_ulti_sparks_side2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":0.85,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1.15,"spawnMaxSize":1.25},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":[0.5,1],"velocityJitter":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6692709,0.036458343,0.8776042,0.033854187,0.15,0.075],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_ulti_spark_red"}]
+ },
+ "edgar_005_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.5],
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":40,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5911459,0.005208343,0.8072917,-0.013020813,0.4,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_02"}]
+ },
+ "edgar_def_atk_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.4,1],[0.1,0.4,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,220,220],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[13,13,0],[13,13,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.8,0.2,0.95,1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.4,1],[0.25,0.25,0.35]],
+ "alpha":[0.09114584,0.8802084,0.08072919,0.9557292,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,180,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,220,220],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[13,13,0],[13,13,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.8,0.2,0.95,1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.4,0.8],[0.25,0.2,0.35]],
+ "alpha":[0.09114584,0.8802084,0.08072919,0.9557292,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,180,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[13,13,0],[13,13,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.8,0.2,0.95,0.4,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.6692709,0.19270834,0,0.9869792,[0.5,0.95,1],[0.3,0.4,0.8]],
+ "alpha":[0.09114584,0.8802084,0.08072919,0.9557292,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,180,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7.5,7.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[13,13,0],[13,13,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.8,0.2,0.95,0.4,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.6692709,0.19270834,0,0.9869792,[1,0.4,0.85],[0.6,0.35,0.65]],
+ "alpha":[0.09114584,0.8802084,0.08072919,0.9557292,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,180,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "edgar_def_atkHit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_def_atkHit_cloud"}]
+ },
+ "edgar_def_atkHit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_004_atk_hit_cloud_red"}]
+ },
+ "edgar_def_ulti_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2800,2800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10.5,10.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.6,2.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.7,1],[0.25,0.15,0.35]],
+ "alpha":[0.09114584,0.6927084,0.11979169,0.9557292,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2800,2800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10.5,10.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,0],[20,20,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.6,2.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[0.3,0.1,0.3]],
+ "alpha":[0.09114584,0.6927084,0.11979169,0.9557292,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_def_ulti_ground"}]
+ },
+ "edgar_def_ulti_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_def_ulti_ground_red"}]
+ },
+ "edgar_def_ulti_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.8333334,0.22916669,0.9557292,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.45,0.5,1],[0.4,0.1,0.45]],
+ "alpha":[0.09114584,0.8802084,0.08072919,0.9557292,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,180,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.8333334,0.22916669,0.9557292,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[0.4,0.1,0.45]],
+ "alpha":[0.09114584,0.8802084,0.08072919,0.9557292,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,180,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":4},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.4,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":1,"maxSpeedZ":3},
+ {"__class":"Deceleration","deceleration":[0.2,0.2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08,1,-0.1,1,0.1,0.54],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.2,0],[0.2,0.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08,1,-0.1,1,0.1,0.54],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,12,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.18,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.22,0.7,1],[0.22,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,12,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.18,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.278,0.384],[1,0.278,0.384]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.6067709,0.06770834,0.8697917,0.3854167,10,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,-0.6822916,0.4947917,0.7526042,0.18,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.95,0.4],[0.9,0.95,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.6067709,0.06770834,0.8697917,0.3854167,10,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,-0.6822916,0.4947917,0.7526042,0.18,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.925,0.207,0.792],[0.925,0.207,0.792]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_atk_confetti_ground_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.278,0.384],[1,0.278,0.384]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_atk_confetti_ground_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.95,0.4],[0.9,0.95,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_atk_confetti_ground_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.925,0.207,0.792],[0.925,0.207,0.792]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_atk_hitCloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,15],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_blue"}]
+ },
+ "emz_002_atk_hitCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,15],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.2,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_red"}]
+ },
+ "emz_002_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,10],[3,3,10]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.24,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.22,0.7,1],[0.22,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,10],[3,3,10]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.24,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.278,0.384],[1,0.278,0.384]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,10],[3,3,10]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.24,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.95,0.4],[0.9,0.95,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,10],[3,3,10]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.24,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.925,0.207,0.792],[0.925,0.207,0.792]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_ulti_confetti_ground_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.278,0.384],[1,0.278,0.384]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_ulti_confetti_ground_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.95,0.4],[0.9,0.95,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_002_ulti_confetti_ground_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,0],[8,8,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.925,0.207,0.792],[0.925,0.207,0.792]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0.25,-0.7,1.08,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect"}]
+ },
+ "emz_003_atk_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnVelocityComponent","velocity":[10,0,0]},
+ {"__class":"Deceleration","deceleration":[0.42031252,0.0625,0.265625,0.734375,[0,0,0],[30,30,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.6],
+ "scaleJitter":0.05,
+ "color":[[0.2,1,1],[0.2,0,1]],
+ "alpha":[0.9036459,0.020833373,0.7578125,0.22916669,1,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shockwave_ring"}]
+ },
+ "emz_003_atk_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnVelocityComponent","velocity":[10,0,0]},
+ {"__class":"Deceleration","deceleration":[0.42031252,0.0625,0.265625,0.734375,[0,0,0],[30,30,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.6],
+ "scaleJitter":0.05,
+ "color":[[1,0.5,0.7],[0.8,0.2,0.6]],
+ "alpha":[0.9036459,0.020833373,0.7578125,0.22916669,1,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shockwave_ring"}]
+ },
+ "emz_003_atk_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,12,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_3"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_6"}]
+ },
+ "emz_003_atk_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,12,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_6"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"}]
+ },
+ "emz_003_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.6302084,0.3229167,0.9791667,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,70,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_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"}
+ ]
+ },
+ "emz_003_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.6302084,0.3229167,0.9791667,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,70,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"shocked_long_purple_3"},
+ {"swf":"sc/effects_brawler.sc","name":"shocked_long_purple_4"}
+ ]
+ },
+ "emz_003_atk_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,12,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.7,0.55],
+ "scaleJitter":0.12,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.8,1],[0.05,0.2,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "emz_003_atk_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.5677084,0.059895843,0.8072917,0.4244792,12,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,2],[7,7,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,0.7,0.55],
+ "scaleJitter":0.12,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.7],[0.1,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "emz_003_lobby_pixels":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.25,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.5,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,50,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0.5,0.5],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_1"},{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_3"},{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_4"}]
+ },
+ "emz_003_lobby_soundwave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2,
+ "lifetime":301,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"angle":180,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_soundwave"}]
+ },
+ "emz_003_lobby_soundwave_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2,
+ "lifetime":301,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_soundwave_02"}]
+ },
+ "emz_003_lobby_soundwave_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.5,
+ "lifetime":301,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"angle":180,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_soundwave_04"}]
+ },
+ "emz_003_lobby_spotlight":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.5,
+ "lifetime":303,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.3,"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_spotlight"}]
+ },
+ "emz_003_lobby_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.25,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.5,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,50,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0.5,0.5],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.7526042,-0.3645833,0.6,0.3],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_twinkle"},
+ {"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_1"},
+ {"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_2"},
+ {"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_3"},
+ {"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_pixel_4"}
+ ]
+ },
+ "emz_003_lobby_twinkles_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.25,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":-1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.5,
+ "spawnRate":[0.37239584,-0.002604157,0,0.97916675,50,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.06770837,0.5130209,0.5885417,0.8463542,0.9,0.9],
+ "spawnMaxSize":[0.20052087,0.5677084,0.4869792,0.8619792,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,2,0.84,2,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,10,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_lobby_twinkle"}]
+ },
+ "emz_003_lobby_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.22,0.22],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.25,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.05,"c":1},{"t":0.1,"c":4},{"t":0.15,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5677084,0.09114584,0.9244792,0.5494792,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.4,0.7],[0.1,0.4,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twirl_2"}]
+ },
+ "emz_003_reached_note":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.23,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":2,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_note"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_note2"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_note3"}]
+ },
+ "emz_003_reached_note_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.23,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":2,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_note4"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_note5"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_note"}]
+ },
+ "emz_003_reached_triangle":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1.1,"color":[0.129,0.592,0.917],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_triangle"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_triangle2"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_triangle3"}]
+ },
+ "emz_003_reached_triangle_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1.1,"color":[0.129,0.592,0.917],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_triangle_red"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_triangle2_red"},{"swf":"sc/effects_brawler.sc","name":"emz_003_reached_triangle3_red"}]
+ },
+ "emz_003_ulti_confetti_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,1.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_ani"},{"swf":"sc/effects_brawler.sc","name":"pixel_ani_type2"},{"swf":"sc/effects_brawler.sc","name":"pixel_ani_type3"},{"swf":"sc/effects_brawler.sc","name":"pixel_ani_type4"}]
+ },
+ "emz_003_ulti_confetti_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,-0.6901041,0.8307292,0.5182292,1.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_ani"},{"swf":"sc/effects_brawler.sc","name":"pixel_ani_red_type2"},{"swf":"sc/effects_brawler.sc","name":"pixel_ani_red"},{"swf":"sc/effects_brawler.sc","name":"pixel_ani_type4"}]
+ },
+ "emz_003_ulti_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,4.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.5,0.020833373,0.4010417,0.8854167,[0,0.2,1],[0,0.2,1]],
+ "directionJitterAngle":120,
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0.1,1,0,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_3"}]
+ },
+ "emz_003_ulti_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.2,4.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.5,0.020833373,0.4010417,0.8854167,[0,0.2,1],[0,0.2,1]],
+ "directionJitterAngle":120,
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0.1,1,0,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_3"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "emz_def_atk_cloudDis":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[0.129,0.592,0.917],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_def_atk_cloud_disappear"}]
+ },
+ "emz_def_atk_cloudDis_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,0.349,0.513],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_def_atk_cloud_disappear"}]
+ },
+ "emz_def_atk_hitCloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,15],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_1"}]
+ },
+ "emz_def_atk_hitCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,15],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudExp_1_red"}]
+ },
+ "emz_def_atk_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"durationJitter":0.1,"spawnRate":[0.40364584,0.28645834,0.7447917,0.5963542,1,2],"spawnRateJitter":1},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0.1,0.5],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.25,0.7]
+ },
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":150,"velocity":1.5,"velocityJitter":0.3},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.1,
+ "color":[0.6770834,0.12239584,0.8463542,0.5104167,[0.18,0.85,0.7],[0.15,0.7,0.8]],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {"__class":"SpawnRate","duration":0.01,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":120,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.15,
+ "color":[0.2,1,0.6],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.6,"c":1}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.21614584,0.49739584,0.4088542,0.9713542,0,0],
+ "spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0,0],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.25,0.25]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6770834,0.12239584,0.8463542,0.5104167,[0.2,1,0.6],[0.2,1,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.21614584,0.49739584,0.4088542,0.9713542,0,0],
+ "spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0,0],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.6770834,0.12239584,0.8463542,0.5104167,[1,0.69,0.196],[1,0.69,0.196]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.6,"c":1}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.21614584,0.49739584,0.4088542,0.9713542,0,0],
+ "spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0,0],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.25,0.25]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6770834,0.12239584,0.8463542,0.5104167,[1,0.69,0.196],[1,0.69,0.196]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":0.1,
+ "spawnRate":[0.40364584,0.28645834,0.7447917,0.5963542,1,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0.1,0.5],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.25,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.65,0.25],[1,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"skull_ani_1"},{"swf":"sc/effects_brawler.sc","name":"skull_ani_2"}]
+ },
+ "emz_def_atk_sprayGround":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.35,"spawnRate":15},{"__class":"SimpleGround"},{"__class":"SpawnPlanar","spawnMaxSize":0.25,"minAngle":175,"maxAngle":185}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[0.28645834,0.42708334,0.3385417,0.9947917,[0.129,0.7,0.927],[0.11,0.5,0.9]],
+ "alpha":1,
+ "angleJitter":25,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SimpleGround"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,175,175],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,185,185],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.3854167,0.9947917,[1,0.35,0.6],[0.898,0.231,0.435]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":[0.48177084,0.09114584,0.22135419,0.9869792,10,36]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5911459,0.16145837,0.026041687,1.0104167,0,0.65],
+ "spawnMaxSize":[0.5520834,0.07552087,0,0.9947917,0.05,0.75],
+ "minAngle":160,
+ "maxAngle":200,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-2.221354,0.6875,-0.8958333,0.6,0.35],
+ "scaleJitter":0.2,
+ "color":[0.129,0.592,0.917],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "emz_def_atk_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":[0.48177084,0.09114584,0.22135419,0.9869792,10,36]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5911459,0.16145837,0.026041687,1.0104167,0,0.65],
+ "spawnMaxSize":[0.5520834,0.07552087,0,0.9947917,0.05,0.75],
+ "minAngle":160,
+ "maxAngle":200,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-2.221354,0.6875,-0.8958333,0.6,0.35],
+ "scaleJitter":0.2,
+ "color":[1,0.349,0.513],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "emz_def_ulti_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "components":[{"__class":"SpawnRate","duration":4.6,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cameraFlash"}]
+ },
+ "emz_def_ulti_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "components":[{"__class":"SpawnRate","duration":4.6,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cameraFlash_red"}]
+ },
+ "emz_def_ulti_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.65,0.32,1],[0.65,0.32,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_heartSkull"}]
+ },
+ "emz_def_ulti_skull_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":4.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,6],[6,6,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.32,0.7],[0.85,0.32,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_heartSkull"}]
+ },
+ "emz_def_ulti_use_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.20052084,0.41927084,0.4244792,0.8072917,0.95,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.20052084,0.41927084,0.4244792,0.8072917,0.95,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "emz_gadget_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_def_gadget_disapear"}]
+ },
+ "emz_gadget_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"emz_def_gadget_disapear_red"}]
+ },
+ "emz_gadget_atk_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"durationJitter":0.1,"spawnRate":[0.40364584,0.28645834,0.7447917,0.5963542,1,2],"spawnRateJitter":1},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0.1,0.5],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.25,0.7]
+ },
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":150,"velocity":1.5,"velocityJitter":0.3},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.1,
+ "color":[0.3,0.9,0.9],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"skull_ani_1"},{"swf":"sc/effects_brawler.sc","name":"skull_ani_2"}]
+ },
+ "emz_gadget_atk_skull_front":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.2,"c":1}]},
+ {"__class":"SpawnRate","duration":0.01,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":120,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.15,
+ "color":[0.3,0.9,0.9],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"skull_ani_1"},{"swf":"sc/effects_brawler.sc","name":"skull_ani_2"}]
+ },
+ "emz_gadget_atk_skull_front2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.6,"c":1}]},
+ {"__class":"SpawnRate","duration":0.01,"spawnRateJitter":[0.45833334,0.20833334,0.11979169,0.9947917,0,1]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":120,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.2,
+ "color":[0.3,0.9,0.9],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"skull_ani_1"},{"swf":"sc/effects_brawler.sc","name":"skull_ani_2"}]
+ },
+ "emz_gadget_atk_skull_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"durationJitter":0.1,"spawnRate":[0.40364584,0.28645834,0.7447917,0.5963542,1,2],"spawnRateJitter":1},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.15364584,0.7395834,0.4244792,0.9713542,0.1,0.5],
+ "spawnMaxSize":[0,0.5598959,0.4244792,0.98697925,0.25,0.7]
+ },
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":150,"velocity":1.5,"velocityJitter":0.3},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.1,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angle":-90,
+ "rotationSpeedJitter":[0.5677084,0.11458334,0.8307292,0.6276042,80,10],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"skull_ani_1"},{"swf":"sc/effects_brawler.sc","name":"skull_ani_2"}]
+ },
+ "env_fire_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,3],[0.5,0,3]],
+ "emitterLoop":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.4,-0.4],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":3,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,2],[0.5,0,2]],
+ "emitterLoop":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.2,-0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":3,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "Explo_bubbles_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":2,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20,"spawnRateJitter":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.5,
+ "spawnMaxSize":0.75,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.18,
+ "maxSpeedZ":0.6,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.7578125,-0.5729166,0.8541667,0.5651042,1,0.35],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "rotationSpeedJitter":-15,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_deepsea_bubble"}]
+ },
+ "Explo_dust_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.85,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.2,"spawnRate":20,"spawnRateJitter":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.75,
+ "spawnMaxSize":0.75,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":0.8,
+ "minSpeedZ":0.18,
+ "maxSpeedZ":0.6,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7578125,-0.5729166,0.8541667,0.5651042,1,0.35],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":15,
+ "rotationSpeedJitter":-15,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Env_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"Env_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"Env_smoke_03"},{"swf":"sc/effects_brawler.sc","name":"Env_smoke_04"}]
+ },
+ "Explo_dust_100_white":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.275,
+ "durationJitter":0.225,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.18,0.18],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.33,0.33],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust_white"},{"swf":"sc/effects.sc","name":"hit_dust_2_white"}]
+ },
+ "Explo_dust_120":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.65,
+ "lifetimeJitter":0.55,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.275,"durationJitter":0.225,"spawnRate":500,"spawnRateJitter":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.625,
+ "spawnMaxSize":0.625,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":0.48,
+ "maxSpeedXY":0.96,
+ "minSpeedZ":0.18,
+ "maxSpeedZ":0.33,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust"},{"swf":"sc/effects.sc","name":"hit_dust_2"}]
+ },
+ "Explo_dust_120_white":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.275,
+ "durationJitter":0.225,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.96,0.96],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.18,0.18],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.33,0.33],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust_white"},{"swf":"sc/effects.sc","name":"hit_dust_2_white"}]
+ },
+ "explosion_arcs_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.9,0.9],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":3.5,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.890625,0.013020843,0.8932292,0.4791667,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.23177087,0.7395834,0.2526042,1.0026042,2000,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,720,720],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "explosion_streaks_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "fang_002_atk1_env":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_002_end_env"}]
+ },
+ "fang_002_atk1_env_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_002_end_env_red"}]
+ },
+ "fang_002_atk1_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}]
+ },
+ "render":{"globalScale":1,"scale":0.9,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_002_end_L"},{"swf":"sc/effects_brawler.sc","name":"fang_002_end_R"}]
+ },
+ "fang_002_atk1_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_002_end_L_red"},{"swf":"sc/effects_brawler.sc","name":"fang_002_end_R_red"}]
+ },
+ "fang_002_atk_ring2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.17,0.17],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_002_splash"},{"swf":"sc/effects_brawler.sc","name":"fang_002_splash_02"},{"swf":"sc/effects_brawler.sc","name":"fang_002_splash_03"}]
+ },
+ "fang_002_atk_ring2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.17,0.17],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_002_splash_red"},{"swf":"sc/effects_brawler.sc","name":"fang_002_splash_red_02"},{"swf":"sc/effects_brawler.sc","name":"fang_002_splash_red_03"}]
+ },
+ "fang_002_fragments_continuing":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,22.5,22.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"groundFrag_5"},{"swf":"sc/effects_brawler.sc","name":"groundFrag_4"},{"swf":"sc/effects_brawler.sc","name":"groundFrag_6"}]
+ },
+ "fang_002_ulti_trail_top":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.26,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.984,0.949],[1,0.984,0.949]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_trail_01"},{"swf":"sc/effects_brawler.sc","name":"fang_002_trail_02"}]
+ },
+ "fang_002_ulti_trail_top_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.26,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.984,0.949],[1,0.984,0.949]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_trail_01_red"},{"swf":"sc/effects_brawler.sc","name":"fang_002_trail_02_red"}]
+ },
+ "fang_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6380209,0.036458343,0.9010417,0.2916667,0.6,0.8],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_hit"}]
+ },
+ "fang_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6380209,0.036458343,0.9010417,0.2916667,0.6,0.8],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_hit_red"}]
+ },
+ "fang_003_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_impact"}]
+ },
+ "fang_003_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_impact_red"}]
+ },
+ "fang_003_atk_liquid_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08"}
+ ]
+ },
+ "fang_003_atk_liquid_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08_red"}
+ ]
+ },
+ "fang_003_atk_reached_ball":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.5598959,0.08854169,0.8854167,0.2,0.6],
+ "scaleJitter":0.05,
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_ball"}]
+ },
+ "fang_003_atk_reached_ball_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.35,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.5598959,0.08854169,0.8854167,0.2,0.6],
+ "scaleJitter":0.05,
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_ball_red"}]
+ },
+ "fang_003_atk_reached_liquid_spark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{"globalScale":1,"scale":1,"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_02"}]
+ },
+ "fang_003_atk_reached_liquid_spark_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{"globalScale":1,"scale":1,"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_01_red"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_liquid_spark_02_red"}]
+ },
+ "fang_003_atk_reached_liquid_spark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.125,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":2.5,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08"}
+ ]
+ },
+ "fang_003_atk_reached_liquid_spark_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.125,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":2.5,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08_red"}
+ ]
+ },
+ "fang_003_atk_reached_octo_reg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_octo_reg_01"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_octo_reg_02"}]
+ },
+ "fang_003_atk_reached_octo_reg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":1.75},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_octo_reg_01_red"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_reached_octo_reg_02_red"}]
+ },
+ "fang_003_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,0.5,3],
+ "scaleJitter":0.3,
+ "color":[0.4,1,0.2],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "fang_003_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,0.5,3],
+ "scaleJitter":0.3,
+ "color":[1,0.6,0.15],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "fang_003_atk_trail_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "components":[{"__class":"SpawnRate","duration":0.6,"durationJitter":0.1,"spawnRate":15,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.7239584,0.010416687,0.7994792,0.1,0.3],
+ "scaleJitter":0.05,
+ "color":[0.35,0.75,0.15],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "fang_003_atk_trail_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "components":[{"__class":"SpawnRate","duration":0.6,"durationJitter":0.1,"spawnRate":15,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.7239584,0.010416687,0.7994792,0.1,0.3],
+ "scaleJitter":0.05,
+ "color":[1,0.6,0.15],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "fang_003_atk_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.65,"durationJitter":0.1,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":80,"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5364584,0.17708334,0.7682292,0.2682292,0.3,0.175],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_trail_ilquid_01"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_trail_ilquid_02"}]
+ },
+ "fang_003_atk_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.65,"durationJitter":0.1,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":80,"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5364584,0.17708334,0.7682292,0.2682292,0.3,0.175],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_trail_ilquid_01_red"},{"swf":"sc/effects_brawler.sc","name":"fang_003_atk_trail_ilquid_02_red"}]
+ },
+ "fang_003_ulti_ground_water":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_ulti_ground_water"}]
+ },
+ "fang_003_ulti_ground_water_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"followEmitter":true,"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_ulti_ground_water_red"}]
+ },
+ "fang_003_ulti_liquid_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":40,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08"}
+ ]
+ },
+ "fang_003_ulti_liquid_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":40,"spawnRateJitter":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_06_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_07_red"},
+ {"swf":"sc/effects_brawler.sc","name":"fang_003_atk_liquid_spark_08_red"}
+ ]
+ },
+ "fang_003_ulti_water":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.3,"lifetimeJitter":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":20}]},
+ "render":{
+ "globalScale":1,
+ "scale":[1,1.5],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_ulti_splash"}]
+ },
+ "fang_003_ulti_water_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.3,"lifetimeJitter":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":20}]},
+ "render":{
+ "globalScale":1,
+ "scale":[1,1.5],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_003_ulti_splash_red"}]
+ },
+ "fang_atk_hit_impact_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.15,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[0.3,0.8,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_diamond_2"},{"swf":"sc/effects_brawler.sc","name":"particle_diamond_2"}]
+ },
+ "fang_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.15,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.8333334,-0.002604157,0.8854167,0.07291669,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[1,0.4,0.6],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_diamond_2"},{"swf":"sc/effects_brawler.sc","name":"particle_diamond_2"}]
+ },
+ "fang_def_atk1_env":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_end_env"}]
+ },
+ "fang_def_atk1_env_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_end_env_red"}]
+ },
+ "fang_def_atk1_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}]
+ },
+ "render":{"globalScale":1,"scale":0.9,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_end_L"},{"swf":"sc/effects_brawler.sc","name":"fang_def_end_R"}]
+ },
+ "fang_def_atk1_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_end_L_red"},{"swf":"sc/effects_brawler.sc","name":"fang_def_end_R_red"}]
+ },
+ "fang_def_atk1_reached_Smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.3,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_1"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "fang_def_atk1_reached_Smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.9,0.4],[1,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_1"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "fang_def_atk_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"y":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,0],[12,12,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,1],[0,0.3,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "fang_def_atk_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"y":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,0],[12,12,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "fang_def_atk_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,1,0.2],[0.6,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_flash_particle"}]
+ },
+ "fang_def_atk_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.2],[1,0.5,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_flash_particle"}]
+ },
+ "fang_def_atk_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_003_ulti_hit"}]
+ },
+ "fang_def_atk_hit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_003_ulti_hit_red"}]
+ },
+ "fang_def_atk_popcorn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,135,135],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,1,0.041666687,0.09,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9348959,0.020833343,0.4244792,0.9947917,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"popcorn_particle"}]
+ },
+ "fang_def_atk_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"y":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"splash_particle_01"}]
+ },
+ "fang_def_atk_ring2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.17,0.17],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"splash_particle_02"}]
+ },
+ "fang_def_atk_ring2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.15,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"splash_particle_02_red"}]
+ },
+ "fang_def_atk_sparkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[50,50,50],[50,50,50]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,1],[0,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_1"},{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_2"},{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_3"}]
+ },
+ "fang_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0,1,0.25,0.1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"popcorn_particle"}]
+ },
+ "fang_def_ulti_trail_top":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.2,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.984,0.949],[1,0.984,0.949]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_trail_01"},{"swf":"sc/effects_brawler.sc","name":"fang_def_trail_02"}]
+ },
+ "fang_def_ulti_trail_top_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0234375,-2.549479,1,-1.4114583,0.2,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.984,0.949],[1,0.984,0.949]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fang_def_trail_01_red"},{"swf":"sc/effects_brawler.sc","name":"fang_def_trail_02_red"}]
+ },
+ "fang_fragments_continuing":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,22.5,22.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.08,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"popcorn_particle"}]
+ },
+ "fence_explo_debris1_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_candy_fence_1"},{"swf":"sc/effects.sc","name":"prt_candy_fence_2"},{"swf":"sc/effects.sc","name":"prt_candy_fence_3"}]
+ },
+ "Fence_explo_debris1_castle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_debris1_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_03"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_4"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_5"}
+ ]
+ },
+ "fence_explo_debris1_hub":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001000642,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_2b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_3b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_1c_hub"},
+ {"swf":"sc/effects.sc","name":"stone_2c_hub"},
+ {"swf":"sc/effects.sc","name":"stone_3c_hub"}
+ ]
+ },
+ "fence_explo_debris1_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"debris_robot_factory_rock_1"},
+ {"swf":"sc/effects.sc","name":"debris_robot_factory_rock_2"},
+ {"swf":"sc/effects.sc","name":"debris_robot_factory_rock_3"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "fence_explo_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_1"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_2"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_3"},
+ {"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_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "fence_explo_debris2_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_candy_fence_1"},{"swf":"sc/effects.sc","name":"prt_candy_fence_2"},{"swf":"sc/effects.sc","name":"prt_candy_fence_3"}]
+ },
+ "Fence_explo_debris2_castle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_01"},{"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_02"},{"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_03"},{"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_4"}]
+ },
+ "fence_explo_debris2_hub":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_2b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_3b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_1c_hub"},
+ {"swf":"sc/effects.sc","name":"stone_2c_hub"},
+ {"swf":"sc/effects.sc","name":"stone_3c_hub"}
+ ]
+ },
+ "fence_explo_debris2_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_01"},{"swf":"sc/effects.sc","name":"metal_shard_02"},{"swf":"sc/effects.sc","name":"metal_shard_03"}]
+ },
+ "fence_explo_debris2_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_1"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_2"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_3"},
+ {"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_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "Fence_explo_debris_brawlywood":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,5.32,5.32],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,5.32,5.32],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,5.32,5.32],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":0.3,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_orange_01"},{"swf":"sc/effects.sc","name":"metal_shard_orange_03"}]
+ },
+ "fence_hit_debris1_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"stone_1_town"},{"swf":"sc/effects.sc","name":"stone_3_town"},{"swf":"sc/effects.sc","name":"stone_2_town"}]
+ },
+ "Fence_hit_debris1_castle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_debris1_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_ghostmetro_03"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_4"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_5"}
+ ]
+ },
+ "fence_hit_debris1_hub":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stone_1b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_2b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_3b_hub"},
+ {"swf":"sc/effects.sc","name":"stone_1c_hub"},
+ {"swf":"sc/effects.sc","name":"stone_2c_hub"},
+ {"swf":"sc/effects.sc","name":"stone_3c_hub"}
+ ]
+ },
+ "fence_hit_debris1_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_02"},{"swf":"sc/effects.sc","name":"metal_shard_03"}]
+ },
+ "fence_hit_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "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_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "Fence_hit_retro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":0.3,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":0.3,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_leaf_explo_hub":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_hub_leaf_01"},{"swf":"sc/effects.sc","name":"prt_hub_leaf_02"},{"swf":"sc/effects.sc","name":"prt_hub_leaf_03"}]
+ },
+ "fence_leaf_hit_hub":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_hub_leaf_01"},{"swf":"sc/effects.sc","name":"prt_hub_leaf_02"},{"swf":"sc/effects.sc","name":"prt_hub_leaf_03"}]
+ },
+ "fire_after_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":2.6,
+ "lifetimeJitter":2.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration"},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":1,"minAngle":90,"maxAngle":360,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8411459,0.059895843,0.7994792,0.13541669,1,0.3],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"amber_002_lobby_fire1"}]
+ },
+ "fire_after_explosion_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":2.6,
+ "lifetimeJitter":2.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration"},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":1,"minAngle":90,"maxAngle":360,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8411459,0.059895843,0.7994792,0.13541669,1,0.3],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Env_fire_green"}]
+ },
+ "fire_spark_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.4,"y":-0.6},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,40,40],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "durationJitter":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,15,15]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.6,1.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,13,13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,720,720],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fireball_blue_spark"}]
+ },
+ "fireball_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,13,13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fireball_red_spark"}]
+ },
+ "fishy_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,0.6000002,0.6000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.4000002,0.4000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_fish"}]
+ },
+ "flag_celebration_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.4,1.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "flea_002_atk_hit_spike":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,-0.002604127,1,0.659375,2,0.3],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_spike_particle"}]
+ },
+ "flea_002_atk_hit_spike_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,-0.002604127,1,0.659375,2,0.3],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_spike_particle_red"}]
+ },
+ "flea_002_end_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_def_end_reached"}]
+ },
+ "flea_002_end_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cactus_def_end_reached_red"}]
+ },
+ "flea_002_ulti_egg_broken":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.3,"mass":1,"spawnPointOffset":{},"emitterLoop":true,"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.35,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cuctus_broken"}]
+ },
+ "flea_002_ulti_egg_broken_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.3,"mass":1,"spawnPointOffset":{},"emitterLoop":true,"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.35,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cuctus_broken_red"}]
+ },
+ "flea_002_ulti_spike":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.3,"mass":1,"spawnPointOffset":{},"emitterLoop":true,"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.35,"scale":0.8,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cuctus_landing"}]
+ },
+ "flea_002_ulti_spike_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.3,"mass":1,"spawnPointOffset":{},"emitterLoop":true,"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.35,"scale":0.8,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cuctus_landing_red"}]
+ },
+ "flea_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-2],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[0.7734375,-0.018229157,0.7447917,0.9557292,[0.25,0.9,1],[0.4,0.5,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_def_atk_liquid"}]
+ },
+ "flea_003_atk_hit_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[0,0.75,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecHit_blue"}]
+ },
+ "flea_003_atk_hit_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,0.2,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecHit_red"}]
+ },
+ "flea_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-2],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[0.7734375,-0.018229157,0.7447917,0.9557292,[1,0.25,0.5],[1,0.32,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_def_atk_liquid"}]
+ },
+ "flea_003_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.2,0.5,1]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_atk_impact"}]
+ },
+ "flea_003_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0.2,0.5]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_atk_impact_red"}]
+ },
+ "flea_003_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,1.2],
+ "scaleJitter":0.3,
+ "color":[0.5677084,0.028645843,0.4322917,0.7916667,[0.3,0.9,1],[0.2,0.3,1]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "flea_003_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,1.2],
+ "scaleJitter":0.3,
+ "color":[0.5677084,0.028645843,0.4322917,0.7916667,[1,0.5,0.85],[1,0.2,0.3]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "flea_003_atk_trail_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.6},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {"__class":"SpawnVelocityComponent","velocityJitter":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.17,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_2"},
+ {"swf":"sc/effects_brawler.sc","name":"pixel_particle_1"}
+ ]
+ },
+ "flea_003_atk_trail_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.6},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {"__class":"SpawnVelocityComponent","velocityJitter":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.17,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "flea_003_atk_trail_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":5,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.4,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "flea_003_atk_trail_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":5,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.4,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_1"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_2"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_4"}]
+ },
+ "flea_003_end_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.9,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_atk_reached"}]
+ },
+ "flea_003_end_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.9,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_atk_reached_red"}]
+ },
+ "flea_003_lobby_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.85,"y":-0.5,"z":-2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.11458334,0.8229167,0.2526042,0.6,0.3],
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_lobby_impact"}]
+ },
+ "flea_003_lobby_lose_scratch_back":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.9,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"x":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"stu_lobby_scratch_back"}]
+ },
+ "flea_003_lobby_lose_scratch_front":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.85,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"stu_lobby_scratch_front"}]
+ },
+ "flea_003_lobby_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.2,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":1.2,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,1],"directionJitterAngle":45,"velocity":4.5},
+ {"__class":"Deceleration","deceleration":[5,0,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3.3,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[1,0.2],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_04"}]
+ },
+ "flea_003_lobby_lose_spark1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.15,
+ "lifetime":0.1,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":-1},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","duration":1.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[-0.75,0,1],"directionJitterAngle":45,"velocity":15,"velocityJitter":10}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":[0.16927084,0.9270834,0.15104169,0.9401042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "flea_003_lobby_lose_spark2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.15,
+ "lifetime":0.05,
+ "lifetimeJitter":0.02,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":-1},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","duration":1.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[-0.75,0,1],"directionJitterAngle":45,"velocity":15,"velocityJitter":10}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "flea_003_lobby_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.2,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[{"__class":"SpawnRate","duration":0.75,"spawnRate":[30,0]},{"__class":"SpawnCone","direction":[0,1,0],"velocity":30}]
+ },
+ "render":{"globalScale":1,"scale":0.35,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_lobby_scratch"}]
+ },
+ "flea_003_lobby_scratch_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0,0,0.1],
+ "components":[{"__class":"SpawnRate","duration":1.3,"spawnRate":15}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ground_impact_gold_super_1"},{"swf":"sc/effects_brawler.sc","name":"ground_impact_gold_super_2"}]
+ },
+ "flea_003_lobby_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-1,0,1],"directionJitterAngle":45,"velocity":4.5},
+ {"__class":"Deceleration","deceleration":[5,0,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":[1,0.2],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"crow_005_atk_trail_smoke_04"}]
+ },
+ "flea_003_lobby_spark1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.1,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":-1},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","duration":1.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[-0.75,0,1],"directionJitterAngle":45,"velocity":15,"velocityJitter":10}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":[0.16927084,0.9270834,0.15104169,0.9401042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "flea_003_lobby_spark2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.05,
+ "lifetimeJitter":0.02,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":-1},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","duration":1.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[-0.75,0,1],"directionJitterAngle":45,"velocity":15,"velocityJitter":10}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "flea_003_moving_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedZ":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.203125,0.40625,0.484375,0.984375,1,1.5],
+ "scaleJitter":0.1,
+ "color":[[0.1,0.3,0.6],[0,0.2,0.8]],
+ "alpha":[1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sci_fi ring_track"}]
+ },
+ "flea_003_moving_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedZ":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.203125,0.40625,0.484375,0.984375,1,1.5],
+ "scaleJitter":0.1,
+ "color":[[0.6,0.1,0.3],[0.8,0,0.2]],
+ "alpha":[1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sci_fi ring_track"}]
+ },
+ "flea_003_reached_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_atk_reached_liquid"}]
+ },
+ "flea_003_reached_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_atk_reached_liquid_red"}]
+ },
+ "flea_003_ulti_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_bite"}]
+ },
+ "flea_003_ulti_explosion_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.9,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,1,0.10416669,0.8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7161459,0.020833343,0.3854167,0.9947917,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_egg_debris_01"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_egg_debris_02"}]
+ },
+ "flea_003_ulti_explosion_debris_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.9,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,1,0.10416669,0.8,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9,0.9,0.9],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7161459,0.020833343,0.3854167,0.9947917,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_egg_debris_01_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_egg_debris_02_red"}]
+ },
+ "flea_003_ulti_explosion_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.2,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_egg_explosion"}]
+ },
+ "flea_003_ulti_explosion_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.2,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_egg_explosion_red"}]
+ },
+ "flea_003_ulti_explosion_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.5,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "flea_003_ulti_explosion_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.5,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_1"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_2"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_4"}]
+ },
+ "flea_003_ulti_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1600},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":7.5,"maxSpeedXY":8.8,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.4,1.6],
+ "scaleJitter":0.2,
+ "color":[[0.4,0.95,1],[0.3,0.7,1]],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "flea_003_ulti_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1600},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":7.5,"maxSpeedXY":8.8,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.4,1.6],
+ "scaleJitter":0.2,
+ "color":[[1,0.5,0.85],[1,0.2,0.3]],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "flea_003_ulti_ground_pixel_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.001,"spawnMaxSize":0.001,"minAngle":90,"maxAngle":90,"minSpeedXY":0.001,"maxSpeedXY":0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2734375,0.013020843,-1.5,0.99479175,0.1,0.65],
+ "scaleJitter":0.15,
+ "color":[0.1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_01"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_02"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_03"}]
+ },
+ "flea_003_ulti_ground_pixel_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.001,"spawnMaxSize":0.001,"minAngle":90,"maxAngle":90,"minSpeedXY":0.001,"maxSpeedXY":0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2734375,0.013020843,-1.5,0.99479175,0.1,0.65],
+ "scaleJitter":0.15,
+ "color":[0.1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_01_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_02_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_03_red"}]
+ },
+ "flea_003_ulti_landing2_cable":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.8,"color":[1,1,1],"alpha":1,"angle":10,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_landing_cable"}]
+ },
+ "flea_003_ulti_landing2_cable_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.8,"color":[1,1,1],"alpha":1,"angle":10,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_landing_cable_red"}]
+ },
+ "flea_003_ulti_landing2_elec_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":20,"spawnRateJitter":5},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":1.2,
+ "scaleJitter":0.2,
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_02"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_03"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_04"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_05"}]
+ },
+ "flea_003_ulti_landing2_elec_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":20,"spawnRateJitter":5},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":1.2,
+ "scaleJitter":0.2,
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[1,0.8,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_04_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_05_red"}]
+ },
+ "flea_003_ulti_landing2_pixel_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"durationJitter":0.05,"spawnRate":5},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.65}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,-0.0026041567,0.8854167,0.3385417,0.7,0.1],
+ "scaleJitter":0.15,
+ "color":[0.1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_01"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_02"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_03"}]
+ },
+ "flea_003_ulti_landing2_pixel_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"durationJitter":0.05,"spawnRate":5},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.65}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,-0.0026041567,0.8854167,0.3385417,0.7,0.1],
+ "scaleJitter":0.15,
+ "color":[0.1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_01_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_02_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_03_red"}]
+ },
+ "flea_003_ulti_landing_cable":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":4.7,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.8,"color":[1,1,1],"alpha":1,"angle":10,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_landing_cable"}]
+ },
+ "flea_003_ulti_landing_cable_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":4.7,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.8,"color":[1,1,1],"alpha":1,"angle":10,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_landing_cable_red"}]
+ },
+ "flea_003_ulti_landing_elec_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":4.5,"durationJitter":0.2,"spawnRate":20,"spawnRateJitter":5},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":1.2,
+ "scaleJitter":0.2,
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_02"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_03"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_04"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_05"}]
+ },
+ "flea_003_ulti_landing_elec_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":4.5,"durationJitter":0.2,"spawnRate":20,"spawnRateJitter":5},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":1.2,
+ "scaleJitter":0.2,
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[1,0.8,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_04_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_05_red"}]
+ },
+ "flea_003_ulti_landing_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.7,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_landing_light"}]
+ },
+ "flea_003_ulti_landing_light_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.7,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_landing_light_red"}]
+ },
+ "flea_003_ulti_landing_pixel_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":4.5,"durationJitter":0.05,"spawnRate":5},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.65}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,-0.0026041567,0.8854167,0.3385417,0.7,0.1],
+ "scaleJitter":0.15,
+ "color":[0.1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_01"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_02"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_03"}]
+ },
+ "flea_003_ulti_landing_pixel_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.42,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":4.5,"durationJitter":0.05,"spawnRate":5},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.65}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,-0.0026041567,0.8854167,0.3385417,0.7,0.1],
+ "scaleJitter":0.15,
+ "color":[0.1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_01_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_02_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_ulti_pixelground_03_red"}]
+ },
+ "flea_003_ulti_landing_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.4,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "flea_003_ulti_landing_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.6,
+ "scaleJitter":0.4,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_1"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_2"},{"swf":"sc/effects_brawler.sc","name":"shocked_long_red_3"}]
+ },
+ "flea_003_ulti_trail_elec_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":35,"spawnRateJitter":5},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":1.3,
+ "scaleJitter":0.3,
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_02"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_03"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_04"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_05"}]
+ },
+ "flea_003_ulti_trail_elec_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":35,"spawnRateJitter":5},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":1.3,
+ "scaleJitter":0.3,
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_04_red"},{"swf":"sc/effects_brawler.sc","name":"flea_003_explosion_elec_05_red"}]
+ },
+ "flea_003_ulti_trail_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.6},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {"__class":"SpawnVelocityComponent","velocityJitter":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.17,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_2"},
+ {"swf":"sc/effects_brawler.sc","name":"pixel_particle_1"}
+ ]
+ },
+ "flea_003_ulti_trail_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.6},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {"__class":"SpawnVelocityComponent","velocityJitter":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.17,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "flea_def_atk_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"Deceleration","deceleration":[15,15,15]},
+ {"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.2,0.5],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bite_hit"}]
+ },
+ "flea_def_atk_bite_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"Deceleration","deceleration":[15,15,15]},
+ {"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.2,0.5],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bite_hit_red"}]
+ },
+ "flea_def_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.5,1],
+ "scaleJitter":0.3,
+ "color":[0.6,0,0.2,0.8,[0.1,1,0.8],[0.1,1,0.7]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_atk_R"},{"swf":"sc/effects_brawler.sc","name":"liquid_atk_L"}]
+ },
+ "flea_def_atk_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.5,1],
+ "scaleJitter":0.3,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_atk_R"},{"swf":"sc/effects_brawler.sc","name":"liquid_atk_L"}]
+ },
+ "flea_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-2],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":0.24,
+ "scaleJitter":0.05,
+ "color":[0.2,1,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_def_atk_liquid"}]
+ },
+ "flea_def_atk_hit_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,-0.002604127,1,0.659375,2,0.3],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flae_egg_02_particle"},{"swf":"sc/effects_brawler.sc","name":"flae_egg_02_particle_L"}]
+ },
+ "flea_def_atk_hit_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.8}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,-0.002604127,1,0.659375,2,0.3],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flae_egg_02_particle_red"},{"swf":"sc/effects_brawler.sc","name":"flae_egg_02_particle_L_red"}]
+ },
+ "flea_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-2],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":0.24,
+ "scaleJitter":0.05,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_def_atk_liquid"}]
+ },
+ "flea_def_atk_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.35,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":2}]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":4,"minSpeedZ":1,"maxSpeedZ":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[15,15,15]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.8,1],
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.8],[0.1,1,0.8]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_atk_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.35,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":2}]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":4,"minSpeedZ":1,"maxSpeedZ":1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[15,15,15]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.8,1],
+ "scaleJitter":0.15,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_atk_skull":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"Deceleration","deceleration":[15,15,15]},
+ {"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.2,0.7],
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.8],[0.1,0.8,0.8]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poison_skull"}]
+ },
+ "flea_def_atk_skull_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"Deceleration","deceleration":[15,15,15]},
+ {"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.2,0.7],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poison_skull_red"}]
+ },
+ "flea_def_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,1.2],
+ "scaleJitter":0.3,
+ "color":[0.2,0.9,0.9],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "flea_def_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,1.2],
+ "scaleJitter":0.3,
+ "color":[1,0.4,0.4],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "flea_def_atk_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.6,1.3],
+ "scaleJitter":0.6,
+ "color":[[0.2,1,0.8],[0.1,1,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"}]
+ },
+ "flea_def_atk_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.6,1.3],
+ "scaleJitter":0.6,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"}]
+ },
+ "flea_def_atk_trailGround":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[0.1,1,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "flea_def_atk_trailGround_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,0.3,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "flea_def_atkHit_glow":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "color":[0.5,0.3,1],
+ "alpha":[0.15,1,0,1,0,0.6],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "flea_def_atkHit_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "color":[1,0.3,0.5],
+ "alpha":[0.15,1,0,1,0,0.6],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "flea_def_atkHit_liquid_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.39,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.08333334,0.8177084,0.23697919,0.97916675,0.8,1],
+ "scaleJitter":0.3,
+ "color":[0.1,1,0.8],
+ "alpha":1,
+ "angleJitter":90,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "flea_def_atkHit_liquid_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.39,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.08333334,0.8177084,0.23697919,0.97916675,0.8,1],
+ "scaleJitter":0.3,
+ "color":[1,0.3,0.5],
+ "alpha":1,
+ "angleJitter":90,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "flea_def_end_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_def_end_reached"}]
+ },
+ "flea_def_end_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_def_end_reached_red"}]
+ },
+ "flea_def_move_track":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.3,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":0.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[0,0,5]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,-0.002604127,1,0.659375,1.7,2],
+ "scaleJitter":0.15,
+ "color":[0,1,1],
+ "alpha":[1,0],
+ "angle":180,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sci_fi ring_track"}]
+ },
+ "flea_def_move_track_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.3,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":0.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[0,0,5]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,-0.002604127,1,0.659375,1.7,2],
+ "scaleJitter":0.15,
+ "color":[1,0.3,0.5],
+ "alpha":[1,0],
+ "angle":180,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sci_fi ring_track"}]
+ },
+ "flea_def_moving_sci-fi":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedZ":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.203125,0.40625,0.484375,0.984375,1,1.5],
+ "scaleJitter":0.1,
+ "color":[[0.2,0.3,0.2],[0.1,0.6,0.2]],
+ "alpha":[1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sci_fi ring_track"}]
+ },
+ "flea_def_moving_sci-fi_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedZ":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":[0.203125,0.40625,0.484375,0.984375,1,1.5],
+ "scaleJitter":0.1,
+ "color":[1,0.4,0.5],
+ "alpha":[1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sci_fi ring_track"}]
+ },
+ "flea_def_ulti_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":1.5,"color":[0.3,0.7,0.3],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bite_hit"}]
+ },
+ "flea_def_ulti_bite_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":1.5,"color":[1,0.4,0.5],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bite_hit"}]
+ },
+ "flea_def_ulti_egg_broken":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.3,"mass":1,"spawnPointOffset":{},"emitterLoop":true,"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.35,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"egg_broken"}]
+ },
+ "flea_def_ulti_egg_broken_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.3,"mass":1,"spawnPointOffset":{},"emitterLoop":true,"components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]},
+ "render":{"globalScale":0.35,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"egg_broken_red"}]
+ },
+ "flea_def_ulti_end_liquid_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.45],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum"}]
+ },
+ "flea_def_ulti_end_liquid_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.45],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_red"}]
+ },
+ "flea_def_ulti_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.13,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"landing_flash"}]
+ },
+ "flea_def_ulti_explosion_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2,"maxSpeedXY":-2,"minSpeedZ":10,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.8],[0.1,1,0.8]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_ulti_explosion_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2,"maxSpeedXY":-2,"minSpeedZ":10,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_ulti_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1600},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":7.5,"maxSpeedXY":8.8,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.4,1.6],
+ "scaleJitter":0.2,
+ "color":[[0.4,1,0.7],[0,1,0.7]],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "flea_def_ulti_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1600},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":7.5,"maxSpeedXY":8.8,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.4,1.6],
+ "scaleJitter":0.2,
+ "color":[1,0.4,0.5],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "flea_def_ulti_liquid_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.8},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[0.1,0.9,0.8],"alpha":1,"angleJitter":360,"alphaFadeout":0.1,"trailWidth":1},
+ "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"}
+ ]
+ },
+ "flea_def_ulti_liquid_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.8},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,0.4,0.5],"alpha":1,"angleJitter":360,"alphaFadeout":0.1,"trailWidth":1},
+ "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"}
+ ]
+ },
+ "flea_def_ulti_loading_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1,"y":-0.6},
+ "gravity":[0,0,5],
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.6,"durationJitter":2,"spawnRate":15,"spawnRateJitter":5},
+ {"__class":"Deceleration","deceleration":[12,12,10]},
+ {"__class":"SpawnPlanar","minSpeedXY":1,"maxSpeedXY":1,"minSpeedZ":2,"maxSpeedZ":4,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,1.3,2],
+ "scaleJitter":0.5,
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.1,1,0.8],[0.1,1,0.9]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "flea_def_ulti_loading_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1,"y":-0.6},
+ "gravity":[0,0,5],
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.6,"durationJitter":2,"spawnRate":15,"spawnRateJitter":5},
+ {"__class":"Deceleration","deceleration":[12,12,10]},
+ {"__class":"SpawnPlanar","minSpeedXY":1,"maxSpeedXY":1,"minSpeedZ":2,"maxSpeedZ":4,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,1.3,2],
+ "scaleJitter":0.5,
+ "color":[1,0.4,0.5],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "flea_def_ulti_loading_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.8},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[0.1,0.9,0.8],"alpha":1,"angleJitter":360,"alphaFadeout":0.1,"trailWidth":1},
+ "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"}
+ ]
+ },
+ "flea_def_ulti_loading_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.8},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,0.4,0.5],"alpha":1,"angleJitter":360,"alphaFadeout":0.1,"trailWidth":1},
+ "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"}
+ ]
+ },
+ "flea_def_ulti_loading_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2,"minSpeedZ":4,"maxSpeedZ":6,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst"},
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":6}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.8],[0.1,1,0.8]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_ulti_loading_liquid2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":4,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2,"minSpeedZ":10,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[[0.3,1,0.8],[0.1,1,0.8]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_ulti_loading_liquid2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":4,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2,"minSpeedZ":10,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_ulti_loading_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2,"minSpeedZ":4,"maxSpeedZ":6,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst"},
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":6}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[1,0.4,0.5],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "flea_def_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":3},
+ {"__class":"SpawnCone","direction":[0,0,5],"velocity":10,"velocityJitter":[0,0]},
+ {"__class":"Deceleration","deceleration":[0,0,15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.013020843,0.41145834,0.06510419,0.9947917,0.3,1.5],
+ "color":[0.1,0.9,0.6],
+ "alpha":[0.4453125,0.020833343,1,0.4401042,1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poison_smoke_particle"}]
+ },
+ "flea_def_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":3},
+ {"__class":"SpawnCone","direction":[0,0,5],"velocity":10,"velocityJitter":[0,0]},
+ {"__class":"Deceleration","deceleration":[0,0,15]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.013020843,0.41145834,0.06510419,0.9947917,0.3,1.5],
+ "color":[1,0.4,0.5],
+ "alpha":[0.4453125,0.020833343,1,0.4401042,1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poison_smoke_particle"}]
+ },
+ "flea_gadget_heal":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":3}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[0.15364584,0.6145834,0.21875,1.0026042,0,1],
+ "angleJitter":360,
+ "rotationSpeed":-2,
+ "rotationSpeedJitter":3,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_health_centered"}]
+ },
+ "flea_gadget_healLine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":8},{"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4,"minSpeedZ":3,"maxSpeedZ":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0.5,1,0.2],
+ "alpha":[0.3,1,0,1,0,0.6],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_aura_streak"}]
+ },
+ "flea_lobby_beam_b":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":3.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_lobby_ufo_beam_b"}]
+ },
+ "flea_lobby_beam_f":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_lobby_ufo_beam_f"}]
+ },
+ "flea_lobby_beam_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":2,
+ "lifetime":0.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"y":0.3,"z":-0.1},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.4],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[0,1],
+ "angleJitter":180,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_lobby_ufo_beamL"}]
+ },
+ "flea_lobby_beam_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":3,
+ "lifetime":0.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1,"y":0.3,"z":-0.1},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnRate","infinite":true,"spawnRate":5}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0,1],
+ "angleJitter":180,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flea_lobby_ufo_beamR"}]
+ },
+ "flea_lobby_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":2.7,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":200,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.3,"maxAngle":360,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[4,4,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5442709,0.20572919,0.9869792,0.4,0.8],
+ "scaleJitter":0.3,
+ "color":[0.5,0.8,0.47],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "flea_lobby_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnRate","duration":1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":0.7,
+ "scale":0.1,
+ "scaleJitter":0.2,
+ "color":[[0.5,0,1],[0,1,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_4"}]
+ },
+ "flea_lobby_particle2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":2.35,
+ "lifetime":1.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":10,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[12,12,12]},
+ {"__class":"SpawnRate","duration":1,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.1,
+ "scaleJitter":0.2,
+ "color":[[0.5,0,1],[0,1,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_4"}]
+ },
+ "flea_lobby_partilce_f":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.19,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "color":[0.6,0.9,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_particle"}]
+ },
+ "fragile_explo_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"bone_01"},{"swf":"sc/effects.sc","name":"bone_02"},{"swf":"sc/effects.sc","name":"bone_03"}]
+ },
+ "fragile_explo_debris1_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"metal_shard_red_01"},
+ {"swf":"sc/effects.sc","name":"metal_shard_red_03"},
+ {"swf":"sc/effects.sc","name":"scrap_3"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"},
+ {"swf":"sc/effects.sc","name":"scrap_1"}
+ ]
+ },
+ "fragile_explo_debris1_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_turquoise"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_turquoise"}]
+ },
+ "fragile_explo_debris2_robotfactory":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"metal_shard_01"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_red_01"},
+ {"swf":"sc/effects.sc","name":"metal_shard_red_03"}
+ ]
+ },
+ "fragile_explo_debris2_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":19,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[2,0],"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_turquoise"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_turquoise"}]
+ },
+ "fragile_explo_debris_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"stone_1_town"},{"swf":"sc/effects.sc","name":"stone_2_town"},{"swf":"sc/effects.sc","name":"stone_3_town"}]
+ },
+ "fragile_explo_debris_oasis":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,20],[20,20,20]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9427084,0.013020843,0.6822917,0.033854187,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[24,24,24],[24,24,24]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9427084,0.013020843,0.6822917,0.033854187,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[24,24,24],[24,24,24]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9427084,0.013020843,0.6822917,0.033854187,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[20,20,20],[20,20,20]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9427084,0.013020843,0.6822917,0.033854187,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_reached_cyan"}]
+ },
+ "frank_002_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_reached_red"}]
+ },
+ "frank_002_atk_streaks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-100],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.4,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-100],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_normal_bar_blue_1"}]
+ },
+ "frank_002_atk_trail_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_normal_bar_red_1"}]
+ },
+ "frank_002_atk_trail_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_normal_bar_blue_2"}]
+ },
+ "frank_002_atk_trail_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_normal_bar_red_2"}]
+ },
+ "frank_002_atk_trail_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.65,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_normal_bar_blue_3"}]
+ },
+ "frank_002_atk_trail_3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.65,1.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_normal_bar_red_3"}]
+ },
+ "frank_002_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.9739584,0.005208343,0,0.6354167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.9739584,0.005208343,0,0.6354167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_11"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_12"}]
+ },
+ "frank_002_ulti_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_reached_yellow"}]
+ },
+ "frank_002_ulti_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-100],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-100],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.7],[1,0.6,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_ulti_bar_blue_1"}]
+ },
+ "frank_002_ulti_trail_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_ulti_bar_red_1"}]
+ },
+ "frank_002_ulti_trail_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_ulti_bar_blue_2"}]
+ },
+ "frank_002_ulti_trail_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_ulti_bar_red_2"}]
+ },
+ "frank_002_ulti_trail_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_ulti_bar_blue_3"}]
+ },
+ "frank_002_ulti_trail_3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-200],[0,0,-200]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.01,-0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_002_ulti_bar_red_3"}]
+ },
+ "frank_002_ulti_trail_colour_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.9739584,0.005208343,0,0.6354167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.9739584,0.005208343,0,0.6354167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.9,1,0.2]],
+ "alpha":[0.9739584,0.005208343,0,0.6354167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "frank_003_atk_bulbs":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,400,400],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.5,3.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],"friction":[0.333333,0.333333,0.666667,0.666667,0.45,0.45]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[1.1,0.2,0,1,960,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,400,400],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.5,3.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],"friction":[0.333333,0.333333,0.666667,0.666667,0.45,0.45]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[1.1,0.2,0,1,960,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "frank_003_atk_grass":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-14],[0,0,-14]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,12],[10,10,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9505209,0.044270843,0.9401042,0.2760417,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5833334,0.20052084,0.4088542,0.9791667,640,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"durationJitter":0.05,"spawnRate":50},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "color":[1,0,0,0.9,[1,1,1],[1,1,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_blue"}]
+ },
+ "frank_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"durationJitter":0.05,"spawnRate":50},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "color":[1,0,0,0.9,[1,1,1],[1,1,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_red"}]
+ },
+ "frank_003_atk_sparkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[1,1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.05,-0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.075],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "frank_003_lobby_sparkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[1,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.35,0.9,0.2,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "frank_003_ulti_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-80,-80],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,0.7,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.8,0],[0.8,0.8,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8723959,0.020833343,0.07291669,0.8854167,1200,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "frank_003_ulti_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-80,-80],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,0.7,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8723959,0.020833343,0.07291669,0.8854167,1200,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "frank_004_atk_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack"}]
+ },
+ "frank_004_atk_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_red"}]
+ },
+ "frank_004_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":100}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[0.8,0.8,0.8],
+ "alpha":1,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3"}]
+ },
+ "frank_004_atk_trail_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.225,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.125,"spawnRate":20},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_01"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_02"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_03"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_04"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_05"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_06"}
+ ]
+ },
+ "frank_004_atk_trail_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.225,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.125,"spawnRate":20},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_06_red"}
+ ]
+ },
+ "frank_004_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":10},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[1,0.8,0.47],[0.8,0.7,0.55]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.05],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "frank_004_atk_trail_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"Ground","bounciness":0.6,"friction":0.38},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":30,"velocity":7.5,"velocityJitter":2.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,210,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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_004_atk_trail_slash_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":50},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.65,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_01"}]
+ },
+ "frank_004_atk_trail_slash_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":50},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.65,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_01_red"}]
+ },
+ "frank_004_atk_trail_slash_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":30},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_02"},{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_02"},{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_02"},{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_03"}]
+ },
+ "frank_004_atk_trail_slash_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":30},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_02_red"},{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_02_red"},{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_02_red"},{"swf":"sc/effects_brawler.sc","name":"frank_004_atk_slash_03_red"}]
+ },
+ "frank_004_atk_trail_sub_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "frank_004_atk_trail_sub_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "frank_004_atk_trail_sub_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "frank_004_atk_trail_sub_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "frank_004_atk_trail_sub_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.35,
+ "lifetime":1.1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "frank_004_atk_trail_sub_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.35,
+ "lifetime":1.1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_dummy"}
+ ]
+ },
+ "frank_004_lobby_dust_sad":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.4,
+ "lifetime":1.2,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"z":-0.6},
+ "gravity":[0,0,-0.7],
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedZ":0.35,"maxSpeedZ":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3},{"t":0.01,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.3,
+ "color":[0.3,0.3,0.3],
+ "alpha":[0.21614584,0.5677084,0.21354169,0.8541667,0.1,0.6],
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "frank_004_lobby_fire_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.6,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":2.7,"spawnRate":10},
+ {"__class":"Deceleration","deceleration":[2,2,1]},
+ {"__class":"SpawnCone","direction":[1,1,0],"directionJitterAngle":90,"velocity":1,"velocityJitter":0.3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.6,0.25],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "frank_004_lobby_fire_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.29,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"z":-0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[28,32],
+ "color":[0.3,0.5,1],
+ "alpha":[0.31770834,0.044270843,0.5338542,0.9791667,1,0],
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "frank_004_lobby_fire_flash_sad":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.4,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":0.4,"z":-0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[25,30],
+ "color":[0.3,0.5,1],
+ "alpha":[0.34895834,0.052083343,0.4713542,0.97135425,1,0],
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "frank_004_lobby_fire_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.29,
+ "lifetime":0.44,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2,"z":-0.15},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.1,0.35],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-10,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_hit_explode_blue"}]
+ },
+ "frank_004_lobby_fire_impact_sad":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.45,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.1,0.35],
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_hit_explode_blue_02"}]
+ },
+ "frank_004_lobby_fire_sparkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3.28,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"y":0.2,"z":-0.3},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":7,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.2,"spawnMaxSize":0.3,"minAngle":180,"maxAngle":300,"minSpeedZ":0.6,"maxSpeedZ":1.3,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.2],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_particle_blue"},{"swf":"sc/effects_brawler.sc","name":"fire_particle_blue_02"}]
+ },
+ "frank_004_lobby_fire_sparkle_sad":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"y":0.2,"z":-0.6},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":3,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[-0.2,0,1],"directionJitterAngle":20,"velocity":1,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.2],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_particle_blue"},{"swf":"sc/effects_brawler.sc","name":"fire_particle_blue_02"}]
+ },
+ "frank_004_lobby_head_fire_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.9,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"y":0.2,"z":-0.35},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":7,"spawnRate":60,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2,"minAngle":300,"maxAngle":180,"minSpeedZ":0.4,"maxSpeedZ":0.8,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.38802084,0.19270834,0.8463542,0.62760425,[0.3,0.7,1],[0,0.53,1]],
+ "alpha":[0.34114587,0.19270837,0.5026042,0.9557292,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"smoke_particle"}]
+ },
+ "frank_004_lobby_head_fire_smoke2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":3,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"y":0.2,"z":-0.35},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":7,"spawnRate":70},
+ {"__class":"SpawnPlanar","spawnMinSize":0.15,"spawnMaxSize":0.2,"minAngle":300,"maxAngle":180,"minSpeedZ":0.6,"maxSpeedZ":1.2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "frank_004_lobby_head_fire_smoke2_sad":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":0.15,"z":-0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":3,"spawnRate":70},
+ {"__class":"SpawnCone","direction":[-0.2,0,1],"directionJitterAngle":25,"velocity":0.5,"velocityJitter":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "frank_004_lobby_head_fire_smoke_sad":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"y":0.15,"z":-0.6},
+ "components":[
+ {"__class":"SpawnRate","duration":3,"spawnRate":60,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[-0.2,0,1],"directionJitterAngle":25,"velocity":0.6,"velocityJitter":0.3},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.38802084,0.19270834,0.8463542,0.62760425,[0.3,0.7,1],[0,0.53,1]],
+ "alpha":[0.34114587,0.19270837,0.5026042,0.9557292,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"smoke_particle"}]
+ },
+ "frank_004_lobby_head_fire_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.15,"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.1171875,0.45833334,0.28125,0.96354175,0,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.48958337,0.036458343,0.9166667,0.3854167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ground_fire_green_03"}]
+ },
+ "frank_004_still_head_fire_main":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":7,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "frank_004_ulti_fire_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":25},
+ {"__class":"Deceleration","deceleration":[2,2,1]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.5,1.25],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "frank_004_ulti_fire_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.4,"spawnRate":25},
+ {"__class":"Deceleration","deceleration":[2,2,1]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.5,1.25],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_red"}]
+ },
+ "frank_004_ulti_fire_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.45,"spawnRate":25},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":6,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.5,1.5],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_fire"}]
+ },
+ "frank_004_ulti_fire_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.45,"spawnRate":25},
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":6,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,0.5,1.5],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "frank_004_ulti_trail_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":20},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_01"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_02"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_03"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_04"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_05"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_06"}
+ ]
+ },
+ "frank_004_ulti_trail_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":20},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.05,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_atk_crack_06_red"}
+ ]
+ },
+ "frank_004_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7.5},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]},
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"velocity":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2,4],
+ "scaleJitter":0.3,
+ "color":[[0.25,1,0.9],[0.1,0.75,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.1],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,60,10],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "frank_004_ulti_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7.5},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]},
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"velocity":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2,4],
+ "scaleJitter":0.3,
+ "color":[[1,0.65,0.2],[1,0.2,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.1],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,60,10],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "frank_004_ulti_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.085,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,0,3]},
+ {"__class":"SpawnCone","direction":[-1,0,1],"velocity":4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.5,0.15],
+ "scaleJitter":0.25,
+ "color":[0.6145834,-0.018229157,0.4010417,0.9869792,[0.3,1,0.9],[0,0.45,1]],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "frank_004_ulti_trail_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.085,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,0,3]},
+ {"__class":"SpawnCone","direction":[-1,0,1],"velocity":4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.5,0.15],
+ "scaleJitter":0.25,
+ "color":[0.6145834,-0.018229157,0.4010417,0.9869792,[1,0.7,0.35],[0.9,0.3,0.2]],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "frank_004_ulti_trail_slash_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":50},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.65,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_01"}]
+ },
+ "frank_004_ulti_trail_slash_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":50},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.65,"scaleJitter":0.2,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_01_red"}]
+ },
+ "frank_004_ulti_trail_slash_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":30},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.85,"scaleJitter":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_02"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_03"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_04"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_05"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_02"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_03"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_02"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_03"}
+ ]
+ },
+ "frank_004_ulti_trail_slash_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.225,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":30},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":1,"velocityJitter":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.85,"scaleJitter":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_05_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_slash_03_red"}
+ ]
+ },
+ "frank_004_ulti_trail_sub_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_01"},{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_02"},{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "frank_004_ulti_trail_sub_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "frank_004_ulti_trail_sub_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_01"},{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_02"},{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "frank_004_ulti_trail_sub_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "frank_004_ulti_trail_sub_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.35,
+ "lifetime":1.1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_01"},{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_02"},{"swf":"sc/effects_brawler.sc","name":"frank_004_ulti_ground_fire_03"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "frank_004_ulti_trail_sub_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.35,
+ "lifetime":1.1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":1.25,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "frank_def_atk_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.7,0.25,0.3854167,1.0104167,0.1,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.42708334,0.044270843,0.3385417,0.9791667,10,2],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.25,0.6,0.5,1,0.1,2],
+ "spawnMaxSize":[0.25,0.6,0.5,1,0.15,2.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.6927084,0.06770834,0.4869792,0.8307292,-5,-0.5],
+ "maxSpeedXY":[0.6614584,0.059895843,0.4557292,0.8385417,5,0.5],
+ "minSpeedZ":[0.5,0,0.6,0.8,12,6],
+ "maxSpeedZ":[0.5,0,0.6,0.8,20,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,-1.3932291,1,-0.3333333,0.45,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[0.8,0.3,-0.5,1,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_def_atk_explode"}]
+ },
+ "frank_def_atk_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_def_atk_explode_red"}]
+ },
+ "frank_def_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_atk_test"}]
+ },
+ "frank_def_ground_crack_b1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.06,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.06,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.08,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.16,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.08,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.26,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.08,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,1.4],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.26,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.08,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,1.4],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.26,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.08,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.26,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.08,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.2,0.3],[0.3,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,1.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.020000001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.020000001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.2,0.3],[0.3,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"frank_def_ulti_explode"}]
+ },
+ "frank_def_ulti_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.6,-0.6],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,10000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.5755209,0.041666687,1.0182292,1,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shocked_yellow_delay_type1"},{"swf":"sc/effects_brawler.sc","name":"shocked_yellow_delay_type2"}]
+ },
+ "frozen_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_1"}]
+ },
+ "gadget_activate_speedLine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6614584,0.3697917,0.8385417,0,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_activate_speedLine_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6614584,0.3697917,0.8385417,0,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.8],[1,0.3,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_activate_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,2],[5,5,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7578125,-0.15885413,1,-0.4739583,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8645834,-0.010416657,0.09635419,0.91666675,1800,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,2],[5,5,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7578125,-0.15885413,1,-0.4739583,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8645834,-0.010416657,0.09635419,0.91666675,1800,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_amber_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,140,140],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[0.2,1,1],[0.2,0.07,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gadget_amber_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,140,140],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.7786459,0.20572919,1.0026042,0.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739587,0.005208343,0.25,0.9557292,[1,0.5,0.5],[1,0.07,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,320,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gadget_arcade_plugged_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.5],[1,0.25,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-12,1,-12,0.265,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.4,1,0.3,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_arcade_pluggedin_particle"}]
+ },
+ "gadget_arcade_plugged_tail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-12,1,-12,0.265,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.4,1,0.3,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_arcade_pluggedin_particle_red"}]
+ },
+ "gadget_barley_heal_icons":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.2,"spawnRate":5},
+ {"__class":"SpawnPlanar","spawnMinSize":0.8,"spawnMaxSize":2.2,"maxAngle":360,"minSpeedZ":0.5,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.6848959,0.4244792,0.9010417,0.5,1],
+ "scaleJitter":0.1,
+ "color":[0.7,1,0.2],
+ "alpha":[0.1,1,0,1,0,1],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_heal_icon"}]
+ },
+ "gadget_barley_heal_icons_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.2,"spawnRate":5},
+ {"__class":"SpawnPlanar","spawnMinSize":0.8,"spawnMaxSize":2.2,"maxAngle":360,"minSpeedZ":0.5,"maxSpeedZ":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.6848959,0.4244792,0.9010417,0.5,1],
+ "scaleJitter":0.1,
+ "color":[1,0.35,0.5],
+ "alpha":[0.1,1,0,1,0,1],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_heal_icon"}]
+ },
+ "gadget_barley_heal_shards":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":160,"spawnRateJitter":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":17,"velocityJitter":4},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {"__class":"Deceleration","deceleration":[5,5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,1,0.22916669,1.2,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":720,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.28,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":12},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.2,"spawnMaxSize":0.2,"minAngle":-360,"maxAngle":360,"minSpeedXY":-1.5,"maxSpeedXY":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "color":[0.023,0.831,0.145],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.28,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{"x":0.3,"y":0.2},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":12},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.2,"spawnMaxSize":0.2,"minAngle":-360,"maxAngle":360,"minSpeedXY":-1.5,"maxSpeedXY":1.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.546875,-4.518229,1,-3.0833333,0.17,0.1],
+ "color":[0.721,0.278,0.776],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[0.023,0.831,0.145],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"durationJitter":0.05,"spawnRate":7},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[0.721,0.278,0.776],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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_wave":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":50,"lifetime":1.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":3.2,"spawnRate":1.5},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,0.48177087,0.6197917,0.8072917,1,5.35],
+ "color":[0.5,0.8,0.25],
+ "alpha":[0.1,0.8,0,1,0,0.3],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadget_barley_heal_wave_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":50,"lifetime":1.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":3.2,"spawnRate":1.5},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,0.48177087,0.6197917,0.8072917,1,5.35],
+ "color":[1,0.1,0.15],
+ "alpha":[0.1,0.8,0,1,0,0.3],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadget_barley_slow_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,6],[0.5,0.5,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,1,-1.5,0.16,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[0.3,0.8,1],[0.3,0.8,1]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "gadget_barley_slow_bubble_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.5,1,-1,0.24,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[0.2,0.6,0.9],[0.2,0.6,0.9]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground"}]
+ },
+ "gadget_barley_slow_bubble_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.5,1,-1,0.24,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[0.9,0.25,0.8],[0.9,0.25,0.8]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground"}]
+ },
+ "gadget_barley_slow_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,6],[0.5,0.5,6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,1,-1.5,0.16,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble"}]
+ },
+ "gadget_barley_slow_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,0.4,0.3,0.9,0.9,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.3,0.5],[0.25,0.2,0.3]],
+ "alpha":[0.15,0.8,0,1,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.35,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gadget_barley_slow_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,0.4,0.3,0.9,0.9,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.1,0.3],[0.5,0.1,0.3]],
+ "alpha":[0.15,0.8,0,1,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.35,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gadget_barley_slow_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.47395837,0.4479167,0.7760417,1.3,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[0,0.6,0.6],[0,0.05,0.3]],
+ "alpha":[0.2,1,0.3,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.35,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_barley_slowRing"}]
+ },
+ "gadget_barley_slow_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.47395837,0.4479167,0.7760417,1.3,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6,0.1,0.2,0.9,[0.9,0.05,0.1],[0.2,0,0.3]],
+ "alpha":[0.2,1,0.3,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.35,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_barley_slowRing"}]
+ },
+ "gadget_bea_honeypot_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.3,1.5,0.1,1.0807292,1.2,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.8,0.15],[0.8,0.5,0]],
+ "alpha":[0.2,1,-0.3,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.3,0.1,-0.1,1,40,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_base"}]
+ },
+ "gadget_bea_honeypot_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.3,1.5,0.1,1.0807292,1.2,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.6,0.2],[0.9,0.25,0.25]],
+ "alpha":[0.2,1,-0.3,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.3,0.1,-0.1,1,40,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_honey_base"}]
+ },
+ "gadget_bea_honeypot_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,2.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[1,1,0.4]],
+ "alpha":[0.2,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground"}]
+ },
+ "gadget_bea_honeypot_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,2.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.9],[1,0.8,0.9]],
+ "alpha":[0.2,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground"}]
+ },
+ "gadget_bea_honeypot_bugs":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,1,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,1,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,4.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.15,1,0,1,0,0.25],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadget_bea_honeypot_center_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,4.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.45],[1,0.4,0.45]],
+ "alpha":[0.15,1,0,1,0,0.25],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadget_bea_honeypot_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[1,0.5,0.1]],
+ "alpha":[0.2,1,0,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.35,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_barley_slowRing"}]
+ },
+ "gadget_bea_honeypot_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.25],[1,0.3,0.25]],
+ "alpha":[0.2,1,0,1,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.35,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_barley_slowRing"}]
+ },
+ "gadget_bo_totem_clouds":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.25,0.5],[0.05,0.05,0.3]],
+ "alpha":[0.25,0.75,0.1,1,0.2,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gadget_bo_totem_clouds_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.43489584,0.16145834,0.5494792,0.8229167,[0.5,0,0.15],[0.2,0,0.25]],
+ "alpha":[0.25,0.75,0.1,1,0.2,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gadget_bo_totem_speedLine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.48958337,0.4869792,0.7291667,0.4,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.4,1],[0.15,0.1,0.8]],
+ "alpha":[0.2,1,0.1,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_bo_totem_speedLine_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.48958337,0.4869792,0.7291667,0.4,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,0.05],[0.2,0,0.1]],
+ "alpha":[0.2,1,0.1,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_bo_totem_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.020833343,-2.643229,0.8932292,-1.5755208,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.020833343,-2.643229,0.8932292,-1.5755208,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.3,2.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.020833343,-2.643229,0.8932292,-1.5755208,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "gadget_brock_rocket_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,-3.1197915,0.6119792,-1.1770833,0.35,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,-2.361979,0.8072917,-1.4505208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,-2.361979,0.8072917,-1.4505208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,-3.1197915,0.6119792,-1.1770833,0.35,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.7],[1,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_bull_stomp"}]
+ },
+ "gadget_bull_stomp_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_bull_stomp_red"}]
+ },
+ "gadget_bull_stomp_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.6,-0.1,0.5,1,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5598959,0.08333334,0.07291669,0.8229167,[0,0.4,1],[0.35,0,0.5]],
+ "alpha":[0.1,-2,0,0.9,0.5,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_bull_stomp_speedline_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.6,-0.1,0.5,1,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5598959,0.08333334,0.07291669,0.8229167,[1,0.3,0.5],[0.25,0,0.4]],
+ "alpha":[0.1,-2,0,0.9,0.5,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_carl_hottrail_stone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,350,350],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,7],[5,5,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,350,350],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,7],[5,5,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,8],[5,5,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"burning_stone_blue_3"}]
+ },
+ "gadget_carl_hottrail_stone_small_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,8],[5,5,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"burning_stone_red_3"}]
+ },
+ "gadget_darryl_slow_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.7708334,0.018229187,1.0026042,1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0,0.1,0.8]],
+ "alpha":[0.1,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,30,4],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_barley_slowRing"}]
+ },
+ "gadget_dash_footprint":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_long"}]
+ },
+ "gadget_dash_footprint_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.95,0.65],[0.75,0.1,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_long"}]
+ },
+ "gadget_dash_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0,0,15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1600},
+ {"__class":"SpawnPlanar","spawnMinSize":1.2,"spawnMaxSize":1.6,"maxAngle":360,"minSpeedXY":12,"maxSpeedXY":15,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[35,35,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,-2,0.8,-1,0.36,0.1],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":[0.8255209,0.044270843,0.8932292,0.6901042,5,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_cloud"}]
+ },
+ "gadget_emz_push_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,15],[0,0,15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[35,35,0],[35,35,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,-2,0.8,-1,0.36,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.8255209,0.044270843,0.8932292,0.6901042,5,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_poison_cloud_red"}]
+ },
+ "gadget_frank_headphones_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.3697915,0.8828125,-1.1067708,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.8,1],[0.5,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "gadget_frank_headphones_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.3697915,0.8828125,-1.1067708,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.8],[1,0.5,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "gadget_frank_headphones_notes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-1.3,0.8,-0.8,0.25,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-1.3,0.8,-0.8,0.25,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[1,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.75,0.96,1],[0.5,0.8,1]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,200,80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_2"}]
+ },
+ "gadget_gale_windwall_smog_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.6],[1,0.6,0.6]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,200,80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_2"}]
+ },
+ "gadget_gale_windwall_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6458334,0.3307292,0.9244792,0.2,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,300,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "gadget_gale_windwall_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6458334,0.3307292,0.9244792,0.2,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.8],[1,0.8,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,300,120],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "gadget_gale_windwall_tornado_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.7,1],[0.3,0.7,1]],
+ "alpha":[0.1,0.9,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "gadget_gale_windwall_tornado_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.95,0.45,0.75],[0.95,0.45,0.75]],
+ "alpha":[0.1,0.9,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "gadget_gale_windwall_tornado_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.55,1,1],[0.55,1,1]],
+ "alpha":[0.1,0.9,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "gadget_gale_windwall_tornado_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.86,0.89],[1,0.86,0.89]],
+ "alpha":[0.1,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "gadget_gene_push_dim":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1,0,1,8,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.15,0.15,0.4],[0.2,0.3,0.6]],
+ "alpha":[0.15,1,0,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,480,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_blur"}]
+ },
+ "gadget_gene_push_dim_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1,0,1,8,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.7161459,0.16145834,0.23697919,0.83072925,[0.35,0.16,0.3],[0.6,0.2,0.5]],
+ "alpha":[0.15,1,0,1,0,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,480,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_blur"}]
+ },
+ "gadget_gene_push_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,0.95,0,0.95,1.5,7.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.5598959,0.08333334,0.07291669,0.8229167,[0,0.4,1],[0.35,0,0.5]],
+ "alpha":[0.6,0,0,0.7,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,480,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gadget_gene_push_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,0.95,0,0.95,1.5,7.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.6458334,0.06770834,0.24479169,0.8307292,[0.4,0,0.4],[0.1,0,0.4]],
+ "alpha":[0.6,0,0,0.7,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,480,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gadget_gene_push_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1,0,0.8,0,4.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5598959,0.08333334,0.07291669,0.8229167,[0,0.4,1],[0.35,0,0.5]],
+ "alpha":[0.1,-2,0,0.9,0.5,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_gene_push_speedline_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1,0,0.8,0,4.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.7083334,0.14583334,0.2994792,0.8072917,[1,0.4,0.2],[0.6,0,0.4]],
+ "alpha":[0.1,-2,0,0.9,0.5,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_gene_push_wind":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1,0,0.95,1.8,4.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.45052087,0.16145834,0.15885419,0.9869792,[0,0.8,1],[0.4,0,0.8]],
+ "alpha":[0.6,0,0,0.7,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,480,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_2"}]
+ },
+ "gadget_gene_push_wind_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1,0,0.95,1.8,4.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.7630209,0.16927084,0.3072917,0.8697917,[0.9,0,0.2],[0.3,0,0.5]],
+ "alpha":[0.6,0,0,0.7,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,480,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_2"}]
+ },
+ "gadget_jacky_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,20],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[2.5,0],"spawnMaxSize":[2.5,0]},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.739583,0.067707986,1,0.30729198,1,0],
+ "scaleJitter":1,
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":500,
+ "rotationSpeedJitter":1000,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"groundFrag_4"},{"swf":"sc/effects_brawler.sc","name":"groundFrag_1"}]
+ },
+ "gadget_jacky_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.1,0.6,-0.1,0.5,1,4.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5598959,0.08333334,0.07291669,0.8229167,[0,0.4,1],[0.35,0,0.5]],
+ "alpha":[0.1,-2,0,0.9,0.5,0.1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.37239584,0.10677087,0.07291669,0.8932292,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_jacky_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,5],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[2,0],"spawnMaxSize":[2,0]},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":3,
+ "scaleJitter":1,
+ "color":[0.8,0.6,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_1"}]
+ },
+ "gadget_jessie_spark_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.4322917,0.9635417,0.3,3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.3541667,0.9244792,0.4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.4322917,0.9635417,0.3,3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.3541667,0.9244792,0.4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,3],[6,6,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.7,0,0.2,1,[0.4,1,1],[0,0,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLongToShort"}]
+ },
+ "gadget_jessie_spark_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,3],[6,6,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.7,0,0.2,1,[1,0.3,0.3],[0.5,0,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLongToShort"}]
+ },
+ "gadget_leon_lolli_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.4,1,0.2604167,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.4,1,0.2604167,1,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":100,"lifetime":2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":0.8}]},
+ "render":{
+ "globalScale":1,
+ "scale":[4.8,9.6],
+ "color":[0,0.5,1],
+ "alpha":[0.5,1,0.25,1,0,0.4],
+ "loopMovieClip":true,
+ "alphaFadeout":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadget_leon_lolli_ringwave_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":100,"lifetime":2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":0.8}]},
+ "render":{
+ "globalScale":1,
+ "scale":[4.8,9.6],
+ "color":[1,0.2,0.4],
+ "alpha":[0.5,1,0.25,1,0,0.4],
+ "loopMovieClip":true,
+ "alphaFadeout":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadget_leon_lollipops":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":3,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"Ground","bounciness":0.3,"friction":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.3,
+ "minAngle":360,
+ "minSpeedXY":1.2,
+ "maxSpeedXY":2.4,
+ "minSpeedZ":4,
+ "maxSpeedZ":8,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.95,0,0.65,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.5052084,0,-0.2,1,1800,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":3,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"Ground","bounciness":0.3,"friction":0.5},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.3,
+ "minAngle":360,
+ "minSpeedXY":1.2,
+ "maxSpeedXY":2.4,
+ "minSpeedZ":4,
+ "maxSpeedZ":8,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.95,0,0.65,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.5,0,-0.2,1,1800,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.48177087,0.5260417,0.8854167,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far"}]
+ },
+ "gadget_lou_freeze_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":8}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.48177087,0.5260417,0.8854167,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_far_red"}]
+ },
+ "gadget_max_sneaker_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_max_sneaker_ground"}]
+ },
+ "gadget_max_sneaker_ground_icon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.9,1],[0.3,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_max_sneaker_icon"}]
+ },
+ "gadget_max_sneaker_ground_icon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.35,0.45],[1,0.35,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_max_sneaker_icon"}]
+ },
+ "gadget_max_sneaker_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_max_sneaker_ground_red"}]
+ },
+ "gadget_max_sneaker_icon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_max_sneaker"}]
+ },
+ "gadget_max_sneaker_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.6],[0,0,0.4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,1.5],[0.3,0.3,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.6],[0,0,0.4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,1.5],[0.3,0.3,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_11"}]
+ },
+ "gadget_nani_reflect_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.9,1],[0.3,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0.2,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.9},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5.8],[0,0,5.8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_pam_ammo_gain"}]
+ },
+ "gadget_pam_ammo_gain_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,6.5],[2,2,6.5]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.5],[0.2,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.9},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5.8],[0,0,5.8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gadget_pam_ammo_loss"}]
+ },
+ "gadget_pam_ammo_loss_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,6.5],[2,2,6.5]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5755209,0.3854167,0.9088542,2,4.5],
+ "color":[0.7083334,0.044270843,0.3619792,0.8541667,[0.5,1,0],[0,0.7,0.4]],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_pam_healburst_speedLine_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5755209,0.3854167,0.9088542,2,4.5],
+ "color":[0.5130209,0.12239584,0.5338542,0.8854167,[1,0,0],[0.4,0,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_pam_healburst_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":120},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.48958334,0.18489584,0.5651042,0.9557292,0.6,3.8],
+ "spawnMaxSize":[0.49739584,0.16927084,0.4947917,0.9166667,1,4],
+ "maxAngle":360,
+ "minSpeedXY":-0.5,
+ "maxSpeedXY":0.5,
+ "minSpeedZ":4,
+ "maxSpeedZ":6,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0,0,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1.2,0.1],
+ "scaleJitter":0.3,
+ "color":[[0.5,1,0],[0,0.4,0.25]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,1200,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":120},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.48958334,0.18489584,0.5651042,0.9557292,0.6,3.8],
+ "spawnMaxSize":[0.49739584,0.16927084,0.4947917,0.9166667,1,4],
+ "maxAngle":360,
+ "minSpeedXY":-0.5,
+ "maxSpeedXY":0.5,
+ "minSpeedZ":4,
+ "maxSpeedZ":6,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0,0,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1.2,0.1],
+ "scaleJitter":0.3,
+ "color":[[1,0.1,0.2],[0.3,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,1200,60],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,0.9010417,0.08854169,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.20572919,1.0026042,[0.2,1,1],[0,0.1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,0.9010417,0.08854169,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.38020834,0.23177084,0.3697917,0.9166667,[1,0.3,0.2],[0.6,0,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.6380209,0.4166667,0.9322917,6,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6145834,0.08333334,0.2760417,0.9479167,[1,1,0.6],[0.2,1,0.4]],
+ "alpha":[0.1,0.9,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "gadget_poco_cleanse_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.6380209,0.4166667,0.9322917,6,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6145834,0.08333334,0.2760417,0.9479167,[1,0.5,1],[0.6,0.1,0.7]],
+ "alpha":[0.1,0.9,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "gadget_poco_cleanse_petal_short":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,6.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.47395837,-0.8307291,0.9244792,-0.15364581,0.6,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[1,-0.010416657,0.6666667,0.6666667,480,200],
+ "rotationSpeedJitter":[1,0.005208343,0.6666667,0.6666667,120,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,6.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.47395837,-0.8307291,0.9244792,-0.15364581,0.6,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[1,-0.010416657,0.6666667,0.6666667,480,200],
+ "rotationSpeedJitter":[1,0.005208343,0.6666667,0.6666667,120,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_petal_3"},{"swf":"sc/effects_brawler.sc","name":"particle_petal_4"}]
+ },
+ "gadget_poco_cleanse_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6536459,0.17447919,0.8307292,2,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.15,1,0.3],[0.15,1,0.3]],
+ "alpha":[0.5442709,0.13802084,0.08854169,0.7604167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_poco_cleanse_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6536459,0.17447919,0.8307292,2,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.15],[1,0.2,0.15]],
+ "alpha":[0.5442709,0.13802084,0.08854169,0.7604167,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_poco_cleanse_ringwave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.044270843,0.5208334,0.12760419,0.6197917,0.4,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[0.2,1,0.4]],
+ "alpha":[0.23958334,0.8177084,0.3229167,0.9479167,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_poco_cleanse_ringwave_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.044270843,0.5208334,0.12760419,0.6197917,0.4,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[0.6,0.1,0.7]],
+ "alpha":[0.23958334,0.8177084,0.3229167,0.9479167,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_poco_cleanse_twinkle_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,0.4],[0.8,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":80,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2800,2800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,6.8,6.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,1,0.2],[0.3,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":80,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2800,2800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,6.8,6.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.8,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,0.7,0.2,0.9,4,10],
+ "color":[0.5,0.1,0.5,0.9,[0.4,0.6,0.25],[0.1,0.4,0.3]],
+ "alpha":[0.2,0.9,0.2,0.95,0.2,1],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_blur"}]
+ },
+ "gadget_poco_heal_dim_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.8,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,0.7,0.2,0.9,4,10],
+ "color":[0.5,0.1,0.5,0.9,[0.8,0.2,0.3],[0.6,0.05,0.6]],
+ "alpha":[0.2,0.9,0.2,0.95,0.2,1],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_blur"}]
+ },
+ "gadget_poco_heal_notes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-80],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":45},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "spawnMaxSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":14,
+ "maxSpeedZ":18,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.5,"friction":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,-8,1,-4,0.22,0.1],
+ "scaleJitter":0.1,
+ "color":[0.6,0,0.3,0.9,[1,1,0.6],[0.5,1,0.3]],
+ "alpha":1,
+ "angleJitter":[0.2,3,0.6,0.9,50,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-80],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":45},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "spawnMaxSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "maxAngle":360,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":14,
+ "maxSpeedZ":18,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.5,"friction":0.6}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,-8,1,-4,0.22,0.1],
+ "scaleJitter":0.1,
+ "color":[0.6,0,0.3,0.9,[1,0.85,0.8],[1,0.25,0.3]],
+ "alpha":1,
+ "angleJitter":[0.2,3,0.6,0.9,50,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.8,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6223959,0.3697917,0.9322917,1,3.5],
+ "color":[0.6,0.2,0.4,0.9,[0.6,1,0.3],[0,0.8,0.5]],
+ "alpha":[0.2,0.8,0.1,1,0,1],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_poco_heal_speedline_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.8,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6223959,0.3697917,0.9322917,1,3.5],
+ "color":[0.6,0.2,0.4,0.9,[1,0.4,0.3],[0.9,0,0.6]],
+ "alpha":[0.2,0.8,0.1,1,0,1],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_poco_heal_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "spawnMaxSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,1,-2,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.6,0,0.3,0.9,[1,1,0.6],[0.5,1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.2,3,0.6,0.9,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":40},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "spawnMaxSize":[0.1,0.7,0.2,0.9,0.5,3.6],
+ "maxAngle":360,
+ "minSpeedXY":-0.3,
+ "maxSpeedXY":0.3,
+ "minSpeedZ":-0.2,
+ "maxSpeedZ":0.2,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3,1,-2,0.5,0.2],
+ "scaleJitter":0.1,
+ "color":[1,0.4,0.6],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45,0.2,0.2,0.95,0.8,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.48958334,0.19270834,0.4791667,0.9244792,[0.2,0.8,1],[0.05,0.1,0.6]],
+ "alpha":[0.3,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crescent_blur"}]
+ },
+ "gadget_sandy_sleep_aura_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45,0.2,0.2,0.95,0.8,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5442709,0.020833343,0.4088542,0.9635417,[1,0.2,0.3],[0.5,0,0.2]],
+ "alpha":[0.3,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_crescent_blur"}]
+ },
+ "gadget_sandy_sleep_star_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,2],[1.5,1.5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-2,1,0,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_1"}]
+ },
+ "gadget_sandy_sleep_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,2],[1.5,1.5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-2,1,0,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_4"}]
+ },
+ "gadget_sandy_sleep_zzz":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.35,"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,0,0],[2.5,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-7,1,-2,0.35,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sleep"}]
+ },
+ "gadget_sandy_sleep_zzz_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.35,"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,0,0],[2.5,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3.8,3.8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-7,1,-2,0.35,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sleep_red"}]
+ },
+ "gadget_spike_cactus_hit_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.013020873,0.8619792,0.13541669,0.65,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.013020873,0.8619792,0.13541669,0.65,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1.5],[0,0,-1.5]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,3],[5,5,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.8098959,0.08072919,0.9713542,0.2,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1.5],[0,0,-1.5]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,3],[5,5,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.8098959,0.08072919,0.9713542,0.2,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "gadget_stu_wallbreak_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "gadget_tara_vision_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.5286459,0.3697917,0.8541667,0.3,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0.5,0,1]],
+ "alpha":[0.1,0.85,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadget_tara_vision_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":1.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.5286459,0.3697917,0.8541667,0.3,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[0.4,0,0.9]],
+ "alpha":[0.1,0.85,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_speedLine_glow"}]
+ },
+ "gadgets_on_loop_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,-1.5,1,-0.6,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.85,1],[0,0.85,1]],
+ "alpha":[0.25,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLong"}]
+ },
+ "gadgets_on_loop_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,-1.5,1,-0.6,1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.1,0.3],[1,0.1,0.3]],
+ "alpha":[0.25,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLong"}]
+ },
+ "gadgets_pet_on_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,-1.1276041,1,-0.4739583,0.8,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.7,1],[0,0.7,1]],
+ "alpha":[0.25,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLong"}]
+ },
+ "gadgets_pet_on_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,-1.1276041,1,-0.4739583,0.8,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.25,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLong"}]
+ },
+ "gadgets_pet_on_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.48958334,0.013020843,0.3463542,0.9322917,1.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0.25,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gadgets_pet_on_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.48958334,0.013020843,0.3463542,0.9322917,1.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.25,1,0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gale_002_atk_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5442709,0.20572919,0.9869792,0.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.31770834,0.13020834,0.24479169,1.0026042,[1,0.8,0.47],[1,0.8,0.47]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_002_atk_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5442709,0.20572919,0.9869792,0.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.31770834,0.13020834,0.24479169,1.0026042,[1,0.45,0.35],[1,0.45,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_002_atk_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,2],[8,8,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.7630209,0.2916667,0.9869792,0.3,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.62,0.3],[0.85,0.62,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gale_002_atk_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,2],[8,8,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.7630209,0.2916667,0.9869792,0.3,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.35,0.25],[0.85,0.35,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gale_002_atk_hit_snake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2.5,"minSpeedZ":5,"maxSpeedZ":8,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,-1,1,-0.2,0.65,0.25],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5364584,0.059895843,0.4088542,0.9401042,1080,360],
+ "rotationSpeedJitter":[0.45833334,0.16145834,0.2838542,0.9713542,240,180],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snake_die"}]
+ },
+ "gale_002_atk_hit_snake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":2.5,"minSpeedZ":5,"maxSpeedZ":8,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,-1,1,-0.2,0.65,0.25],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5364584,0.059895843,0.4088542,0.9401042,1080,360],
+ "rotationSpeedJitter":[0.45833334,0.16145834,0.2838542,0.9713542,240,180],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snake_die_red"}]
+ },
+ "gale_002_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,4],[6,6,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.5208334,0.08854169,0.9869792,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.47],[0.8,0.7,0.55]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_002_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,4],[6,6,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.5208334,0.08854169,0.9869792,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.45,0.35],[1,0.45,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_002_atkEnd_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.62,0.3],[0.85,0.62,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gale_002_atkEnd_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.3,0.2],[0.8,0.3,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gale_002_atkEnd_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ulti_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0,0.8880209,0,0.9791667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0,0.8880209,0,0.9791667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.07552084,-2.127604,0.9453125,-0.7708333,0.24,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.843,0.478],[1,0.843,0.478]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "gale_002_ulti_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.07552084,-2.127604,0.9453125,-0.7708333,0.24,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "gale_002_ulti_trail_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.6,0.26],[0.8,0.6,0.26]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gale_002_ulti_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-24],[0,0,-24]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.32,0.24],[0.8,0.32,0.24]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gale_002_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.7239584,0.026041687,0.8854167,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.43489584,0.13020834,0.3307292,0.9479167,[1,0.8,0.47],[1,0.8,0.47]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_002_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.7239584,0.026041687,0.8854167,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.43489584,0.13020834,0.3307292,0.9479167,[1,0.45,0.35],[1,0.45,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_003_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_003_atk"}]
+ },
+ "gale_003_atk_nutdrop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_003_atk_end"}]
+ },
+ "gale_003_atk_nutdrop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_003_atk_end_red"}]
+ },
+ "gale_003_atk_nuts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-50],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.013020843,0.9010417,0.08072919,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9817709,-0.018229157,0,1.0104167,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-50],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.013020843,0.9010417,0.08072919,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9817709,-0.018229157,0,1.0104167,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_003_atk_red"}]
+ },
+ "gale_003_atk_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_atk_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.3],[1,0.7,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_atk_streaks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-100],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-100,-100],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.7],[1,0.6,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "gale_003_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "gale_003_atk_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "durationJitter":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6458334,0.005208343,0,1.0026042,1200,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "durationJitter":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6458334,0.005208343,0,1.0026042,1200,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-3,0.9,-2,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,0.1],[0.8,1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "gale_003_atk_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,-3,0.9,-2,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[1,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_M"}]
+ },
+ "gale_003_atkEnd_streaks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.8,1],[0.1,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_streak_1"},{"swf":"sc/effects_brawler.sc","name":"particle_streak_2"}]
+ },
+ "gale_003_atkHit_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,0.9,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "gale_003_atkHit_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.1,0.9,0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "gale_003_ulti_star_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,0.6],[0,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_ulti_star_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.25,0.9],[0,0.25,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_ulti_star_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.4,0.4],[0.8,0.4,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_ulti_star_4":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.25,0.7],[0.6,0.25,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_ulti_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-70,-70],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6927084,0.020833343,0,1.0104167,900,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "gale_003_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.75,0.9],[0.2,0.4,0.9]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.95,0.4,0.5],[0.35,0.25,0.5]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,0.1],[0.8,1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "gale_003_ultiEnd_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "gale_003_ultiEnd_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5833334,0.3151042,0.8932292,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_disappear"}]
+ },
+ "gale_003_ultiEnd_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5833334,0.3151042,0.8932292,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_disappear"}]
+ },
+ "gale_003_ultiEnd_streaks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.3],[1,1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_streak_1"},{"swf":"sc/effects_brawler.sc","name":"particle_streak_2"}]
+ },
+ "gale_003_ultiEnd_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,0.1],[0.8,1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.9,1],[0.2,0.4,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.6067709,0.19010419,0.9088542,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[0.5,0.2,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.6145834,0.3541667,0.8307292,0.25,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,1,1],[0.3,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_disappear"}]
+ },
+ "gale_003_ultiHit_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.6145834,0.3541667,0.8307292,0.25,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.8],[1,0.4,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_disappear"}]
+ },
+ "gale_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":[0.75,0.013020873,0.3828125,0.96354175,1,0],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_hit"}]
+ },
+ "gale_004_atk_hit_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":[0.75,0.013020873,0.3828125,0.96354175,1,0],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_hit_red"}]
+ },
+ "gale_004_atk_hit_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":35,
+ "emitterDelay":0.1,
+ "lifetime":[0.3,1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":80},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.3,0.5],"spawnMaxSize":[0.5,0.7]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0.7],
+ "scaleJitter":0.2,
+ "color":[0.1,0.005208373,0,0.99479175,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.2578125,0.22395837,0.1484375,1.0104167,0.7,0],
+ "angleJitter":360,
+ "rotationSpeed":30,
+ "rotationSpeedJitter":30,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "gale_004_atk_hit_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":35,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.7]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.1,0.005208373,0,0.99479175,[1,0.4,0.7],[1,0.2,0.3]],
+ "alpha":[0.2578125,0.22395837,0.2421875,0.90885425,0.7,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "gale_004_atk_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.7630209,0.020833343,0.7760417,1.0182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_glow_ring"}]
+ },
+ "gale_004_atk_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.7630209,0.020833343,0.7760417,1.0182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_glow_ring_red"}]
+ },
+ "gale_004_atk_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.7552084,0.059895843,0.4947917,0.9791667,[0.4,1,1],[0.2,0.4,1]],
+ "alpha":[0.75,0,0.1,0.75,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.75,0,0.1,0.75,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,230,230],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,230,230],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.6,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,1],[0.1,0.7,1]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.65,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[0.7,0.1,0.7]],
+ "alpha":[0.1,0.95,0,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.27,0.27],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,720,720],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fireball_blue_spark"}]
+ },
+ "gale_004_atk_trail_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,720,720],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_spark_red"}]
+ },
+ "gale_004_atkEnd_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.75,0.5,1,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.55,-0.015625,0.5,0.99375,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atkEnd_ghost"}]
+ },
+ "gale_004_atkEnd_ghost_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.75,0.5,1,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.55,-0.015625,0.5,0.99375,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atkEnd_ghost_red"}]
+ },
+ "gale_004_atkEnv_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.05,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.1],[1,1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_1"}]
+ },
+ "gale_004_atkEnv_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.05,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.1],[1,1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_4"}]
+ },
+ "gale_004_atkEnv_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,0],[12,12,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0.3,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,0],[12,12,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.8],[1,0.2,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.75,0.013020873,0.3828125,0.96354175,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_hit"}]
+ },
+ "gale_004_ulti_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.75,0.013020873,0.3828125,0.96354175,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_hit_red"}]
+ },
+ "gale_004_ulti_squeak":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.020833343,0.033854187,1.0104167,0.3,0.85],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_ulti_atk"}]
+ },
+ "gale_004_ulti_squeak_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.020833343,0.033854187,1.0104167,0.3,0.85],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_ulti_atk_red"}]
+ },
+ "gale_004_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,34,34],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.15,-0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.15,-0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.6,2.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.2,0.4,0.9]],
+ "alpha":[0,1,0,1,1,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "durationJitter":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,34,34],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.15,-0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.15,-0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30989584,0.37239584,0.3619792,0.9088542,1.6,2.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[0.9,0.3,0.6]],
+ "alpha":[0,1,0,1,1,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "gale_004_ultiEnd_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"}]
+ },
+ "gale_004_ultiEnd_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"}]
+ },
+ "gale_004_ultiHit_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.6067709,0.19010419,0.9088542,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[0.7,0.3,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "gale_def_atk_snow_chunk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-45,-45],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.06770834,0.9869792,0.20572919,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.95,1],[0.6,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_chunk"}]
+ },
+ "gale_def_atk_snow_chunk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-45,-45],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.06770834,0.9869792,0.20572919,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.7,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_chunk"}]
+ },
+ "gale_def_atk_snow_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.5442709,0.20572919,0.9869792,0.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.31770834,0.13020834,0.24479169,1.0026042,[0.6,1,1],[0.4,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_def_atk_snow_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.49739584,0.3385417,0.8697917,0.6,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.49739584,0.16927084,0.3932292,0.9635417,[1,0.7,0.8],[1,0.2,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_def_atk_trail_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":0.1,
+ "spawnRate":[0.059895843,0.5833334,0,1.0416667,5,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,-1.0963541,0.8776042,0.13541669,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.95,1],[0.4,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.22395834,0.3541667,0.9401042,1600,360],
+ "rotationSpeedJitter":[0.5442709,0.052083343,0.18229169,0.9244792,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":0.1,
+ "spawnRate":[0.059895843,0.5833334,0,1.0416667,5,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,-1.0963541,0.8776042,0.13541669,0.45,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.43,0.5],[1,0.43,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.22395834,0.3541667,0.9401042,1600,360],
+ "rotationSpeedJitter":[0.5442709,0.052083343,0.18229169,0.9244792,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1171875,-2.658854,0.9166667,-0.6380208,0.5,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.49739584,0.07552084,0.4010417,0.8932292,900,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "gale_def_atk_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1171875,-2.658854,0.9166667,-0.6380208,0.5,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.49739584,0.07552084,0.4010417,0.8932292,900,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "gale_def_atkEnd_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,3],[2,2,3]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.0572915,1,-1.0130208,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.96,1],[0.7,0.96,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_chunk"}]
+ },
+ "gale_def_atkEnd_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,3],[2,2,3]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.0572915,1,-1.0130208,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.7,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_snow_chunk"}]
+ },
+ "gale_def_ulti_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0,0.8880209,0,0.9791667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0,0.8880209,0,0.9791667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.07552084,-2.127604,0.9453125,-0.7708333,0.24,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.737,1,0.99],[0.737,1,0.99]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "gale_def_ulti_trail_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.07552084,-2.127604,0.9453125,-0.7708333,0.24,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.85,0.886],[1,0.85,0.886]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "gale_def_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.7239584,0.026041687,0.8854167,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.43489584,0.13020834,0.3307292,0.9479167,[0.7,0.9,1],[0.3,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_def_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.052083343,0.7239584,0.026041687,0.8854167,0.5,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.43489584,0.13020834,0.3307292,0.9479167,[1,0.65,0.8],[1,0.65,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gale_def_ulti_trail_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":0.1,
+ "spawnRate":[0.059895843,0.5833334,0,1.0416667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,-1.0963541,0.8776042,0.13541669,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.95,1],[0.4,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.22395834,0.3541667,0.9401042,1600,360],
+ "rotationSpeedJitter":[0.5442709,0.052083343,0.18229169,0.9244792,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "durationJitter":0.1,
+ "spawnRate":[0.059895843,0.5833334,0,1.0416667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,-1.0963541,0.8776042,0.13541669,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.75,0.85],[1,0.75,0.85]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.22395834,0.3541667,0.9401042,1600,360],
+ "rotationSpeedJitter":[0.5442709,0.052083343,0.18229169,0.9244792,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_ultiEnd_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.8],[0,0,1.8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "durationJitter":0.1,
+ "spawnRate":[0.059895843,0.5833334,0,1.0416667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.07552084,-2.127604,1,-0.6067708,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.44270834,0.036458343,0.07291669,0.9322917,1200,300],
+ "rotationSpeedJitter":[0.5442709,0.052083343,0.18229169,0.9244792,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1.8],[0,0,1.8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "durationJitter":0.1,
+ "spawnRate":[0.059895843,0.5833334,0,1.0416667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.07552084,-2.127604,1,-0.6067708,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.75,0.85],[1,0.75,0.85]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.44270834,0.036458343,0.07291669,0.9322917,1200,300],
+ "rotationSpeedJitter":[0.5442709,0.052083343,0.18229169,0.9244792,200,200],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "gem_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":3,"spawnRateJitter":0.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_03"}]
+ },
+ "Gems_flying":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":9,
+ "lifetimeJitter":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":500},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1.25,
+ "spawnMaxSize":0.875,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0.7],
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gem_rotate"}]
+ },
+ "Gems_flying_payload":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.15,
+ "lifetime":9,
+ "lifetimeJitter":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":500},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1.25,
+ "spawnMaxSize":0.875,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":2,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.6],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gem_rotate"}]
+ },
+ "gen_beam_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,0.7000002,0.7000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.1000002,0.1000002],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8000002,
+ "spawnRate":[0.3333332,0.3333332,0.6666672,0.6666672,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0.7500001,0.7500001],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_blue"}]
+ },
+ "gen_beam_trail_particle":{
+ "enemyVersion":"gen_beam_trail_particle_enemy",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.5500001,0.5500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.2500001,0.2500001],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0350001,
+ "durationJitter":0.0050001,
+ "spawnRate":[0.3333331,0.3333331,0.6666671,0.6666671,25,25],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.24,0.24],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.45,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_blue"}]
+ },
+ "gen_beam_trail_particle_enemy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,25,25],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.45,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_red"}]
+ },
+ "Gen_Big_Debris_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.25,-1.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.010000004],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "gen_bouncefx_dot_blue_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.225,0.225],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.025,0.025],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.125,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.14,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_dot_blue"}]
+ },
+ "gen_bouncefx_dot_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.225,0.225],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.025,0.025],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.125,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.28,0.28],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.14,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_dot"}]
+ },
+ "Gen_dark_smoke":{
+ "enemyVersion":"Death_Dust_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.75,-0.75],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,0.3000001,0.3000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"BlackSmoke"},{"swf":"sc/effects.sc","name":"BlackSmoke2"},{"swf":"sc/effects.sc","name":"BlackSmoke3"}]
+ },
+ "gen_death_bubbles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.4,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_ground_bubbles"}]
+ },
+ "gen_death_bubbles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.65,0.85],[1,0.65,0.85]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_ground_bubbles"}]
+ },
+ "gen_death_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.7864584,-0.002604157,0.4166667,0.8307292,30,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.15364584,0.41927084,0.4166667,0.9479167,0.8,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,0.9739584,0.08854169,0.9947917,0.4,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.7864584,-0.002604157,0.4166667,0.8307292,30,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.15364584,0.41927084,0.4166667,0.9479167,0.8,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,0.9739584,0.08854169,0.9947917,0.4,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_explode_blue"}]
+ },
+ "gen_death_explode_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_explode_red"}]
+ },
+ "gen_death_ground_splat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.298,0.435,0.78],[0.298,0.435,0.78]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_ground_splatter"}]
+ },
+ "gen_death_ground_splat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.921,0.301,0.301],[0.921,0.301,0.301]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_ground_splatter"}]
+ },
+ "gen_death_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":13,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-0.45],[0,0,-0.45]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,250,250],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,220,220],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,320,320],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.975,0.975],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,450,450],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0,0.7317709,0.09375,0.94791675,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,12],[5,5,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,1,0.24479169,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0.3,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5208334,0.005208343,0.3229167,0.9713542,480,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "gen_death_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,450,450],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocity":[0,0.7317709,0.09375,0.94791675,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,12],[5,5,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,1,0.24479169,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[1,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5208334,0.005208343,0.3229167,0.9713542,480,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "gen_death_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.18489584,0.5286459,0.4322917,0.8619792,0.95,0.95],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.6848959,0,0.92447925,0.8,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.31770834,0.13020834,0.24479169,1.0026042,[0.6,1,1],[0.4,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.23958334,0.44270834,0.2838542,0.98697925,720,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gen_death_smoke_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.6145834,0,0.90885425,1,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.49739584,0.12239584,0.16666669,0.97916675,[1,0.6,0.7],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.34895834,0.13020834,0.22916669,0.9557292,720,200],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gen_death_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.16145834,0.43489584,0.4557292,0.8932292,0.95,0.95],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_smoke_ring"}]
+ },
+ "gen_death_smoke_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_smoke_ring_red"}]
+ },
+ "Gen_dust_emitter":{
+ "enemyVersion":"Death_Dust_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.4500001,0.4500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.2500001,0.2500001],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2500001,
+ "durationJitter":0.0500001,
+ "spawnRate":[0.3333331,0.3333331,0.6666671,0.6666671,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,40.000004,40.000004],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0.3000004,0.3000004],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,3.0000005,3.0000005],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,0.4500004,0.4500004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.2500004,0.2500004],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2500004,
+ "durationJitter":0.0500004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,40.000004,40.000004],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0.3000004,0.3000004],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,3.0000005,3.0000005],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle"},{"swf":"sc/effects.sc","name":"gen_smoke_small_particle_2"}]
+ },
+ "gen_explosion_dust1_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,7.5,7.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,-0.04,-0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_explosion_dust1"}]
+ },
+ "gen_explosion_dust2_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,7.5,7.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,-0.04,-0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_explosion_dust2"}]
+ },
+ "gen_explosion_lines_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.033,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_explosion_lines1"}]
+ },
+ "gen_explosion_ring_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_explosion_ring1"}]
+ },
+ "gen_flame_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-0.6510416,1,-0.16927081,0.16,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.184,0.549,1],[0.184,0.549,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_01_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-0.6510416,1,-0.16927081,0.16,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.227,0.203,0.341],[0.227,0.203,0.341]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-0.6510416,1,-0.16927081,0.16,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.352,0.352],[1,0.352,0.352]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_01_redDark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20833334,-0.6510416,1,-0.16927081,0.16,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.325,0.047,0.243],[0.325,0.047,0.243]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.184,0.549,1],[0.184,0.549,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_02"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_03"}]
+ },
+ "gen_flame_02_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.227,0.203,0.341],[0.227,0.203,0.341]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_02"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_03"}]
+ },
+ "gen_flame_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.352,0.352],[1,0.352,0.352]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_02"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_03"}]
+ },
+ "gen_flame_02_redDark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.325,0.047,0.243],[0.325,0.047,0.243]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_02"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_03"}]
+ },
+ "gen_flame_dark_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.43489584,0.09114584,0.7213542,0.4713542,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.203,0.298,0.552],[0.203,0.298,0.552]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_04"}]
+ },
+ "gen_flame_dark_01_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.43489584,0.09114584,0.7213542,0.4713542,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.423,0.317,0.89],[0.423,0.317,0.89]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_04"}]
+ },
+ "gen_flame_dark_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.43489584,0.09114584,0.7213542,0.4713542,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.545,0.282,0.466],[0.545,0.282,0.466]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_04"}]
+ },
+ "gen_flame_dark_01_redDark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.43489584,0.09114584,0.7213542,0.4713542,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.847,0.223,0.27],[0.847,0.223,0.27]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_04"}]
+ },
+ "gen_flame_dark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.203,0.298,0.552],[0.203,0.298,0.552]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.423,0.317,0.89],[0.423,0.317,0.89]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.545,0.282,0.466],[0.8,0.282,0.466]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,-3.205729,0.7760417,-0.7630208,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.847,0.223,0.27],[0.847,0.223,0.27]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_05"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_06"}]
+ },
+ "gen_flame_short_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,-0.6666666,0.8776042,0.5416667,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.184,0.549,1],[0.184,0.549,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_short_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,-0.6666666,0.8776042,0.5416667,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.352,0.352],[1,0.352,0.352]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_short_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,-0.002604157,0.7916667,0.5651042,0.2,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.184,0.549,1],[0.184,0.549,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,-0.002604157,0.7916667,0.5651042,0.2,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.352,0.352],[1,0.352,0.352]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,-0.6666666,0.8776042,0.5416667,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.75,1],[0.2,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_short_blueLight_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,-0.002604157,0.7916667,0.5651042,0.2,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.75,1],[0.2,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,-0.6666666,0.8776042,0.5416667,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.423,0.317,0.89],[0.423,0.317,0.89]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_short_purple_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,-0.002604157,0.7916667,0.5651042,0.2,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.423,0.317,0.89],[0.423,0.317,0.89]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,-0.6666666,0.8776042,0.5416667,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.847,0.223,0.27],[0.847,0.223,0.27]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_short_redDark_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,-0.002604157,0.7916667,0.5651042,0.2,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.847,0.223,0.27],[0.847,0.223,0.27]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,-0.6666666,0.8776042,0.5416667,0.14,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.43,0.42],[1,0.43,0.42]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,960,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_01"}]
+ },
+ "gen_flame_short_redLight_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,-0.002604157,0.7916667,0.5651042,0.2,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.43,0.42],[1,0.43,0.42]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_02"},{"swf":"sc/effects_brawler.sc","name":"particle_fire_03"}]
+ },
+ "gen_gold_atk_beams":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-130,-130],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-50],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight_thin"}]
+ },
+ "gen_gold_atk_beams_lot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,250,250],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-140,-140],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight_thin"}]
+ },
+ "gen_gold_atk_beams_spray":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-120,-120],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-80,-80],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight_thin"}]
+ },
+ "gen_gold_atk_glow_cone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.6145834,0.2916667,0.8932292,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.3],[1,0.8,0.3]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow_cone"}]
+ },
+ "gen_gold_atk_glow_cone_delay":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.6145834,0.2916667,0.8932292,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0],[1,0.7,0]],
+ "alpha":[0.118750006,0.8953125,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow_cone"}]
+ },
+ "gen_gold_atk_jacky":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-130,-130],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-50],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.04,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight_thin"}]
+ },
+ "gen_gold_atk_sparkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8020834,0.044270873,1,0.49479175,2,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.3],[1,0.8,0.3]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-45,-45],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-70,-70],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.2,2.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.2,5.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5.5,5.5,3],[5.5,5.5,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8020834,0.044270873,1,0.49479175,1.4,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.3],[1,0.8,0.3]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "gen_gold_atk_speedline_multiple_B":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":10},{"__class":"SpawnCone","direction":[-1,-0.5,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_01"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_02"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_03"}]
+ },
+ "gen_gold_atk_speedline_multiple_M":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":10},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_01"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_02"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_03"}]
+ },
+ "gen_gold_atk_speedline_multiple_T":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":10},{"__class":"SpawnCone","direction":[-1,0.5,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_01"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_02"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_03"}]
+ },
+ "gen_gold_atk_speedline_single":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_01"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_02"},{"swf":"sc/effects_brawler.sc","name":"gold_speedline_single_03"}]
+ },
+ "gen_gold_atk_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":3,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":6,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"Deceleration","deceleration":[9,9,9]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "scaleJitter":0.25,
+ "color":[1,0.8,0.3],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "gen_gold_atk_twinkle_multiple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":4,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":7,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[1,0.8,0.3],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.9},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.25],[0,0,0.25]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[1.2,0.1,0.4,0.9,[1,0.95,0.35],[1,0.8,0.1]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,60,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.2],[0,0,0.2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.5,0],[0.6,0.5,0]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,60,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]],
+ "alpha":[0.4,0.7,0.5,1,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spotlight"}]
+ },
+ "gen_gold_lobby_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":0.35},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.5],[0,0,-0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.9,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.6380209,0.09114584,0.4635417,0.9244792,[0.7,0.5,0],[0.7,0,0]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"}]
+ },
+ "gen_gold_moving_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars"}]
+ },
+ "gen_gold_moving_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-5,0.8,-3,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "gen_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.45},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.275,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.015,0.015]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitlines_particle"}]
+ },
+ "gen_hit_flash_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.025,
+ "durationJitter":0.015,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.28,1.28],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_star"}]
+ },
+ "gen_hit_flash_190":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.025,
+ "durationJitter":0.015,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2.432,2.432],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_star"}]
+ },
+ "gen_hit_flash_300":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.015,0.015],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.025,
+ "durationJitter":0.015,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5510,5510],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,6230,6230],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.84,3.84],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_star"}]
+ },
+ "gen_hitfx_dot_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.28,1.28],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.08,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_dot"}]
+ },
+ "gen_hitfx_line_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.025,0.025],
+ "mass":1.0000004,
+ "spawnPointOffset":{},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1666674,0.1666674]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minAngle":[0.3333334,0.3333334,0.6666674,0.6666674,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2.6,2.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000004,
+ "scale":[0.3333334,0.3333334,0.6666674,0.6666674,0.5000004,1.1000004],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333334,0.3333334,0.6666674,0.6666674,[1.0000004,1.0000004,1.0000004],[1.0000004,1.0000004,1.0000004]],
+ "alpha":[0.3333334,0.3333334,0.6666674,0.6666674,1.0000004,1.0000004],
+ "angle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "angleJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeed":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeedJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "tailLengthJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.0500004,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_particle"}]
+ },
+ "gen_move_dust_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.2,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dust_particle1_single"}]
+ },
+ "gen_purple_moving_dots_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.28125,0.6067709,0.7135417,0.25260425,0,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,4,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_smoke"}]
+ },
+ "gen_round_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":13,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.55,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_blue"}]
+ },
+ "gen_silver_lobby_aura":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.2],[0,0,0.2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[1.2,0.1,0.4,0.9,[0.6,1,1],[0,0.7,1]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,60,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":0.35},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.5],[0,0,-0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.9,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6380209,0.09114584,0.4635417,0.9244792,[0.2,0.8,1],[0,0.1,1]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"}]
+ },
+ "gen_silver_moving_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars"}]
+ },
+ "gen_silver_moving_dots_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.3],[0,0,-0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "Gen_Small_Debris_emitter_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_Small_Debris_emitter_120":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.6,3.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_Small_Debris_emitter_190":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,5.7,5.7],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,9.5,9.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_Small_Debris_emitter_230":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,6.9,6.9],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,11.5,11.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_Small_Debris_emitter_270":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.1,8.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,13.5,13.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_Small_Debris_emitter_70":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2.1,2.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.5,3.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_Small_Debris_emitter_95":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2.85,2.85],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4.75,4.75],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,-0.010416657,0.8854167,0.53385425,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.6380209,0.005208394,0.20572919,0.9947917,720,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_debris1_particle"},{"swf":"sc/effects.sc","name":"gen_debris2_particle"}]
+ },
+ "Gen_small_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,1.8000004,1.8000004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.6000004,0.6000004],
+ "mass":1.0000004,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,1.5],[0,0,1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7500004,
+ "durationJitter":0.0500004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,142.85715,142.85715],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1428574,0.1428574]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"smokepuff_walk"}]
+ },
+ "gen_small_smoke_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.35,1.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.0500004},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1225,
+ "durationJitter":0.1175,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,142.85715,142.85715],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1428574,0.1428574]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.45,-0.45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle"}]
+ },
+ "gen_small_smoke_emitter_brown":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.0500004},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "durationJitter":0.1175,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,400,400],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1428574,0.1428574]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,14,14],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,10,7],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,5,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.45,-0.45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.79,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[0.3,0.1,0.1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,180,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_smoke_small_particle_1"}]
+ },
+ "gen_small_smoke_emitter_darker":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.0500004},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.121,
+ "durationJitter":0.119,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,142.85715,142.85715],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1428574,0.1428574]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.45,-0.45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{"z":1.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.21,
+ "durationJitter":0.03,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.45,-0.45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle_red"}]
+ },
+ "gen_small_smoke_emitter_smaller":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.35,1.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.0500004},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1225,
+ "durationJitter":0.1175,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,142.85715,142.85715],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1428574,0.1428574]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.45,-0.45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle"}]
+ },
+ "gen_smoker":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"BlackSmoke"},{"swf":"sc/effects.sc","name":"BlackSmoke2"},{"swf":"sc/effects.sc","name":"BlackSmoke3"}]
+ },
+ "gen_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":2,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "gen_sparks_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "gen_trail_particle_33":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.020000001,
+ "durationJitter":-0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,25,25],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.0132,0.0132],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1584,0.1584],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.4,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "gen_trail_particle_50":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.020000001,
+ "durationJitter":-0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,25,25],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.24,0.24],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.4,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"dynamike_spark"}]
+ },
+ "gen_trail_particle_enemy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,25,25],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_red"}]
+ },
+ "gen_trail_small_particle":{
+ "enemyVersion":"gen_trail_particle_enemy",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.3333332,0.3333332,0.6666672,0.6666672,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.4833332,0.4833332]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333332,0.3333332,0.6666672,0.6666672,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "minAngle":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "maxAngle":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "minSpeedXY":[0.3333332,0.3333332,0.6666672,0.6666672,0.02,0.02],
+ "maxSpeedXY":[0.3333332,0.3333332,0.6666672,0.6666672,0.24,0.24],
+ "minSpeedZ":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "maxSpeedZ":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000002,
+ "scale":[0.3333332,0.3333332,0.6666672,0.6666672,1.0000002,0.0300002],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333332,0.3333332,0.6666672,0.6666672,[1.0000002,1.0000002,1.0000002],[1.0000002,1.0000002,1.0000002]],
+ "alpha":[0.3333332,0.3333332,0.6666672,0.6666672,1.0000002,1.0000002],
+ "angle":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "angleJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "rotationSpeed":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "rotationSpeedJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "tailLengthJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "alphaFadeout":0.5000002,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_blue"}]
+ },
+ "gen_trail_small_particle_enemy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,0.8000002,0.8000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.2000002,0.2000002],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0350002,
+ "durationJitter":0.0050002,
+ "spawnRate":[0.3333332,0.3333332,0.6666672,0.6666672,25,25],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.45,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_particle_red"}]
+ },
+ "gen_trail_small_particle_smoke":{
+ "enemyVersion":"gen_trail_particle_enemy",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.24,0.24],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.055,
+ "durationJitter":0.045,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.02,0.02],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.24,0.24],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle_darker_solo"}]
+ },
+ "gen_trail_smoke_darker_enemy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.055,
+ "durationJitter":0.045,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle_darker_solo_red"}]
+ },
+ "gene_002_ulti_trail_drophlet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[13,13,0],[13,13,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.7760415,1,-2.1145833,0.15,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1_static"}]
+ },
+ "gene_002_ulti_trail_drophlet_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[13,13,0],[13,13,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.7760415,1,-2.1145833,0.15,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2_static"}]
+ },
+ "gene_002_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.025,0.025],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.028645843,-2.5729165,0.9453125,-2.7005208,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.2,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.45833334,0.09114584,0.5651042,0.9791667,70,25],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.11,0.11],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.025,0.025],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.028645843,-2.5729165,0.9453125,-2.7005208,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.6],[1,0.6,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.45833334,0.09114584,0.5651042,0.9791667,70,25],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.236979,1,-1.9661458,1.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.7,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.45833334,0.09114584,0.5651042,0.9791667,70,25],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.14,0.14],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.236979,1,-1.9661458,1.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.415,0.415],[1,0.415,0.415]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.45833334,0.09114584,0.5651042,0.9791667,70,25],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6145834,0.20572919,1.0026042,0.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.47],[0.8,0.7,0.55]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gene_003_atk1_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6145834,0.20572919,1.0026042,0.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.423,0.309],[1,0.423,0.309]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gene_003_atk1_end_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.7942709,0.11979169,0.9479167,0.1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.5],[1,0.8,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,90,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,0.7942709,0.11979169,0.9479167,0.1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.48,0.35],[1,0.48,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,90,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.8333334,0.22916669,0.9947917,0.25,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.7,0.4],[0.9,0.7,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_003_atk1_hit_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.8333334,0.22916669,0.9947917,0.25,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.4],[1,0.5,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_003_atk1_trail_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,-0.02,-0.1,0.9,0.2,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.7,0.4],[0.9,0.7,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_003_atk1_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,-0.02,-0.1,0.9,0.2,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.85,0.4,0.45],[0.85,0.4,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_003_atk1_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-1.5,0.8,-1.2,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.46614587,0.09895834,0.049479187,0.9166667,1200,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "gene_003_atk1_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-1.5,0.8,-1.2,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[1,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.46614587,0.09895834,0.049479187,0.9166667,1200,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "gene_003_atk2_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28125,0.38020837,0.5572917,0.7916667,0.3,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots_add"}]
+ },
+ "gene_003_atk2_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28125,0.38020837,0.5572917,0.7916667,0.3,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.5],[1,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots_add"}]
+ },
+ "gene_003_atk2_reached_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.7473959,0.11197919,0.9088542,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.36458334,0.08333334,0.07291669,0.9635417,[0,0.8,1],[0,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5442709,0.044270843,0,0.9244792,1080,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gene_003_atk2_reached_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,4],[0,0,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,0.7473959,0.11197919,0.9088542,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.36458334,0.08333334,0.07291669,0.9635417,[0.7,0.15,0.3],[0.7,0.15,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5442709,0.044270843,0,0.9244792,1080,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloud_twirl"}]
+ },
+ "gene_003_atk2_reached_particles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.46,0.46],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,2],[9,9,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "color":[0.6380209,0.25520834,0.2994792,0.9791667,[0.3,0.95,1],[0.25,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.46,0.46],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[9,9,2],[9,9,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "color":[0.6380209,0.25520834,0.2994792,0.9791667,[1,0.28,0.28],[1,0.28,0.28]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,1],[2,2,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,0.75,0,1,0.4,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.5],[1,0.8,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.49739584,0.17708334,0.2682292,0.9010417,30,5],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,1],[2,2,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,0.75,0,1,0.4,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.48,0.35],[1,0.48,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.49739584,0.17708334,0.2682292,0.9010417,30,5],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.6145834,0.3072917,0.9791667,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.19270834,0.6145834,0.09635419,0.9947917,[0.1,0.3,0.8],[0.2,0.2,0.4]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gene_003_idle_hand_fire_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.6145834,0.3072917,0.9791667,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.09114584,0.8177084,0.15885419,0.98697925,[0.8,0.3,0.2],[0.2,0.15,0.15]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "gene_003_idle_hand_fire_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.6223959,0.16666669,0.97135425,0.4,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.38020834,0.06770834,0.23697919,0.9635417,[0,0.6,1],[0,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "gene_003_idle_hand_fire_core_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.6223959,0.16666669,0.97135425,0.4,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.41145834,0.044270843,0.3151042,0.9479167,[1,0.8,0.2],[1,0.1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "gene_003_idle_hand_fire_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.7,0.4],[0.9,0.7,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_003_ulti_end_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.4],[1,0.5,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_003_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.82,0.49],[1,0.82,0.49]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.49,0.35],[1,0.49,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,179,179],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,181,181],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[1,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,5],[2.5,2.5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,5],[2.5,2.5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,6],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,5],[2.5,2.5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum"}]
+ },
+ "gene_004_atk1_end_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.85,1],[1,0.85,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_red"}]
+ },
+ "gene_004_atk1_hit_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0,0.8880209,0,0.92447925,[1,1,1],[0.3,0.9,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "gene_004_atk1_hit_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.7],[0.9,0.25,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "gene_004_atk2_drop_fish":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fish_01"},{"swf":"sc/effects_brawler.sc","name":"particle_fish_02"}]
+ },
+ "gene_004_atk2_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_particle_cloudExp_blue"}]
+ },
+ "gene_004_atk2_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_particle_cloudExp_puple"}]
+ },
+ "gene_004_atk2_reached_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9],[0,0,-9]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.8307292,0.002604187,0.16,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,960,960],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble"}]
+ },
+ "gene_004_atk2_reached_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9],[0,0,-9]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.8307292,0.002604187,0.16,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,960,960],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_red"}]
+ },
+ "gene_004_atk2_reached_fish":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.8,0,0.8,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.1,1,0,1.0104167,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0,0.8880209,0.2838542,1.0260417,10,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.8,0,0.8,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.1,1,0,1.0104167,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0,0.8880209,0.2838542,1.0260417,10,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.6],[1,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0,0.8880209,0,0.92447925,[0.9,1,1],[0.3,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "gene_004_atk2_reached_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0,0.8880209,0,0.92447925,[1,0.9,0.7],[1,0.3,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "gene_004_atk2_trail_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,170,170],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,190,190],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.1,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.8,1],[0.3,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_atk2_trail_waterSplat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,1],[-1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.005208343,1,0.3072917,0.25,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "gene_004_atk2_trail_waterSplat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,1],[-1,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.005208343,1,0.3072917,0.25,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "gene_004_atk_exp_thread":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,0,0.2,1,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.75],[0,1,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,0,0.2,1,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.65],[1,0.4,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,2.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[0.5,1,0.8],[0.1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,2.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,0.4,0.6],[1,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.6145834,0.2916667,0.8932292,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,0.8],[0,0.6,0.8]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow_cone"}]
+ },
+ "gene_004_atk_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,0.6145834,0.2916667,0.8932292,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.6],[1,0.2,0.6]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow_cone"}]
+ },
+ "gene_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_particle_cloudExp"}]
+ },
+ "gene_004_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.21614584,0.5989584,0.3463542,0.9322917,160,20],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_particle_cloudExp_red"}]
+ },
+ "gene_004_atk_liquid_burst":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-16],[0,0,-16]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-1.0572916,1,0.3776042,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.88,0.75],[0,0.88,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "gene_004_atk_liquid_burst_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-16],[0,0,-16]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.028645873,0.7083334,0.22135419,0.9479167,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,-1.0572916,1,0.3776042,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.6],[1,0.4,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "gene_004_atk_reached_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9],[0,0,-9]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3.5,-3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.16,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,960,960],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_002"}]
+ },
+ "gene_004_atk_reached_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9],[0,0,-9]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3.5,-3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.16,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,960,960],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_red"}]
+ },
+ "gene_004_atk_trail_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,0.8],[0,0.9,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_atk_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.3,0.5],[0.9,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_atk_trail_flower":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0,1,-0.25,0.55,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.6,0.05,0.65,1,360,30],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,140,140],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk1_trail_flower"}]
+ },
+ "gene_004_atk_trail_flower_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0,1,-0.25,0.55,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.6,0.05,0.65,1,360,30],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,140,140],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk1_trail_flower_red"}]
+ },
+ "gene_004_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5520834,0.6119792,0.8385417,1.1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.8],[0.2,1,0.8]],
+ "alpha":[0,0.46614584,0.4244792,0.8932292,0,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.232,0.552,0.612,0.839,1.1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0,0.466,0.424,0.893,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,0.75],[0,0.9,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0286459,0.2994792,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.42,0.58],[1,0.42,0.58]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-1.5,0,0],[-1.5,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,0,0],[1.2,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0,1,1,0.65,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.75,0,0.45,1,360,45],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk1_trail_leaf"}]
+ },
+ "gene_004_atk_trail_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-1.5,0,0],[-1.5,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-1,0,0]]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,0,0],[1.2,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0,1,1,0.65,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.75,0,0.4,1,270,45],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk1_trail_leaf_red"}]
+ },
+ "gene_004_lose_bot_bubble_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":3.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.5,0,0,1,25,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0,0],[0.4,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6875,0.1171875,0.890625,0.3984375,0.1,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.02],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground_scale"}]
+ },
+ "gene_004_lose_bot_bubble_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":3.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.5,0,0,1,25,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.4,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.4,0,0],[-0.4,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6875,0.1171875,0.890625,0.3984375,0.1,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.02],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground_scale"}]
+ },
+ "gene_004_lose_bubble_up":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":24,
+ "emitterDelay":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,320,320],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6380209,0.005208343,0.8697917,0.3229167,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_002"}]
+ },
+ "gene_004_lose_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":1.18,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.48,"c":1},{"t":1.15,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.8],[0,1,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "gene_004_lose_hit_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.18,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {"__class":"SpawnBurst","bursts":[{"c":5},{"t":0.48,"c":4},{"t":1.15,"c":6}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3.5,-3.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.16,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,960,960],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_002"}]
+ },
+ "gene_004_lose_ripple_circular_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":4.7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.15,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.45,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":4.8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_splash_1"}]
+ },
+ "gene_004_lose_splash_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.9],[0,1,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_splash_2"}]
+ },
+ "gene_004_lose_water_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.55,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.75,"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6067709,0.028645843,0,0.9869792,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.9],[0,1,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_water_line"}]
+ },
+ "gene_004_ulti2_trail_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,0.8],[0,0.9,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_ulti2_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,0.7],[0.9,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_ulti_end_dustDots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,0.8],[0,0.9,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_ulti_end_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.26,0.26],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,800,800],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,0.7],[0.9,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_ulti_end_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[40,40,0],[40,40,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,0.036458343,0.9453125,0.20572919,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[1,-0.026041657,0.0234375,1.0026042,270,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk1_trail_leaf"}]
+ },
+ "gene_004_ulti_end_leaf_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[40,40,0],[40,40,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9192709,0.036458343,0.9453125,0.20572919,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[1,-0.026041657,0.0234375,1.0026042,270,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk1_trail_leaf_red"}]
+ },
+ "gene_004_ulti_end_liquid_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum"}]
+ },
+ "gene_004_ulti_end_liquid_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.85,1],[1,0.85,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_red"}]
+ },
+ "gene_004_ulti_end_liquid_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.55,0.45],[0,0.55,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_white"}]
+ },
+ "gene_004_ulti_end_liquid_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.1,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.3,0.4],[0.7,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6770834,0.21354169,0.9088542,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_white"}]
+ },
+ "gene_004_ulti_end_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,0],[12,12,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,0.8],[0,0.9,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,0],[12,12,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.3,0.5],[0.9,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.746875,-0.006250001,0.6354167,0.8776042,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,0.6],[0.3,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_waterSplat"}]
+ },
+ "gene_004_ulti_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.746875,-0.006250001,0.6354167,0.8776042,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,0.6],[0.3,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_waterSplat_red"}]
+ },
+ "gene_004_ulti_trail_dustDots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,0.7],[0.9,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "gene_004_ulti_trail_water":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9,0,1,0,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.05,0.729,1],[0.05,0.729,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7708334,-0.010416657,1,0.3307292,3.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_ulti_trail_water_01"}]
+ },
+ "gene_004_ulti_trail_water_inside_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7708334,-0.010416657,1,0.3307292,3.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_ulti_trail_water_02"}]
+ },
+ "gene_004_ulti_trail_water_inside_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7708334,-0.010416657,1,0.3307292,3.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_ulti_trail_water_03"}]
+ },
+ "gene_004_ulti_trail_water_inside_4":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7708334,-0.010416657,1,0.3307292,3.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_ulti_trail_water_04"}]
+ },
+ "gene_004_ulti_trail_water_inside_5":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.7708334,-0.010416657,1,0.3307292,3.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buzz_ulti_trail_water_05"}]
+ },
+ "gene_004_ulti_waterSplat_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_3"}]
+ },
+ "gene_004_ulti_waterSplat_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "gene_004_win_bot_bubble_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.25,
+ "spawnRate":[0.5,0,0,1,25,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,0],[0.5,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6875,0.1171875,0.890625,0.3984375,0.1,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.02],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground_scale"}]
+ },
+ "gene_004_win_bot_bubble_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.25,
+ "spawnRate":[0.5,0,0,1,25,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.5,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.5,0,0],[-0.5,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6875,0.1171875,0.890625,0.3984375,0.1,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.02],
+ "color":[0.5130209,0.020833343,0.06510419,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.2,1,0.3,1,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.17708334,0.6302084,0.15885419,0.9635417,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubble_ground_scale"}]
+ },
+ "gene_004_win_bubble_up":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":24,
+ "emitterDelay":2.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-36],[0,0,-36]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,320,320],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6380209,0.005208343,0.8697917,0.3229167,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_002"}]
+ },
+ "gene_004_win_fish_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2.2,
+ "lifetime":[0.7942709,0.028645843,0.4479167,0.9869792,0.45,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.25,
+ "durationJitter":0.04,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.8,1.8,0],[1.8,1.8,0]]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[5,0,0],[5,0,0]]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.8,0.010416687,0.1,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,960,960],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_002"}]
+ },
+ "gene_004_win_fish_circular":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.23,0.23],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.15,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.45,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,300,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ripple_circular"}]
+ },
+ "gene_004_win_ripple_circular_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.15,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.12239584,0.5364584,0.2760417,0.89322925,0.45,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.30989584,0.32552084,0.3932292,0.8072917,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_splash_1"}]
+ },
+ "gene_004_win_splash_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.15,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":1.8,"color":[0,1,0.9],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_splash_2"}]
+ },
+ "gene_004_win_water_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":2.55,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.75,"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6067709,0.028645843,0,0.9869792,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.9],[0,1,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_water_line"}]
+ },
+ "gene_004_win_water_line_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":3.65,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.6067709,0.028645843,0,0.9869792,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.9],[0,1,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_win_water_line"}]
+ },
+ "gene_def_atk1End_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.46,0.46],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.46,0.46],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-2.0104165,0.8854167,-1.0833333,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,28,28],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-2.0104165,0.8854167,-1.0833333,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,-1.3697916,0.8203125,-0.8567708,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.6,-0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,-1.3697916,0.8203125,-0.8567708,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,-2.9479165,0.9244792,-1.9895833,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloud_particle_gene_base"},{"swf":"sc/effects_brawler.sc","name":"cloud_particle_gene_blue"}]
+ },
+ "gene_def_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,-2.9479165,0.9244792,-1.9895833,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloud_particle_gene_base"},{"swf":"sc/effects_brawler.sc","name":"cloud_particle_gene_red"}]
+ },
+ "ghost_metro_fog_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,10000,10000],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":6,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_ghost_metro_fog"}]
+ },
+ "ghost_metro_water_droplets_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":3,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_droplet_green"}]
+ },
+ "ghost_metro_water_droplets_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":4,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_droplet_green"}]
+ },
+ "ghost_metro_water_droplets_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":5.3,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_droplet_green"}]
+ },
+ "ghostmetro_fragile_explo_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001000642,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_purple_01"},{"swf":"sc/effects.sc","name":"metal_shard_purple_03"}]
+ },
+ "ghostmetro_fragile_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_purple_01"},{"swf":"sc/effects.sc","name":"metal_shard_purple_03"}]
+ },
+ "ghostmetro_fragile_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":30,
+ "maxSpeedZ":40,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[1,0],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_droplet_green"}]
+ },
+ "gold_hit_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-22.5],[0,0,-22.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,400,400],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,560,560],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "gold_no_hit_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-22.5],[0,0,-22.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "gold_shard_explo_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.25,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_gold_02"},{"swf":"sc/effects.sc","name":"metal_shard_gold_03"}]
+ },
+ "gold_trail_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.166667,0.166667]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "Grass_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-1.5],[0,0,-1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1"},{"swf":"sc/effects.sc","name":"grass_straw_2"},{"swf":"sc/effects.sc","name":"grass_straw_3"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_green_01"}]
+ },
+ "Grass_hit_bazaar":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_bazaar"},{"swf":"sc/effects.sc","name":"grass_straw_2_bazaar"},{"swf":"sc/effects.sc","name":"grass_straw_3_bazaar"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_bazaar_01"}]
+ },
+ "Grass_hit_big":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1"},{"swf":"sc/effects.sc","name":"grass_straw_2"},{"swf":"sc/effects.sc","name":"grass_straw_3"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_green_01"}]
+ },
+ "Grass_hit_big_bazaar":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_bazaar"},{"swf":"sc/effects.sc","name":"grass_straw_2_bazaar"},{"swf":"sc/effects.sc","name":"grass_straw_3_bazaar"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_bazaar_01"}]
+ },
+ "Grass_hit_big_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_candy_grass_1"},{"swf":"sc/effects.sc","name":"prt_candy_grass_2"},{"swf":"sc/effects.sc","name":"prt_candy_grass_3"}]
+ },
+ "Grass_hit_big_castle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_castle_01"}]
+ },
+ "Grass_hit_big_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_ghostmetro"},{"swf":"sc/effects.sc","name":"grass_straw_2_ghostmetro"},{"swf":"sc/effects.sc","name":"grass_straw_3_ghostmetro"},{"swf":"sc/effects.sc","name":"grass_straw_1_ghostmetro"}]
+ },
+ "Grass_hit_big_giftshop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_giftshop"},{"swf":"sc/effects.sc","name":"grass_straw_2_giftshop"},{"swf":"sc/effects.sc","name":"grass_straw_3_giftshop"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_giftshop_01"}]
+ },
+ "Grass_hit_big_mine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_mine"},{"swf":"sc/effects.sc","name":"grass_straw_2_mine"},{"swf":"sc/effects.sc","name":"grass_straw_3_mine"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_mine_01"}]
+ },
+ "Grass_hit_big_minicity":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_tree_leaf"},{"swf":"sc/effects.sc","name":"prt_tree_leaf_2"}]
+ },
+ "Grass_hit_big_retro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_retro_01"}]
+ },
+ "Grass_hit_big_snowtel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_snowtel"},{"swf":"sc/effects.sc","name":"grass_straw_2_snowtel"},{"swf":"sc/effects.sc","name":"grass_straw_3_snowtel"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_snowtel_01"}]
+ },
+ "Grass_hit_big_starrforce":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_starrforce"},{"swf":"sc/effects.sc","name":"grass_straw_2_starrforce"},{"swf":"sc/effects.sc","name":"grass_straw_3_starrforce"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_starrforce_01"}]
+ },
+ "Grass_hit_big_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[30,30,0],[30,30,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-120,-120],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_grass"}]
+ },
+ "Grass_hit_big_yellow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[[0,0,-1],[0,0,-5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":75},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMaxSize":0.3,
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":5,
+ "minSpeedZ":1,
+ "maxSpeedZ":2,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0.4],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.7083334,-0.5494791,0.3619792,1.4635417,300,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_yellow_01"}]
+ },
+ "Grass_hit_candystand":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_candy_grass_1"},{"swf":"sc/effects.sc","name":"prt_candy_grass_1"},{"swf":"sc/effects.sc","name":"prt_candy_grass_3"}]
+ },
+ "Grass_hit_castle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_castle_01"}]
+ },
+ "Grass_hit_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":0.55,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,-1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":50,"spawnRateJitter":0.25},
+ {"__class":"Deceleration"},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.5,
+ "spawnMaxSize":0.5,
+ "maxAngle":360,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":0.6,
+ "minSpeedZ":0.15,
+ "maxSpeedZ":0.3,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1"},{"swf":"sc/effects.sc","name":"grass_straw_1"}]
+ },
+ "Grass_hit_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_ghostmetro"},{"swf":"sc/effects.sc","name":"grass_straw_2_ghostmetro"},{"swf":"sc/effects.sc","name":"grass_straw_3_ghostmetro"},{"swf":"sc/effects.sc","name":"grass_straw_1_ghostmetro"}]
+ },
+ "Grass_hit_giftshop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_giftshop"},{"swf":"sc/effects.sc","name":"grass_straw_2_giftshop"},{"swf":"sc/effects.sc","name":"grass_straw_3_giftshop"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_giftshop_01"}]
+ },
+ "Grass_hit_mine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_mine"},{"swf":"sc/effects.sc","name":"grass_straw_2_mine"},{"swf":"sc/effects.sc","name":"grass_straw_3_mine"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_mine_01"}]
+ },
+ "Grass_hit_minicity":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_tree_leaf"},{"swf":"sc/effects.sc","name":"prt_tree_leaf_2"}]
+ },
+ "Grass_hit_retro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_retro_01"}]
+ },
+ "Grass_hit_snowtel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_snowtel"},{"swf":"sc/effects.sc","name":"grass_straw_2_snowtel"},{"swf":"sc/effects.sc","name":"grass_straw_3_snowtel"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_snowtel_01"}]
+ },
+ "Grass_hit_starrforce":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"grass_straw_1_starrforce"},{"swf":"sc/effects.sc","name":"grass_straw_2_starrforce"},{"swf":"sc/effects.sc","name":"grass_straw_3_starrforce"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_starrforce_01"}]
+ },
+ "Grass_hit_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":2.55},
+ "gravity":[0,0,-3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[30,30,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":8.000001,
+ "minSpeedZ":0.3,
+ "maxSpeedZ":0.6,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_grass"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_2_grass"}]
+ },
+ "Grass_hit_yellow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"durationJitter":0.05,"spawnRate":100},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.1,
+ "spawnMaxSize":0.1,
+ "minAngle":-120,
+ "maxAngle":90,
+ "minSpeedXY":1,
+ "maxSpeedXY":3,
+ "minSpeedZ":2,
+ "maxSpeedZ":4,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.6],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.43489587,-0.22916666,0.07291669,0.9791667,250,20],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"grass_straw_yellow_01"}]
+ },
+ "Grass_wind":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.475,0.475],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.425,0.425],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":0.7500004},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-1.5],[0,0,-1.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.3333334,0.3333334]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-120,-120],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.8,1.8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "gray_002_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":2.5,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached1"},{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached2"},{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached3"},{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached4"}]
+ },
+ "gray_002_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":2.5,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached1_red"},{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached2_red"},{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached3_red"},{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_reached4_red"}]
+ },
+ "gray_002_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_smoke"}]
+ },
+ "gray_002_atk_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_002_atk_smoke_red"}]
+ },
+ "gray_002_atk_trail_smoke_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":24},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7708334,0.09895834,0.7994792,0.17447919,1,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_02"}]
+ },
+ "gray_002_atk_trail_smoke_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":24},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7708334,0.09895834,0.7994792,0.17447919,1,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_02_red"}]
+ },
+ "gray_002_atk_trail_smoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":40},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7239584,0.46614584,0.7526042,0.4010417,1.5,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_03"},{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_04"}]
+ },
+ "gray_002_atk_trail_smoke_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":40},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-1,"maxSpeedZ":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7239584,0.46614584,0.7526042,0.4010417,1.5,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_03_red"},{"swf":"sc/effects_brawler.sc","name":"tick_004_atk_trail_smoke_04_red"}]
+ },
+ "gray_002_lobby_lose_after_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.2,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":3},
+ {"__class":"SpawnBurst","bursts":[{"t":1.85,"c":1},{"t":2,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "color":[0,0.4,0.85],
+ "alpha":1,
+ "angleJitter":45,
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_01_yellow"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_02_yellow"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_03_yellow"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_04_yellow"}]
+ },
+ "gray_002_lobby_lose_elec1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.75,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-1],
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-45,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_01_yellow"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_03_yellow"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_04_yellow"}]
+ },
+ "gray_002_lobby_lose_elec2":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":2.7,"lifetime":0.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.4,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_02_yellow"}]
+ },
+ "gray_002_lobby_lose_hat_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.18,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25,"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.35,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_lobby_lose_smoke"}]
+ },
+ "gray_002_lobby_lose_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.66,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.15,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_002_lobby_lose_impact"}]
+ },
+ "gray_002_lobby_lose_impact1":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":2.7,"lifetime":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.175,"color":[1,1,1],"alpha":1,"angle":75,"orientToDirection":true,"trailWidth":1},
+ "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"}]
+ },
+ "gray_002_lobby_lose_impact2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.775,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.175,"color":[1,1,1],"alpha":1,"angle":-135,"orientToDirection":true,"trailWidth":1},
+ "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"}]
+ },
+ "gray_002_lobby_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.2,
+ "lifetime":0.5,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.175,
+ "scaleJitter":0.025,
+ "color":[0,0.4,0.85],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_009_atk_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"primo_009_atk_smoke_02"}]
+ },
+ "gray_def_atk_hit_sign":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.55,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_hit_sign_01"},{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_hit_sign_02"}]
+ },
+ "gray_def_atk_hit_sign_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.55,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_hit_sign_01_red"},{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_hit_sign_02_red"}]
+ },
+ "gray_def_atk_reached_sign":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_reached_sign_01"},{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_reached_sign_02"}]
+ },
+ "gray_def_atk_reached_sign_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_reached_sign_01_red"},{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_reached_sign_02_red"}]
+ },
+ "gray_def_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_atk_smoke"}]
+ },
+ "gray_def_atk_trail_dotted_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.55,"spawnRate":12},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "color":[[0.5,0.8,1],[0.2,0.5,1]],
+ "alpha":[0.08333334,0.5130209,0,0.9479167,0.2,1],
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect_bar"}]
+ },
+ "gray_def_atk_trail_dotted_line_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.55,"spawnRate":12},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "color":[[1,0.75,0.75],[1,0.3,0.3]],
+ "alpha":[0.08333334,0.5130209,0,0.9479167,0.2,1],
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_rect_bar"}]
+ },
+ "gray_def_gajet1_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.55,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_gajet1_hit_impact"}]
+ },
+ "gray_def_gajet1_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.55,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_gajet1_hit_impact_red"}]
+ },
+ "gray_def_gajet1_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"driller_005_lobby_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"driller_005_lobby_smoke_02"}]
+ },
+ "gray_def_gajet2_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.5,"mass":1,"spawnPointOffset":{"z":-2},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_gajet2_cloud"}]
+ },
+ "gray_def_gajet2_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.5,"mass":1,"spawnPointOffset":{"z":-2},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_gajet2_cloud_red"}]
+ },
+ "gray_def_gajet2_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":120},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":3,"maxSpeedXY":6,"maxSpeedZ":40},
+ {"__class":"Ground","bounciness":0.55,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,1,0],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_01"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_02"}]
+ },
+ "gray_def_gajet2_fragments_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":120},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":3,"maxSpeedXY":6,"maxSpeedZ":40},
+ {"__class":"Ground","bounciness":0.55,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,1,0],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_01_red"},{"swf":"sc/effects_brawler.sc","name":"bonnie_002_chain_piece_02_red"}]
+ },
+ "gray_def_lobby_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":4.25,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.04},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":[1,-0.010416657,1,0.5963542,1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_lobby_win_portal"}]
+ },
+ "gray_def_lobby_win":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.5,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.04},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":[1,-0.010416657,1,0.5963542,1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_lobby_win_portal"}]
+ },
+ "gray_def_ulti_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1000},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.8],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[0,0.3,1]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_teleport_flash"}]
+ },
+ "gray_def_ulti_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1000},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.8],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,0.15,0.15]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_teleport_flash"}]
+ },
+ "gray_def_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60,"spawnRateJitter":1}]},
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gray_def_ulti_smoke"}]
+ },
+ "Green_explo_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_1"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_2"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_3"},
+ {"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_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_03"}
+ ]
+ },
+ "Green_explo_debris2_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_1"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_2"},
+ {"swf":"sc/effects.sc","name":"stunt_show_fence_debris_3"},
+ {"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_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_03"}
+ ]
+ },
+ "Green_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[10,10,0],[10,10,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4.8,4.8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,7.5,7.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_debris1_stuntshow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_yellow_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_scrap_03"}
+ ]
+ },
+ "griff_002_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":0.1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_atk_hit"}]
+ },
+ "griff_002_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":0.1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.75,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_atk_hit_red"}]
+ },
+ "griff_002_atk_reached_bead":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.15104169,1.0104167,1440,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_bead_anim"},{"swf":"sc/effects_brawler.sc","name":"griff_002_bead_indigo_anim"},{"swf":"sc/effects_brawler.sc","name":"griff_002_bead_purple_anim"}]
+ },
+ "griff_002_atk_reached_bead_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.15104169,1.0104167,1440,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_bead_red_anim"},{"swf":"sc/effects_brawler.sc","name":"griff_002_bead_orange_anim"},{"swf":"sc/effects_brawler.sc","name":"griff_002_bead_pink_anim"}]
+ },
+ "griff_002_atk_reached_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.65,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_cloudExplode_ground_01"},{"swf":"sc/effects_brawler.sc","name":"griff_002_cloudExplode_ground_02"}]
+ },
+ "griff_002_atk_reached_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.65,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_cloudExplode_ground_01"},{"swf":"sc/effects_brawler.sc","name":"griff_002_cloudExplode_ground_02"}]
+ },
+ "griff_002_atk_reached_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.65,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,10,0],[0,10,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "rotationSpeedJitter":[0.32552084,0.36458334,0.4166667,0.9244792,720,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01"}]
+ },
+ "griff_002_atk_reached_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.65,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,10,0],[0,10,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "rotationSpeedJitter":[0.32552084,0.36458334,0.4166667,0.9244792,720,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01_red"}]
+ },
+ "griff_002_atk_sparks1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,2],[1,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,0.90625,0.11197919,1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5520834,0.15364584,0.3541667,0.8932292,1800,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_4"}]
+ },
+ "griff_002_atk_sparks1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,2],[1,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,0.90625,0.11197919,1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5520834,0.15364584,0.3541667,0.8932292,1800,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"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"}]
+ },
+ "griff_002_atk_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01"}]
+ },
+ "griff_002_atk_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01_red"}]
+ },
+ "griff_002_ulti_impact_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.6692709,0.09895834,0.9713542,0.2916667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.20052084,0.7552084,0.19010419,0.7994792,720,20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star"}]
+ },
+ "griff_002_ulti_impact_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.6692709,0.09895834,0.9713542,0.2916667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.20052084,0.7552084,0.19010419,0.7994792,720,20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star_red"}]
+ },
+ "griff_002_ulti_receive_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.23177084,0.6614584,0.2760417,0.7291667,1080,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star"}]
+ },
+ "griff_002_ulti_receive_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.23177084,0.6614584,0.2760417,0.7291667,1080,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star_red"}]
+ },
+ "griff_002_ulti_trail_twinkles1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01"}]
+ },
+ "griff_002_ulti_trail_twinkles1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01_red"}]
+ },
+ "griff_002_ulti_trail_twinkles2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01"}]
+ },
+ "griff_002_ulti_trail_twinkles2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_twinkle_01_red"}]
+ },
+ "griff_003_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.35,-0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_explode_1"},{"swf":"sc/effects_brawler.sc","name":"pixel_explode_2"}]
+ },
+ "griff_003_atk_cube":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,2],[1,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":0.4,"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,0.90625,0.11197919,0.2,0.05],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.5520834,0.15364584,0.3541667,0.8932292,1800,40],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_02"}]
+ },
+ "griff_003_atk_cube_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,2],[1,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":0.4,"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,0.90625,0.11197919,0.2,0.05],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.5520834,0.15364584,0.3541667,0.8932292,1800,40],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_02_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01_red"}]
+ },
+ "griff_003_atk_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":27,
+ "lifetime":0.45,
+ "lifetimeJitter":0.27,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":6},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.9,
+ "scaleJitter":0.5,
+ "color":[0.59375,-0.002604127,0.5885417,0.7994792,[0,0.35,1],[0.1,1,0.15]],
+ "alpha":[0.6145834,-0.002604157,0.8229167,0.42447925,1,1],
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "griff_003_atk_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":27,
+ "lifetime":0.45,
+ "lifetimeJitter":0.27,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":6},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1.9,
+ "scaleJitter":0.5,
+ "color":[0.59375,-0.002604127,0.5885417,0.7994792,[1,0.3,0.5],[1,0.6,0.15]],
+ "alpha":[0.6145834,-0.002604157,0.8229167,0.42447925,1,1],
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "griff_003_atk_reached_cube":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.020833343,0.9166667,0.15104169,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.15104169,1.0104167,1440,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_02"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01"}]
+ },
+ "griff_003_atk_reached_cube_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.020833343,0.9166667,0.15104169,0.2,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.15104169,1.0104167,1440,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_02_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01_red"}]
+ },
+ "griff_003_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.35,-0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_explode_3"},{"swf":"sc/effects_brawler.sc","name":"pixel_explode_4"}]
+ },
+ "griff_003_lobby_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.2,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnRate","infinite":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.21],
+ "color":[[1,1,1],[0,0.5,1]],
+ "alpha":1,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_lobby_glow"}]
+ },
+ "griff_003_lobby_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1,
+ "lifetime":303,
+ "mass":1,
+ "spawnPointOffset":{"z":1.4},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_lobby_lose"}]
+ },
+ "griff_003_lobby_screen":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.1,
+ "lifetime":0.21,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.05,"z":0.35},
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnRate","infinite":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,0.5989584,0.1484375,0.9244792,0,0.2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_lobby_glow"}]
+ },
+ "griff_003_ulti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.35,-0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.02,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_explode_1"},{"swf":"sc/effects_brawler.sc","name":"pixel_explode_2"}]
+ },
+ "griff_003_ulti_cube":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,2],[1,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":5,
+ "velocityJitter":1
+ },
+ {"__class":"Ground","bounciness":0.4,"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnRate","duration":0.12,"spawnRate":30}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,0.90625,0.11197919,0.2,0.05],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.5520834,0.15364584,0.3541667,0.8932292,1800,40],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_02"}]
+ },
+ "griff_003_ulti_cube_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,2],[1,0,2]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":5,
+ "velocityJitter":1
+ },
+ {"__class":"Ground","bounciness":0.4,"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnRate","duration":0.12,"spawnRate":30}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.028645843,0.90625,0.11197919,0.2,0.05],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.5520834,0.15364584,0.3541667,0.8932292,1800,40],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_02_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_atk_cube_01_red"}]
+ },
+ "griff_003_ulti_impact_rabbit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[1,1,1],
+ "alpha":[0.8411459,-0.010416657,0.8932292,0.4557292,1,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_reched_rabbit"}]
+ },
+ "griff_003_ulti_impact_rabbit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.6,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[1,1,1],
+ "alpha":[0.8411459,-0.010416657,0.8932292,0.4557292,0.8,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_reched_rabbit_red"}]
+ },
+ "griff_003_ulti_receive_rabbit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,0.4],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_reched_rabbit"}]
+ },
+ "griff_003_ulti_receive_rabbit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,7],[7,7,7]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5442709,0.11197919,0.9479167,0.1,0.4],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_reched_rabbit_red"}]
+ },
+ "griff_003_ulti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.35,-0.35],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.02,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_explode_3"},{"swf":"sc/effects_brawler.sc","name":"pixel_explode_4"}]
+ },
+ "griff_003_ulti_trail_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"durationJitter":0.2,"spawnRate":12,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.23,
+ "scaleJitter":0.05,
+ "color":[0.6067709,0.013020843,0.5963542,0.8072917,[0,0.35,1],[0.1,1,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "griff_003_ulti_trail_particle2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":12,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.23,
+ "scaleJitter":0.05,
+ "color":[0.6067709,0.0052083433,0.6119792,0.7994792,[0,0.35,1],[0.1,1,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "griff_003_ulti_trail_particle2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":12,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.23,
+ "scaleJitter":0.05,
+ "color":[0.6067709,0.0052083433,0.6119792,0.7994792,[1,0.3,0.5],[1,0.6,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "griff_003_ulti_trail_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"durationJitter":0.2,"spawnRate":12,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.23,
+ "scaleJitter":0.05,
+ "color":[0.6067709,0.013020843,0.5963542,0.8072917,[1,0.3,0.5],[1,0.6,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"griff_003_atk_particle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "griff_003_ulti_trail_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.27,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"durationJitter":0.2,"spawnRate":8,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.07,
+ "color":[[1,1,1],[0.2,1,1]],
+ "alpha":0.7,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_01"},{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_02"}]
+ },
+ "griff_003_ulti_trail_pixel2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":0.27,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":8,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.07,
+ "color":[[1,1,1],[0.2,1,1]],
+ "alpha":0.7,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_01"},{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_02"}]
+ },
+ "griff_003_ulti_trail_pixel2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.9,
+ "lifetime":0.27,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"durationJitter":0.2,"spawnRate":8,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.07,
+ "color":[[1,1,0.2],[1,1,1]],
+ "alpha":0.7,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_01_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_02_red"}]
+ },
+ "griff_003_ulti_trail_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.27,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"durationJitter":0.2,"spawnRate":8,"spawnRateJitter":1},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.07,
+ "color":[[1,1,0.2],[1,1,1]],
+ "alpha":0.7,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_01_red"},{"swf":"sc/effects_brawler.sc","name":"griff_003_ulti_rect_02_red"}]
+ },
+ "griff_def_atk_coins":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.8],[1,0,0.8]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9036459,0.020833343,0.8463542,0.06510419,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7239584,0.013020843,0,1.0260417,1440,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "griff_def_atk_reached_coin":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_coin"}]
+ },
+ "griff_def_atk_reached_coin_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_coin_red"}]
+ },
+ "griff_def_atk_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-2.5,0.9,-2.5,0.35,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "griff_def_lobby_sad_tears_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.6,0,0.7],[-0.6,0,0.7]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.95,0,0.24,0.06],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "griff_def_lobby_sad_tears_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":0.5,"z":1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0.7],[0.6,0,0.7]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.95,0,0.24,0.06],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"coin_rotate"}]
+ },
+ "griff_def_lobby_sad_twinkles_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.6,0,0.7],[-0.6,0,0.7]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,2],[1,1,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "griff_def_lobby_sad_twinkles_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"x":0.5,"z":1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0.7],[0.6,0,0.7]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,2],[1,1,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.5],[1,1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"}]
+ },
+ "griff_def_ulti_notes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.7],[0,0,-0.7]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3.6,3.6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6.5,6.5,0],[6.5,6.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.40364584,-0.010416657,0.057291687,0.9947917,1440,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_note"}]
+ },
+ "griff_def_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-2.5,0.9,-2.5,0.36,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.6,1],[0,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "griff_def_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.8,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,-2.5,0.9,-2.5,0.36,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "griff_def_ulti_trail_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,0.48958334,0.5026042,0.8463542,0.8,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,2000,2000],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "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"}]
+ },
+ "griff_def_ulti_trail_whirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.75,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,0.48958334,0.5026042,0.8463542,0.8,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,2000,2000],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "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"}]
+ },
+ "grom_002_atk1_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.26,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":2},{"t":0.2,"c":2},{"t":0.85,"c":2}]},
+ {"__class":"SpawnRate","duration":0.55,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.35,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_01"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_01_add"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_02"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_02_add"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03_add"}
+ ]
+ },
+ "grom_002_atk1_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.26,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":2},{"t":0.2,"c":2},{"t":0.85,"c":2}]},
+ {"__class":"SpawnRate","duration":0.55,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.35,"scaleJitter":0.1,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_04"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_04_add"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03_add"}]
+ },
+ "grom_002_atk2_end_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_03"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_04"}]
+ },
+ "grom_002_atk2_end_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_03_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_04_red"}]
+ },
+ "grom_002_atk2_reached_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.33,
+ "lifetime":0.75,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_01"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_02"}]
+ },
+ "grom_002_atk2_reached_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.33,
+ "lifetime":0.75,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_01_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_02_red"}]
+ },
+ "grom_002_atk2_reached_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.95,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"egg_borken_1_anim"},{"swf":"sc/effects_brawler.sc","name":"egg_borken_2_anim"},{"swf":"sc/effects_brawler.sc","name":"egg_borken_3_anim"}]
+ },
+ "grom_002_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.33,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0.9],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke"}]
+ },
+ "grom_002_atk_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.33,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.05,"spawnMaxSize":0.1,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,0.9],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke_red"}]
+ },
+ "grom_002_ulti1_reached_spawn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.55,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.35,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti1_reached_egg"}]
+ },
+ "grom_002_ulti1_reached_spawn_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.55,
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.35,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti1_reached_egg_red"}]
+ },
+ "grom_002_ulti1_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":1},{"t":0.2,"c":1},{"t":0.85,"c":1}]},
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.55,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_01"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_01_add"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_02"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_02_add"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03"},
+ {"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03_add"}
+ ]
+ },
+ "grom_002_ulti1_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":1},{"t":0.2,"c":1},{"t":0.85,"c":1}]},
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.55,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_04"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_04_add"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk1_bubble_03_add"}]
+ },
+ "grom_002_ulti1_trail_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst"},
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.16145834,0.7057292,0.24479169,0.25,0.05],
+ "scaleJitter":0.05,
+ "color":[0,0.5,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti1_trail_sparks_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst"},
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.16145834,0.7057292,0.24479169,0.25,0.05],
+ "scaleJitter":0.05,
+ "color":[1,0.25,0.25],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti1_trail_sparks_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst"},
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.16145834,0.7057292,0.24479169,0.25,0.05],
+ "scaleJitter":0.05,
+ "color":[0,1,0.5],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti1_trail_sparks_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.25,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnBurst"},
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.5,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":3,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[14,14,14]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.16145834,0.7057292,0.24479169,0.25,0.05],
+ "scaleJitter":0.05,
+ "color":[0.6,0.3,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti2_end_brick":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.765625,0.11458334,0.828125,0.22135419,0.6,0.1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti2_brick_01"},{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti2_brick_02"},{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti2_brick_03"}]
+ },
+ "grom_002_ulti2_end_brick_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.765625,0.11458334,0.828125,0.22135419,0.6,0.1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti2_brick_01_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti2_brick_02_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_ulti2_brick_03_red"}]
+ },
+ "grom_002_ulti2_trail_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15},
+ {"__class":"SpawnCone"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Deceleration","deceleration":[3,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.12239584,0.8776042,0.19010419,0.15,0.025],
+ "scaleJitter":0.05,
+ "color":[0,0.5,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti2_trail_sparks_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15},
+ {"__class":"SpawnCone"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Deceleration","deceleration":[3,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.12239584,0.8776042,0.19010419,0.15,0.025],
+ "scaleJitter":0.05,
+ "color":[1,0,0.25],
+ "alpha":1,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti2_trail_sparks_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10},
+ {"__class":"SpawnCone"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Deceleration","deceleration":[3,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.12239584,0.8776042,0.19010419,0.15,0.025],
+ "scaleJitter":0.05,
+ "color":[0,1,0.5],
+ "alpha":1,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti2_trail_sparks_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10},
+ {"__class":"SpawnCone"},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Deceleration","deceleration":[3,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.12239584,0.8776042,0.19010419,0.15,0.025],
+ "scaleJitter":0.05,
+ "color":[1,0.5,0],
+ "alpha":1,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "grom_002_ulti2_trail_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnCone","velocity":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.12239584,0.8776042,0.19010419,0.75,0.15],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.45833337,0.005208343,0.24479169,0.9869792,360,80],
+ "rotationSpeedJitter":[0.6380209,0.10677084,0.3541667,0.7213542,360,-80],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":"gene_particle_star_3"},{"swf":"sc/effects_brawler.sc","name":"gene_particle_star_1"}]
+ },
+ "grom_002_ulti2_trail_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnCone","velocity":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6536459,0.12239584,0.8776042,0.19010419,0.75,0.15],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.45833337,0.005208343,0.24479169,0.9869792,360,80],
+ "rotationSpeedJitter":[0.6380209,0.10677084,0.3541667,0.7213542,360,-80],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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":"gene_particle_star_3"},
+ {"swf":"sc/effects_brawler.sc","name":"gene_particle_star_2"},
+ {"swf":"sc/effects_brawler.sc","name":"gene_particle_star_4"}
+ ]
+ },
+ "grom_003_atk1_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":15},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1,"maxSpeedZ":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.1484375,0.8463542,0.75,1.75],
+ "scaleJitter":0.75,
+ "color":[[0,1,1],[0,0.45,0.8]],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "grom_003_atk1_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":15},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1,"maxSpeedZ":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.1484375,0.8463542,0.75,1.75],
+ "scaleJitter":0.75,
+ "color":[[1,0.75,0],[0.75,0.25,0]],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "grom_003_atk1_trail_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":2,"spawnRateJitter":2},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.06770834,0.5963542,0.2604167,0.4,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fly_1"},{"swf":"sc/effects_brawler.sc","name":"particle_fly_2"}]
+ },
+ "grom_003_atk1_trail_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.15,
+ "color":[0.25,0.55,1],
+ "alpha":1,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "grom_003_atk1_trail_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.15,
+ "color":[1,0.375,0.35],
+ "alpha":1,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "grom_003_atk1_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.4,
+ "lifetime":0.3,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":45,"velocity":5},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.35,0.1],
+ "scaleJitter":0.1,
+ "color":[0.25,0.55,1],
+ "alpha":1,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "grom_003_atk1_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.4,
+ "lifetime":0.3,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":45,"velocity":5},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.35,0.1],
+ "scaleJitter":0.1,
+ "color":[1,0.375,0.35],
+ "alpha":1,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "grom_003_atk2_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":[0.7083334,0.044270843,0.7838542,0.11197919,4,1]},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1,"maxSpeedZ":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[0,1,1],[0,0.45,0.8]],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "grom_003_atk2_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.75,"spawnRate":[0.7083334,0.044270843,0.7838542,0.11197919,4,1]},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedZ":1,"maxSpeedZ":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[1,0.75,0],[0.75,0.25,0]],
+ "alpha":[0.16927084,0.7942709,0.16666669,0.9322917,0,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "grom_003_atk2_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.2,"spawnRate":1,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.06770834,0.5963542,0.2604167,0.4,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fly_1"},{"swf":"sc/effects_brawler.sc","name":"particle_fly_2"}]
+ },
+ "grom_003_atk2_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.25,"mass":1,"spawnPointOffset":{"z":-0.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.25,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_atk1_ground_liquid_01"},{"swf":"sc/effects_brawler.sc","name":"grom_003_atk1_ground_liquid_02"}]
+ },
+ "grom_003_atk2_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.25,"mass":1,"spawnPointOffset":{"z":-0.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.25,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_atk1_ground_liquid_01_red"},{"swf":"sc/effects_brawler.sc","name":"grom_003_atk1_ground_liquid_02_red"}]
+ },
+ "grom_003_atk2_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1.2,"spawnRateJitter":1.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.25,0.55,0.9],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_03"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"}]
+ },
+ "grom_003_atk2_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1.2,"spawnRateJitter":1.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Ground","friction":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,0.4,0.4],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_01"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_03"},{"swf":"sc/effects_brawler.sc","name":"ash_003_ulti_reached_liquid_04"}]
+ },
+ "grom_003_atk_hit_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.075,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":2.25,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_blue_01"},{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_blue_02"}]
+ },
+ "grom_003_atk_hit_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1},{"t":0.075,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":2.25,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_red_01"},{"swf":"sc/effects_brawler.sc","name":"poco_heartEnd_red_02"}]
+ },
+ "grom_003_atk_spawn_can":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.1,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.09895834,0.8229167,0.11979169,1,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_atk_spawn_can"}]
+ },
+ "grom_003_atk_spawn_can_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.1,"lifetime":0.75,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.09895834,0.8229167,0.11979169,1,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_atk_spawn_can_red"}]
+ },
+ "grom_003_atk_spawn_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_atk_impact"}]
+ },
+ "grom_003_atk_spawn_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_atk_impact_red"}]
+ },
+ "grom_003_lobby_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":2.59,
+ "lifetime":0.2,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":3.4},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":1000},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":1},
+ {"__class":"SpawnCone","direction":[0.2,0,-1],"directionJitterAngle":90,"velocity":10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.2,0.05],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "grom_003_lobby_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","spawnRate":3},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"c":2},{"t":0.15,"c":3},{"t":0.3,"c":4},{"t":0.45,"c":3}]
+ },
+ {"__class":"SpawnCone","direction":[-1,0,0.25],"directionJitterAngle":45,"velocity":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.13020834,0.7291667,0.5729167,0.5,0.25],
+ "scaleJitter":0.2,
+ "color":[[0.7,0.5,0.4],[0.7,0.5,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "grom_003_ulti1_reached_spawn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.5,0.95],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti1_reached_bag"}]
+ },
+ "grom_003_ulti1_reached_spawn_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[
+ {"__class":"Deceleration","deceleration":[4,4,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.5,0.95],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti1_reached_bag_red"}]
+ },
+ "grom_003_ulti2_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.85,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7786459,0.09895834,0.9010417,0.07291669,1,0.2],
+ "color":[0,0.75,1],
+ "alpha":[0.09114584,1.1145834,0,0.9088542,0,1],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "grom_003_ulti2_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.85,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7786459,0.09895834,0.9010417,0.07291669,1,0.2],
+ "color":[1,0.55,0.55],
+ "alpha":[0.09114584,1.1145834,0,0.9088542,0,1],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "grom_003_ulti2_glow":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.9,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[0,0.25,1],"alpha":1,"alphaFadeout":0.3,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "grom_003_ulti2_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.9,"mass":1,"spawnPointOffset":{"z":0.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,0.25,0.1],"alpha":1,"alphaFadeout":0.3,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "grom_003_ulti2_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_hit"}]
+ },
+ "grom_003_ulti2_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_hit_red"}]
+ },
+ "grom_003_ulti2_reached_areaRing":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "grom_003_ulti2_reached_areaRing_red":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "grom_003_ulti2_reached_tentacle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_reached_tentacle"}]
+ },
+ "grom_003_ulti2_reached_tentacle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_reached_tentacle_red"}]
+ },
+ "grom_003_ulti2_shadow_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.62,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":1.6,"alpha":0.2,"angle":180,"orientToDirection":true,"loopMovieClip":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_projectile_shadow_01"}]
+ },
+ "grom_003_ulti2_shadow_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.51,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":1.6,"alpha":0.2,"angle":180,"orientToDirection":true,"loopMovieClip":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_projectile_shadow_02"}]
+ },
+ "grom_003_ulti2_tentacle_sub":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.9,"mass":1,"spawnPointOffset":{"z":0.65},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":120}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.5286459,0.08333334,0.7447917,0.19791669,2.25,0.5],
+ "scaleJitter":0.25,
+ "color":[0,0.6,1],
+ "alpha":1,
+ "angleJitter":10,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_tentacle_sub"}]
+ },
+ "grom_003_ulti2_tentacle_sub_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.9,"mass":1,"spawnPointOffset":{"z":0.65},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":120}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.5286459,0.08333334,0.7447917,0.19791669,2.25,0.5],
+ "scaleJitter":0.25,
+ "color":[1,0.3,0.4],
+ "alpha":1,
+ "angleJitter":10,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_003_ulti2_tentacle_sub"}]
+ },
+ "grom_003_ulti2_trail_ground_liquid_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":5},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6458334,0.09895834,0.8541667,0.19010419,0.2,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "tailLength":[0.13802084,0.7630209,0.12760419,0.9322917,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble"}]
+ },
+ "grom_003_ulti2_trail_ground_liquid_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-10],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":5},
+ {"__class":"Deceleration","deceleration":[4,4,4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6458334,0.09895834,0.8541667,0.19010419,0.2,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "tailLength":[0.13802084,0.7630209,0.12760419,0.9322917,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stickyBubble_red"}]
+ },
+ "grom_003_ulti2_trail_ground_liquid_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[[0,0.75,1],[0,0.5,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "grom_003_ulti2_trail_ground_liquid_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[[1,0.4,0.5],[0.9,0.3,0.4]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "grom_def_atk1_end_areaRing":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "grom_def_atk1_end_areaRing_red":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "grom_def_atk1_reached_areaRing":{
+ "enemyVersion":"Ring_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.7005209,0.2890625,1.0182292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "grom_def_atk1_reached_areaRing_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.42,0.42],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0.2,0.3],[1,0.2,0.3]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_add"}]
+ },
+ "grom_def_atk1_reached_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.15,0.23],[0.2,0.15,0.23]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_crack"}]
+ },
+ "grom_def_atk1_reached_crossglow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.55,0.2,1,4,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6125,0,0.125,0.9609375,[0,0.8,0.8],[0.01,0,1]],
+ "alpha":[0.7328125,-0.015625,0.421875,0.9453125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.7,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_sparkGlow"}]
+ },
+ "grom_def_atk1_reached_crossglow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.55,0.2,1,4,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6125,0,0.125,0.9609375,[0.8,0,0.8],[1,0,0.01]],
+ "alpha":[0.7328125,-0.015625,0.421875,0.9453125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.7,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_star_sparkGlow"}]
+ },
+ "grom_def_atk1_reached_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.11458334,0.5598959,0.0703125,0.9401042,0.5,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.4,1]],
+ "alpha":[0.6692709,0.052083343,0.9713542,0.4791667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "grom_def_atk1_reached_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.11458334,0.5598959,0.0703125,0.9401042,0.5,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.4],[1,0,0.4]],
+ "alpha":[0.6692709,0.052083343,0.9713542,0.4791667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_006_glow"}]
+ },
+ "grom_def_atk1_reached_spawn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.34,0.34],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.41,0.46],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk1_reached_ball"}]
+ },
+ "grom_def_atk1_reached_spawn_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.34,0.34],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.41,0.46],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk1_reached_ball_red"}]
+ },
+ "grom_def_atk1_trail_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":4},{"t":0.2,"c":4},{"t":0.85,"c":4}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520837,-1.8619791,0.9635417,-0.013020813,0.35,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "grom_def_atk1_trail_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":12},{"t":0.2,"c":12},{"t":0.85,"c":4}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,18,18],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520837,-1.8619791,0.9635417,-0.013020813,0.45,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "grom_def_atk2_end_brick":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.35,0.55,0.65],[0.35,0.55,0.65]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brick_02"},{"swf":"sc/effects_brawler.sc","name":"particle_brick_03"}]
+ },
+ "grom_def_atk2_end_brick_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.7,0.3,0.6],[0.7,0.3,0.6]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brick_02_red"},{"swf":"sc/effects_brawler.sc","name":"particle_brick_03_red"}]
+ },
+ "grom_def_atk2_reached_ball":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.33,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk2_reached"}]
+ },
+ "grom_def_atk2_reached_ball_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.33,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk2_reached_red"}]
+ },
+ "grom_def_atk2_reached_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.15,0.23],[0.2,0.15,0.23]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_crack"}]
+ },
+ "grom_def_atk2_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.06,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.09,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]
+ },
+ {"__class":"SpawnBurst"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.6,0,0.2,0.8,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2_anchor"}]
+ },
+ "grom_def_atk2_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.06,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.09,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]
+ },
+ {"__class":"SpawnBurst"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.6,0,0.2,0.8,[1,0.6,1],[1,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2_anchor"}]
+ },
+ "grom_def_atk2Env_brick":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.35,0.55,0.65],[0.35,0.55,0.65]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brick_02"},{"swf":"sc/effects_brawler.sc","name":"particle_brick_03"}]
+ },
+ "grom_def_atk2Env_brick_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.7,0.3,0.6],[0.7,0.3,0.6]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brick_02_red"},{"swf":"sc/effects_brawler.sc","name":"particle_brick_03_red"}]
+ },
+ "grom_def_atk2Env_chain":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.35,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_5"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_4"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_3"}]
+ },
+ "grom_def_atk2Env_chain_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.35,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_red_5"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_red_4"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_red_3"}]
+ },
+ "grom_def_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.26,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[0,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "grom_def_atk_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,0.4,0.6],[0.9,0.6,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "grom_def_atk_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,8],[4.5,4.5,8]]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.6,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "grom_def_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "grom_def_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "grom_def_atk_reached_chain":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.85,0,1,0.7,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.001,0.001],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "grom_def_atk_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "grom_def_ground_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type1"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type2"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type3"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type4"}]
+ },
+ "grom_def_ulti1_reached_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_def_ulti_cloud"}]
+ },
+ "grom_def_ulti1_reached_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_def_ulti_cloud_red"}]
+ },
+ "grom_def_ulti1_reached_spawn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.29,0.34],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk1_reached_ball"}]
+ },
+ "grom_def_ulti1_reached_spawn_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.34,0.34],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.65},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.41,0.46],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk1_reached_ball_red"}]
+ },
+ "grom_def_ulti1_trail_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":4},{"t":0.2,"c":4},{"t":0.85,"c":4}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520837,-1.8619791,0.9635417,-0.013020813,0.45,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "grom_def_ulti1_trail_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":4},{"t":0.2,"c":4},{"t":0.85,"c":4}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.1,-0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[14,14,14],[14,14,14]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520837,-1.8619791,0.9635417,-0.013020813,0.45,0.18],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "grom_def_ulti2_reached_ball":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.77,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_ulti2_reached"}]
+ },
+ "grom_def_ulti2_reached_ball_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.77,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_ulti2_reached_red"}]
+ },
+ "grom_def_ulti2_reached_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.15,0.23],[0.2,0.15,0.23]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_def_atk1_reached_crack"}]
+ },
+ "grom_def_ulti_chain":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.47,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,720,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_5"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_4"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_3"}]
+ },
+ "grom_def_ulti_chain_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.47,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,2,2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,720,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_red_5"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_red_4"},{"swf":"sc/effects_brawler.sc","name":"chain_broken_parts_red_3"}]
+ },
+ "grom_def_ulti_end_brick":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.9,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.35,0.55,0.65],[0.35,0.55,0.65]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brick_02"},{"swf":"sc/effects_brawler.sc","name":"particle_brick_03"}]
+ },
+ "grom_def_ulti_end_brick_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.9,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.7,0.3,0.6],[0.7,0.3,0.6]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_brick_02_red"},{"swf":"sc/effects_brawler.sc","name":"particle_brick_03_red"}]
+ },
+ "grom_def_ulti_trail_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type1"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type2"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type3"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type4"}]
+ },
+ "ground_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"ground_hit"}]
+ },
+ "ground_explosion_small_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"ground_hit"}]
+ },
+ "ground_explosion_small_50":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"ground_hit"}]
+ },
+ "ground_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,22.5,22.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.75,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_continuing":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.5,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,12,12],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,22.5,22.5]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208347,0.9375,0.15885419,0.75,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_lot_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,120,120],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_lot_230":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,120,120],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.9,6.9],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,13.8,13.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_lot_80":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,120,120],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.8,4.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,18,18]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7734375,-0.22916666,1,-0.21614581,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_some":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,110,110],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7734375,-0.22916666,1,-0.21614581,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "ground_fragments_some2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7734375,-0.22916666,1,-0.21614581,0.4,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[1,-0.002604157,0,1.0026042,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "Ground_glow_emitter":{
+ "enemyVersion":"Ground_glow_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,250,250],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4.5,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"buildup_ground"}]
+ },
+ "Ground_glow_emitter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,250,250],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.125,0.125]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4.5,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"red_buildup_ground"}]
+ },
+ "ground_splat_emitter":{
+ "enemyVersion":"ground_splat_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"splat_1"},{"swf":"sc/effects.sc","name":"splat_2"},{"swf":"sc/effects.sc","name":"splat_3"}]
+ },
+ "ground_splat_emitter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"splat_1_red"},{"swf":"sc/effects.sc","name":"splat_2_red"},{"swf":"sc/effects.sc","name":"splat_3_red"}]
+ },
+ "ground_splat_small":{
+ "enemyVersion":"ground_splat_small_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,8.5,8.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.875,-1.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.875,1.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.4,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"splat_3"}]
+ },
+ "ground_splat_small_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,8.5,8.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.875,-1.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.875,1.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.4,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"splat_3_red"}]
+ },
+ "gun_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.5,"y":0.5,"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-2,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"atk_spark_colored"}]
+ },
+ "gunSmoke_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_3"}]
+ },
+ "gunSmoke_reached_gold":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_gold_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_gold_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_gold_3"}]
+ },
+ "gunSmoke_reached_multi":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_3"}]
+ },
+ "gunSmoke_reached_multi_ulti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "gunSmoke_reached_multi_ulti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.48,0.48],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "gunSmoke_reached_onlySmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.49739584,0.5182292,0.8151042,0.65,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.38802084,0.044270843,0.3776042,0.8854167,[0.8,0.56,0.7],[0.65,0.52,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3"}]
+ },
+ "gus_002_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":[1,-0.018229157,1,0.041666687,1,1],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_002_atk_impact"}]
+ },
+ "gus_002_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":[1,-0.018229157,1,0.041666687,1,1],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_002_atk_impact_red"}]
+ },
+ "gus_002_atk_hit_pixelBig":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_13"}]
+ },
+ "gus_002_atk_hit_pixelBig_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_13"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10_brighter"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10"}]
+ },
+ "gus_002_atk_hit_pixelSmall":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_pixel_blink_1"},{"swf":"sc/effects_brawler.sc","name":"particle_pixel_blink_1"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_12"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_8"}]
+ },
+ "gus_002_atk_hit_pixelSmall_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_12"},{"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":"pixel_particle_10_brighter"}]
+ },
+ "gus_002_atk_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[[3,3,3],[3,3,3]]},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":100,"velocity":2.5,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08,1,-0.1,1,0.1,0.38],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_002_atk_pixel_01"},{"swf":"sc/effects_brawler.sc","name":"gus_002_atk_pixel_02"}]
+ },
+ "gus_002_atk_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[[3,3,3],[3,3,3]]},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":100,"velocity":2.5,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08,1,-0.1,1,0.1,0.38],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_002_atk_pixel_01_red"},{"swf":"sc/effects_brawler.sc","name":"gus_002_atk_pixel_02_red"}]
+ },
+ "gus_002_atk_trail_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_2"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_12"}]
+ },
+ "gus_002_atk_trail_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_10"},
+ {"swf":"sc/effects_brawler.sc","name":"pixel_particle_10_brighter"}
+ ]
+ },
+ "gus_002_lobby_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.5,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":0.0225,"z":-0.04},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.5833334,0.3619792,0.8776042,0.05,0.2],
+ "color":[1,1,1],
+ "alpha":[0.2,1],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_002_lobby_flash"}]
+ },
+ "gus_002_lobby_lose_angry_01":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.2,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry_mark"}]
+ },
+ "gus_002_lobby_lose_angry_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry_mark"}]
+ },
+ "gus_002_lobby_lose_impact_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.855,"c":1},{"t":1.1,"c":1},{"t":1.385,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ground_impact_gold_super_1"},{"swf":"sc/effects_brawler.sc","name":"ground_impact_gold_super_2"}]
+ },
+ "gus_002_lobby_lose_impact_02":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":2.4,"lifetime":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770834,0.8333334,0.3463542,1.3776042,0.1,0.3],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mode_valley_hit_impact"}]
+ },
+ "gus_002_lobby_lose_spark":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":2.4,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_hit_spark"}]
+ },
+ "gus_002_lobby_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":4,
+ "lifetime":1.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.1],
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.1,"spawnRate":2,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.3}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,0],"alpha":1,"alphaFadeout":0.05,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05"}]
+ },
+ "gus_002_lobby_upload":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.55,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.19,"color":[1,1,1],"alpha":1,"alphaFadeout":0.05,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_002_lobby_upload"}]
+ },
+ "gus_002_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.9,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "gus_002_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.9],[1,0.29,0.57]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "gus_def_atk_balloon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[[0,0,0],[2,2,2]]},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":100,"velocity":2.5,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08,1,-0.1,1,0.1,0.75],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "gus_def_atk_balloon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.08,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[[0,0,0],[2,2,2]]},
+ {"__class":"SpawnCone","direction":[1,0,1],"directionJitterAngle":100,"velocity":2.5,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08,1,-0.1,1,0.1,0.75],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "gus_def_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.95,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke"}]
+ },
+ "gus_def_atk_gunsmoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.95,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke_red"}]
+ },
+ "gus_def_atk_hit_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2,"maxSpeedXY":4,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.2,2],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,0.75],[0,0.1,0.6]],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "gus_def_atk_hit_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2,"maxSpeedXY":4,"minSpeedZ":-1,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.2,2],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0,0]],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "gus_def_atk_hit_ground_balloon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.075,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.25,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_ground_balloon"}]
+ },
+ "gus_def_atk_hit_ground_balloon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.075,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2.25,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_ground_balloon_red"}]
+ },
+ "gus_def_atk_hit_ground_face":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.075,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.033854157,1,0.026041687,0.7,0.1],
+ "color":[0.65,0.85,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_ground_face"}]
+ },
+ "gus_def_atk_hit_ground_face_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.075,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.033854157,1,0.026041687,0.7,0.1],
+ "color":[1,0.7,0.8],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_ground_face"}]
+ },
+ "gus_def_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_impact"}]
+ },
+ "gus_def_atk_hit_impact2":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_laserHit_blue_1"},{"swf":"sc/effects_brawler.sc","name":"particle_laserHit_blue_2"}]
+ },
+ "gus_def_atk_hit_impact2_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_laserHit_red_1"},{"swf":"sc/effects_brawler.sc","name":"particle_laserHit_red_2"}]
+ },
+ "gus_def_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_impact_red"}]
+ },
+ "gus_def_atk_hit_ribbon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-7],
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.020833343,0.7760417,0.18229169,0.2,0.05],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":45,
+ "angleJitter":360,
+ "rotationSpeed":[0.45833334,0.0052083433,0.18229169,0.9088542,200,40],
+ "rotationSpeedJitter":[0.5442709,0.09895834,0.3776042,0.8697917,200,40],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_balloon_ribbon_01"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_balloon_ribbon_02"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_balloon_ribbon_03"}]
+ },
+ "gus_def_atk_hit_ribbon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-7],
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.020833343,0.7760417,0.18229169,0.2,0.05],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":45,
+ "angleJitter":360,
+ "rotationSpeed":[0.45833334,0.0052083433,0.18229169,0.9088542,200,40],
+ "rotationSpeedJitter":[0.5442709,0.09895834,0.3776042,0.8697917,200,40],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_balloon_ribbon_01_red"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_balloon_ribbon_02_red"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_balloon_ribbon_03_red"}]
+ },
+ "gus_def_atk_reached_balloon":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_reached_balloon_01"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_reached_balloon_02"}]
+ },
+ "gus_def_atk_reached_balloon_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{"z":1},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_reached_balloon_01_red"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_reached_balloon_02_red"}]
+ },
+ "gus_def_atk_reached_rope":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.75,"mass":1,"spawnPointOffset":{"z":-1.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.6223959,0.036458343,0.8307292,0.13541669,0.25,0.05],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_reached_balloon_rope_01"},{"swf":"sc/effects_brawler.sc","name":"gus_def_atk_reached_balloon_rope_02"}]
+ },
+ "gus_def_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.8,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,1.5],
+ "scaleJitter":0.3,
+ "color":[[0,1,1],[0,0.25,1]],
+ "alpha":[0.24739584,0.8020834,0.125,0.9088542,0.15,0.5],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.85,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "gus_def_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.8,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,1.5],
+ "scaleJitter":0.3,
+ "color":[[1,0.45,0.8],[0.8,0.1,0.1]],
+ "alpha":[0.24739584,0.8020834,0.125,0.9088542,0.3,0.75],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.85,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "gus_def_gajet_explode_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"gale_004_atk_hit_ghost_1"},
+ {"swf":"sc/effects_brawler.sc","name":"gale_004_atk_hit_ghost_3"},
+ {"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"}
+ ]
+ },
+ "gus_def_gajet_explode_ghost_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"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_3"},
+ {"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"}
+ ]
+ },
+ "gus_def_spirit_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[[0,0.75,1],[0,0,1]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "gus_def_spirit_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.3,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[[1,0.375,0.375],[1,0,0]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "gus_def_spirit_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.3,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "gus_def_spirit_ghost_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.3,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"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_3"},
+ {"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"}
+ ]
+ },
+ "gus_def_spirit_loop_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.75},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,1.5],
+ "color":[0,0.3,0.8],
+ "alpha":[0.26302084,0.7083334,0.2760417,0.9791667,0,1],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gus_def_spirit_loop_circle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.75},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,1.5],
+ "color":[1,0.2,0.2],
+ "alpha":[0.26302084,0.7083334,0.2760417,0.9791667,0,1],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "gus_def_spirit_loop_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":5,"spawnRate":7.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":2,"velocityJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.42708337,0.09114587,0.7109375,0.23697925,1.2,2.25],
+ "scaleJitter":0.5,
+ "color":[[0.1,0.75,1],[0,0,1]],
+ "alpha":[0.5598959,0.13802084,0.7760417,0.3072917,0.2,0.7],
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "gus_def_spirit_loop_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":5,"spawnRate":7.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":2,"velocityJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.42708337,0.09114587,0.7109375,0.23697925,1.2,2.25],
+ "scaleJitter":0.5,
+ "color":[[1,0.375,0.375],[1,0,0]],
+ "alpha":[0.5598959,0.13802084,0.7760417,0.3072917,0.2,0.7],
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "gus_def_ulti_reached_footprint":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.075,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.033854157,1,0.026041687,1.25,0.4],
+ "color":[0.65,0.85,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_ulti_dog_footprints"}]
+ },
+ "gus_def_ulti_reached_footprint_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.075,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.033854157,1,0.026041687,1.25,0.4],
+ "color":[1,0.7,0.8],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_ulti_dog_footprints"}]
+ },
+ "gus_def_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.8,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2.5,2],
+ "scaleJitter":0.3,
+ "color":[[0.25,1,1],[0,0.25,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.15],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "gus_def_ulti_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.8,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2.5,2],
+ "scaleJitter":0.3,
+ "color":[[1,0.5,0.5],[1,0.125,0.125]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.15],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "gus_def_ulti_trail_footprint":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.7005209,0,0.8463542,0.2,1.25],
+ "scaleJitter":0.15,
+ "color":[[0,1,1],[0,0.75,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.23177087,0.7942709,0.3854167,0.8229167,360,10],
+ "rotationSpeedJitter":50,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_ulti_dog_footprints"}]
+ },
+ "gus_def_ulti_trail_footprint_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.7005209,0,0.8463542,0.2,1.25],
+ "scaleJitter":0.15,
+ "color":[[1,0.5,0.5],[1,0.375,0.375]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.23177087,0.7942709,0.3854167,0.8229167,360,10],
+ "rotationSpeedJitter":50,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gus_def_ulti_dog_footprints"}]
+ },
+ "gus_def_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.3,"lifetimeJitter":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":20}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":20,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "gus_def_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":10,"lifetime":0.3,"lifetimeJitter":0.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":20}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":20,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "Hammer_trail_dust_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust"},{"swf":"sc/effects.sc","name":"hit_dust_2"}]
+ },
+ "Hammer_trail_dust_75":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust"},{"swf":"sc/effects.sc","name":"hit_dust_2"}]
+ },
+ "Hammer_trail_particle_50":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":-0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.04,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,14.285714,14.285714],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"cracks_ground_02"},{"swf":"sc/effects.sc","name":"cracks_ground_01"}]
+ },
+ "Hammer_trail_particle_75":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":-0.75},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.04,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,14.285714,14.285714],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.7,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"cracks_ground_02"},{"swf":"sc/effects.sc","name":"cracks_ground_01"}]
+ },
+ "Hammer_trail_rocks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.55,
+ "lifetimeJitter":0.25,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":33.333332},
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":8.000001,
+ "minSpeedZ":9,
+ "maxSpeedZ":22.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[50,50,0],[50,50,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.875,-0.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,15.000001,15.000001],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.9,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,5.5,5.5],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.5000001,0.5000001],
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0.3333331,0.3333331,0.6666671,0.6666671,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0010001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333331,0.3333331,0.6666671,0.6666671,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "spawnMaxSize":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "minAngle":[0.3333331,0.3333331,0.6666671,0.6666671,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000001,
+ "scale":[0.3333331,0.3333331,0.6666671,0.6666671,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333331,0.3333331,0.6666671,0.6666671,[1.0000001,1.0000001,1.0000001],[1.0000001,1.0000001,1.0000001]],
+ "alpha":[0.3333331,0.3333331,0.6666671,0.6666671,1.0000001,1.0000001],
+ "angle":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "angleJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "rotationSpeed":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "rotationSpeedJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "tailLength":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "tailLengthJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":1.0000001,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"cracks_ground_01"},{"swf":"sc/effects.sc","name":"cracks_ground_02"}]
+ },
+ "Hammer_ulti_rocks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[15,15,0],[15,15,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-1.875,-1.875],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.875,1.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":2.55},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[30,30,0],[30,30,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-120,-120],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,300,300],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":35,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[5,5,5],[5,5,5]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-120,-120],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8.000001,8.000001],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,1.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,400,400],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,200,200],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_on_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,0.6,0.6],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.6000002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-0.75],[0,0,-0.75]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.375,
+ "durationJitter":0.1250004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,33.333332,33.333332],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.1666672,0.1666672]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,300,300],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_hay"},{"swf":"sc/effects.sc","name":"prt_hay_2"},{"swf":"sc/effects.sc","name":"prt_hay_3"}]
+ },
+ "heal_area_particles":{
+ "enemyVersion":"heal_area_particles_enemy",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.9,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.075},
+ "gravity":[0,0,4.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":50,"spawnRateJitter":0.25},
+ {"__class":"Deceleration"},
+ {"__class":"SpawnPlanar","spawnMinSize":1.25,"spawnMaxSize":3.375,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":1.2,"minSpeedZ":0.15,"maxSpeedZ":1.5},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.8],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"Heal_particle"}]
+ },
+ "heal_area_particles_enemy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.9,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.075},
+ "gravity":[0,0,4.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":50,"spawnRateJitter":0.25},
+ {"__class":"Deceleration"},
+ {"__class":"SpawnPlanar","spawnMinSize":1.25,"spawnMaxSize":3.375,"maxAngle":360,"minSpeedXY":0.4,"maxSpeedXY":1.2,"minSpeedZ":0.15,"maxSpeedZ":1.5},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.8],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"Heal_particle_red"}]
+ },
+ "heal_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.55,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"durationJitter":0.1,"spawnRate":5,"spawnRateJitter":0.5},
+ {"__class":"Deceleration","deceleration":[10,10,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.375,"spawnMaxSize":0.625,"maxAngle":360,"minSpeedXY":0.8,"maxSpeedXY":3.2,"maxSpeedZ":0.75,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[1,0.01],"color":[1,1,1],"alpha":1,"alphaFadeout":0.02,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects.sc","name":"Heal_particle"}]
+ },
+ "Health_collect_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":33,
+ "lifetime":0.375,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":50,"spawnRateJitter":0.25},
+ {"__class":"Deceleration"},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.125,"spawnMaxSize":0.125,"maxAngle":360,"maxSpeedXY":0.04,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.01],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"health_collect_particle1"}]
+ },
+ "health_fx_particles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"durationJitter":0.05,"spawnRate":30.30303,"spawnRateJitter":0.272727},
+ {"__class":"Deceleration","deceleration":[45,45,0]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":0.5,"minAngle":265,"maxAngle":265,"minSpeedXY":3.2,"maxSpeedXY":4.8,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{"globalScale":1,"scale":[0.3,0.01],"color":[1,1,1],"alpha":1,"alphaFadeout":0.1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_spark"}]
+ },
+ "hero_spawn_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"spawnshield_fx"}]
+ },
+ "Hit_dust_0":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2.1],[0,0,2.1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust_2"},{"swf":"sc/effects.sc","name":"hit_dust"}]
+ },
+ "Hit_dust_100":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2.1],[0,0,2.1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hit_dust_2"},{"swf":"sc/effects.sc","name":"hit_dust"}]
+ },
+ "Hit_dust_200":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,2.1],[0,0,2.1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5510,5510],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,6230,6230],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.075,0.075],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"Env_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"Env_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"Env_smoke_03"},{"swf":"sc/effects_brawler.sc","name":"Env_smoke_04"}]
+ },
+ "horse_hay":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":2,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-3],[0,0,-3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,-0.045,-0.045],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.045,0.045],
+ "randomAngle":true
+ },
+ {"__class":"CurlNoise","frequency":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],"strength":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_hay_horse"}]
+ },
+ "Hot_dust_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.1,0.33],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"hot_dust_particle"}]
+ },
+ "hub_fragile_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[50,50,0],[50,50,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,15.000001,15.000001],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333331,0.3333331,0.6666671,0.6666671,0.6500001,0.6500001],"friction":[0.3333331,0.3333331,0.6666671,0.6666671,0.3500001,0.3500001]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plank_yellow_01"},
+ {"swf":"sc/effects.sc","name":"plank_yellow_02"},
+ {"swf":"sc/effects.sc","name":"splinter_orange_01"},
+ {"swf":"sc/effects.sc","name":"splinter_orange_02"},
+ {"swf":"sc/effects.sc","name":"splinter_orange_03"}
+ ]
+ },
+ "hub_fragile_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.3333331,0.3333331,0.6666671,0.6666671,0.7500001,0.7500001],
+ "lifetimeJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0.2500001,0.2500001],
+ "mass":1.0000001,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.0010001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333331,0.3333331,0.6666671,0.6666671,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333331,0.3333331,0.6666671,0.6666671,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "minSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,9,9],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plank_yellow_01"},
+ {"swf":"sc/effects.sc","name":"plank_yellow_02"},
+ {"swf":"sc/effects.sc","name":"plank_yellow_03"},
+ {"swf":"sc/effects.sc","name":"splinter_orange_01"},
+ {"swf":"sc/effects.sc","name":"splinter_orange_02"},
+ {"swf":"sc/effects.sc","name":"splinter_orange_03"}
+ ]
+ },
+ "huge_explosion_streaks_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,80,80],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "invasion_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "color":[1,1,1],
+ "alpha":[1,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"invasion_get_light"}]
+ },
+ "invasion_wheel_fx":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":4.5,
+ "scale":[0.059895843,0.42708334,0.3463542,0.98697925,0.4,1],
+ "color":[0.2,0.6,1],
+ "alpha":[1,0],
+ "rotationSpeed":180,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"wheel"}]
+ },
+ "janet_002_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[[1,1,0],[1,0.07,0]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shockwave_ring"}]
+ },
+ "janet_002_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_hit"}]
+ },
+ "janet_002_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":3,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_reached"}]
+ },
+ "janet_002_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "emitterDelay":0.1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":17},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":5,
+ "color":[1,1,1],
+ "alpha":[0.6536459,0.052083343,0.9947917,0.4166667,1,0],
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail"}]
+ },
+ "janet_002_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1.7,0],[1,1.7,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.16927084,0.4166667,0.8229167,720,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingDot_rot"}]
+ },
+ "janet_002_atk_trail_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":100},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"minAngle":200,"maxAngle":160,"minSpeedXY":1.5,"maxSpeedXY":2.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[7,7,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.7057291,0.7994792,-0.4661458,0.25,0.15],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-360,
+ "angleJitter":360,
+ "rotationSpeed":[0.5208334,0.10677087,0.10416669,0.92447925,450,100],
+ "rotationSpeedJitter":200,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail_feather"}]
+ },
+ "janet_002_atk_trail_particles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.95,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.6588541,0.5026042,-0.2864583,0.7,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.37239584,0.24739584,0.3541667,0.9791667,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "janet_002_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":15,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":25},{"__class":"SpawnPlanar"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":4,
+ "color":[1,1,1],
+ "alpha":[0.6536459,0.052083343,0.9947917,0.4166667,1,0],
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail_red"}]
+ },
+ "janet_002_lobby_jump":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.5,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.03,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lobby_jump"}]
+ },
+ "janet_002_lobby_landing_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":1,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":15,"spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]},
+ {"__class":"Deceleration","deceleration":[0.47395837,0.27864584,0.7291667,0.5182292,[2,2,8],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.5,
+ "spawnMaxSize":0.5,
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":360,
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8723959,0.044270843,0.8541667,0.4166667,0.2,0.2],
+ "scaleJitter":0.1,
+ "color":[0.458333,0.028645486,0.8151045,0.526042,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail_feather_1"}]
+ },
+ "janet_002_lobby_landing_feather2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":1.9,
+ "lifetime":0.9,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":4,"maxSpeedZ":4,"randomAngle":true},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":18}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8723959,0.044270843,0.8541667,0.4166667,0.3,0.1],
+ "scaleJitter":0.1,
+ "color":[0.458333,0.028645486,0.8151045,0.526042,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail_feather_1"},{"swf":"sc/effects_brawler.sc","name":"edgar_005_atk_twinkle_02"}]
+ },
+ "janet_002_lobby_landing_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnRate","duration":1.2,"spawnRate":15,"spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]},
+ {"__class":"Deceleration","deceleration":[0.47395837,0.27864584,0.7291667,0.5182292,[2,2,8],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.5,
+ "spawnMaxSize":0.5,
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":360,
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8723959,0.044270843,0.8541667,0.4166667,0.2,0.05],
+ "scaleJitter":0.05,
+ "color":[0.458333,0.028645486,0.8151045,0.526042,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star"}]
+ },
+ "janet_002_lobby_landing_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.45833334,0.13020834,0,0.99479175,[0,0,15],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,17,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5,0,0.25,0.9,0.1,0.45],
+ "spawnMaxSize":[0.5,0,0.25,0.9,0.2,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.08333334,-0.010416657,0.002604187,0.99479175,[0,0,3],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.8],[1,1,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0.8,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_13"},{"swf":"sc/effects_brawler.sc","name":"gen_twinkling_S"}]
+ },
+ "janet_002_lobby_rocket_twinkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.2,"spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-1,"minSpeedZ":-1,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.036458343,0.7916667,0.4322917,0.3,0.1],
+ "scaleJitter":0.1,
+ "color":[1,-0.010416657,0,1.0026042,[1,1,0.4],[1,1,0]],
+ "alpha":[1,0.0052083433,0.8619792,0.2916667,1,0],
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lobby_star"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "janet_002_lose_landing_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":5.4,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.6,"z":0.2},
+ "gravity":[0.7864584,-0.018229157,0.7421875,0.4244792,[0,0,8],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":[0.13802084,0.6145834,0.3385417,0.97916675,20,30]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.05,"spawnMaxSize":0.05,"maxAngle":360,"minSpeedXY":-0.5,"maxSpeedXY":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.46614584,0.4635417,0.7369792,0.2,0.4],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":[1,-0.0026041567,0.9609375,0.4166667,1,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail_feather_1"}]
+ },
+ "janet_002_lose_landing_smoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":5.5,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,1],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":0.15},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"minAngle":90,"maxAngle":90}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[[0.55,0.45,0.28],[0.5,0.35,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "janet_002_ulti_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":180,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_ulti_cloud"}]
+ },
+ "janet_002_ulti_cloud2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.57,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":180,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_ulti_cloud2"}]
+ },
+ "janet_002_ulti_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,2],
+ "color":[1,1,0],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"explosion_ground"}]
+ },
+ "janet_002_ulti_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.0182291,1,0.002604187,0.2,0.1],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-240],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-320,-120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_trail_feather"}]
+ },
+ "janet_002_ulti_groundcrack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.79,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":3.7,
+ "color":[1,1,0],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_ulti_groundcrack"}]
+ },
+ "janet_002_ulti_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.34,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_atk_hit"}]
+ },
+ "janet_002_ulti_particles_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.7],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,0]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_1"},{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_2"},{"swf":"sc/effects_brawler.sc","name":"sparkle_yellow_3"}]
+ },
+ "janet_002_ulti_particles_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.8,1],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0],[1,0.2,0]],
+ "alpha":1,
+ "angleJitter":365,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_02_yellow"}]
+ },
+ "janet_002_ulti_particles_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.7,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.25,0.4],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0.5],
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_03_yellow"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_03_blue"}]
+ },
+ "janet_002_ulti_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.1},
+ "gravity":[0,0,10],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.19270837,0.6848959,0.21354169,0.9088542,80,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.4,-0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,90,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "janet_002_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]},
+ {"__class":"SpawnBurst","bursts":[{"c":1},{"t":0.1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.16927084,0.4166667,0.8229167,0,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_002_ulti_trail_feather"},{"swf":"sc/effects_brawler.sc","name":"janet_002_ulti_trail_feather2"}]
+ },
+ "janet_002_ulti_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.03,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.7],[1,1,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.02,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01"}]
+ },
+ "janet_003_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.05,"color":[1,1,1],"alpha":0.75,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_atk_hit_impact"}]
+ },
+ "janet_003_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.05,"color":[1,1,1],"alpha":0.75,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_atk_hit_impact_red"}]
+ },
+ "janet_003_atk_reached_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.265625,0,-0.25,0.9713542,0.8,1.35],
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "rotationSpeedJitter":20,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_atk_reached_star"}]
+ },
+ "janet_003_atk_reached_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.265625,0,-0.25,0.9713542,0.8,1.35],
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "rotationSpeedJitter":20,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_atk_reached_star_red"}]
+ },
+ "janet_003_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.6,0.4],
+ "scaleJitter":0.15,
+ "color":[[0.3,0.3,1],[0,0.6,0.9]],
+ "alpha":0.45,
+ "angleJitter":360,
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,45,15],
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "janet_003_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.6,0.4],
+ "scaleJitter":0.15,
+ "color":[[0.7,0.3,1],[1,0.1,0.3]],
+ "alpha":0.45,
+ "angleJitter":360,
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,45,15],
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "janet_003_atk_trail_flare":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":1,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[[0.6,0.3,1],[1,1,0]],
+ "alpha":0.35,
+ "alphaFadeout":0.15,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_circle"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "janet_003_atk_trail_flare_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":1,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[[0.6,0.3,1],[1,1,0]],
+ "alpha":0.35,
+ "alphaFadeout":0.15,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_circle"},{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "janet_003_atk_trail_triangle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":8},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":-5},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.4,0.020833343,0.3932292,1.0026042,0.2,0.3],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.6302084,0.013020843,0.3385417,0.9791667,360,40],
+ "rotationSpeedJitter":[0.6692709,0.013020843,0.2838542,0.9869792,100,40],
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_triangle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_triangle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"cosmetic_triangle_03"}
+ ]
+ },
+ "janet_003_atk_trail_triangle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":8},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":-5},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.4,0.020833343,0.3932292,1.0026042,0.2,0.3],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.6302084,0.013020843,0.3385417,0.9791667,360,40],
+ "rotationSpeedJitter":[0.6692709,0.013020843,0.2838542,0.9869792,100,40],
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_01_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_02_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"janet_003_atk_triangle_03_orange"}
+ ]
+ },
+ "janet_003_atk_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":-5},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_01"}]
+ },
+ "janet_003_atk_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":-5},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_04"}]
+ },
+ "janet_003_lobby_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":1.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,-2],
+ "components":[
+ {"__class":"SpawnRate","duration":4.3,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMinSize":0.75,"spawnMaxSize":1.25},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.15,
+ "color":[[0.7,0.6,1],[0,0.3,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":5,
+ "rotationSpeedJitter":5,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars"}]
+ },
+ "janet_003_lobby_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":4.6,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"y":0.1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.15,"spawnMaxSize":0.15}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_lobby_star"}]
+ },
+ "janet_003_lobby_lose_flash_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"x":2.55,"z":-0.2},
+ "components":[
+ {
+ "__class":"SpawnBurst",
+ "bursts":[{"t":0.3,"c":1},{"t":1.75,"c":1},{"t":2.15,"c":1},{"t":2.375,"c":1}]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.7317709,0.4010417,0.9322917,1,0.8],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-70,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_lobby_lose_flash"}]
+ },
+ "janet_003_lobby_lose_flash_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"x":2.35,"z":3},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.65,"c":1},{"t":2,"c":1},{"t":2.5,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.7317709,0.4010417,0.9322917,0.8,0.7],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-110,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_lobby_lose_flash"}]
+ },
+ "janet_003_lobby_lose_flash_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{"x":2.55,"z":1.25},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":1.25,"c":1},{"t":2.25,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.7317709,0.4010417,0.9322917,0.8,0.7],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_lobby_lose_flash"}]
+ },
+ "janet_003_lobby_lose_head_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {
+ "__class":"SpawnBurst",
+ "bursts":[
+ {"t":0.3,"c":1},
+ {"t":0.65,"c":1},
+ {"t":1.25,"c":1},
+ {"t":1.75,"c":1},
+ {"t":2,"c":1},
+ {"t":2.15,"c":1},
+ {"t":2.25,"c":1},
+ {"t":2.375,"c":1},
+ {"t":2.5,"c":1}
+ ]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.7317709,0.4010417,0.9322917,1.5,1.85],
+ "scaleJitter":0.2,
+ "color":[[1,0.75,0],[1,0.35,0]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "janet_003_lobby_note":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"y":-0.2,"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":2.75,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":180,"velocity":1.7},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5911459,0.06770834,0.8932292,0.08854169,0.2,0.05],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":45,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_1"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_2"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_3"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_4"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_5"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_6"}
+ ]
+ },
+ "janet_003_lobby_spot1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_lobby_spotlight_01"}]
+ },
+ "janet_003_lobby_spot2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":1.1,
+ "lifetime":3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_lobby_spotlight_02"}]
+ },
+ "janet_003_lobby_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.25,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":3},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMinSize":0.75,"spawnMaxSize":1.25},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":0.1,"velocityJitter":0.05}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2,0.25],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star"}]
+ },
+ "janet_003_lobby_trail_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":1,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":0.5,
+ "trailWidth":[0.1,0.01],
+ "trailImage":"sc3d/trail.png#premultiply",
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "janet_003_lobby_trail_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.1,
+ "lifetime":3.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":0.5,
+ "trailWidth":[0.1,0.01],
+ "trailImage":"sc3d/trail.png#premultiply",
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dummy"}]
+ },
+ "janet_003_ulti_explode_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":360},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,1.2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeed":40,
+ "rotationSpeedJitter":20,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_stars_small_3"}
+ ]
+ },
+ "janet_003_ulti_explode_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":360},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,1.2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeed":40,
+ "rotationSpeedJitter":20,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "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_1"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_stars_small_3"}
+ ]
+ },
+ "janet_003_ulti_explode_equalizer":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0.825],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_ulti_equalizer"}]
+ },
+ "janet_003_ulti_explode_equalizer_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8,0.825],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_ulti_equalizer_red"}]
+ },
+ "janet_003_ulti_explode_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.6,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_ulti_explode_flash"}]
+ },
+ "janet_003_ulti_explode_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.6,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_ulti_explode_flash_red"}]
+ },
+ "janet_003_ulti_explode_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.6,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "janet_003_ulti_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.4,0.3],
+ "scaleJitter":0.15,
+ "color":[[0.3,0.3,1],[0,0.6,0.9]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,45,15],
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "janet_003_ulti_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,-0.026041627,0.3307292,0.9791667,0.4,0.3],
+ "scaleJitter":0.15,
+ "color":[[0.7,0.3,1],[1,0.1,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5052084,0.09114584,0.6666667,0.7369792,45,15],
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowingdots"}]
+ },
+ "janet_003_ulti_trail_rocket_note":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":3},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5911459,0.06770834,0.8932292,0.08854169,0.45,0.1],
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_1"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_2"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_3"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_4"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_5"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_blue_6"}
+ ]
+ },
+ "janet_003_ulti_trail_rocket_note_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":3},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5911459,0.06770834,0.8932292,0.08854169,0.45,0.1],
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_red_1"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_red_2"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_red_3"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_red_4"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_red_5"},
+ {"swf":"sc/effects_brawler.sc","name":"note_hit_red_6"}
+ ]
+ },
+ "janet_003_ulti_trail_rocket_soundwave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":7}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.3,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_ulti_soundwave"}]
+ },
+ "janet_003_ulti_trail_rocket_soundwave_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":7}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.3,
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_003_ulti_soundwave_red"}]
+ },
+ "janet_003_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":-1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_01"}]
+ },
+ "janet_003_ulti_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":-1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_04"}]
+ },
+ "janet_def_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[[0.5,0,1],[0.2,0.5,1]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shockwave_ring"}]
+ },
+ "janet_def_atk_hit_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4},{"t":0.05,"c":4},{"t":0.1,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.2,0.6],
+ "spawnMaxSize":[0.2,0.6],
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1,
+ "maxSpeedXY":2,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.6,0.8],
+ "scaleJitter":0.2,
+ "color":[[0,1,1],[0.1,0,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_3"}]
+ },
+ "janet_def_atk_hit_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4},{"t":0.05,"c":4},{"t":0.1,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.2,0.6],
+ "spawnMaxSize":[0.2,0.6],
+ "minAngle":-360,
+ "maxAngle":360,
+ "minSpeedXY":1,
+ "maxSpeedXY":2,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.6,0.8],
+ "scaleJitter":0.2,
+ "color":[[1,0,0.2],[1,1,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_3"}]
+ },
+ "janet_def_atk_hit_wave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,0.75,0.1,0.7,1,1.8],
+ "scaleJitter":0.6,
+ "color":[0.39583337,0.059895843,0.24479169,0.8697917,[0.2,0.6,1],[0.2,0.4,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":80,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sandStorm_small"}]
+ },
+ "janet_def_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.2,
+ "color":[[0.5,0,1],[1,0.5,1]],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shockwave_ring"}]
+ },
+ "janet_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":15,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":25},{"__class":"SpawnPlanar"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":4,
+ "color":[1,1,1],
+ "alpha":[0.6536459,0.052083343,0.9947917,0.4166667,1,0],
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jetgirl_def_normal_trail3"},{"swf":"sc/effects_brawler.sc","name":"jetgirl_def_normal_trail2"},{"swf":"sc/effects_brawler.sc","name":"jetgirl_def_normal_trail"}]
+ },
+ "janet_def_atk_trail_notes_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.45,
+ "lifetimeJitter":0.24,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.45,"spawnRate":10,"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnPlanar","spawnMaxSize":-0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.2,1]],
+ "alpha":[0.09895834,0.46614584,0.17447919,1.0729167,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "janet_def_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.2,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":25},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":4,
+ "color":[1,1,1],
+ "alpha":[0.5911459,0.013020843,1,0.4791667,1,0],
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jetgirl_def_normal_trail_red"},{"swf":"sc/effects_brawler.sc","name":"jetgirl_def_normal_trail2_red"},{"swf":"sc/effects_brawler.sc","name":"jetgirl_def_normal_trail3"}]
+ },
+ "janet_def_atkEnd_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.22395834,0.5208334,0.3697917,0.9088542,0.3,1.5],
+ "spawnMaxSize":[0.28645834,0.6145834,0.4010417,0.8854167,0.3,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"}]
+ },
+ "janet_def_atkEnd_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.22395834,0.5208334,0.3697917,0.9088542,0.3,0.7],
+ "spawnMaxSize":[0.28645834,0.6145834,0.4010417,0.8854167,0.3,0.7]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "janet_def_gadget_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.8,4.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,6,6]
+ },
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":15,"maxSpeedXY":20,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[30,30,30]},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[
+ {"t":0.01,"c":20},
+ {"t":1,"c":20},
+ {"t":2,"c":20},
+ {"t":3,"c":20},
+ {"t":4,"c":20},
+ {"t":5,"c":20},
+ {"t":6,"c":20},
+ {"t":7,"c":20},
+ {"t":8,"c":20},
+ {"t":9,"c":20},
+ {"t":10,"c":20},
+ {"t":11,"c":20},
+ {"t":12,"c":20},
+ {"t":13,"c":20},
+ {"t":14,"c":20},
+ {"t":15,"c":20},
+ {"t":16,"c":20},
+ {"t":17,"c":20},
+ {"t":18,"c":20},
+ {"t":19,"c":20}
+ ]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.1,1,0.1,1,0,0.9],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_2"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_3"}]
+ },
+ "janet_def_gadget_sound":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":20,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":8,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":180,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sound_circle"}]
+ },
+ "janet_def_lobby_jump":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.1,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lobby_jump"}]
+ },
+ "janet_def_lobby_landing_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnRate","duration":1.2,"spawnRate":15,"spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]},
+ {"__class":"Deceleration","deceleration":[0.47395837,0.27864584,0.7291667,0.5182292,[2,2,8],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.5,
+ "spawnMaxSize":0.5,
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":360,
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,3],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8723959,0.044270843,0.8541667,0.4166667,0.13,0.05],
+ "scaleJitter":0.05,
+ "color":[0.458333,0.028645486,0.8151045,0.526042,[0,1,1],[0,0.5,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_ulti_receive_star"}]
+ },
+ "janet_def_lobby_landing_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.45833334,0.13020834,0,0.99479175,[0,0,15],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,17,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5,0,0.25,0.9,0.1,0.45],
+ "spawnMaxSize":[0.5,0,0.25,0.9,0.2,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.08333334,-0.010416657,0.002604187,0.99479175,[0,0,3],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.8],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0.8,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "janet_def_lobby_rocket_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.15,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":30},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.15,"spawnMaxSize":0.15,"maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.036458343,0.7916667,0.4322917,0.6,0.2],
+ "scaleJitter":0.1,
+ "color":[1,-0.010416657,0,1.0026042,[0.5,1,0.5],[1,0.55,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_03"}]
+ },
+ "janet_def_lobby_rocket_twinkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.2,"spawnMaxSize":0.2,"maxAngle":360,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5520834,0.036458343,0.7916667,0.4322917,0.3,0.1],
+ "scaleJitter":0.1,
+ "color":[1,-0.010416657,0,1.0026042,[0.4,0.8,1],[0.9,0.5,1]],
+ "alpha":[1,0.0052083433,0.8619792,0.2916667,1,0],
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lobby_star"}]
+ },
+ "janet_def_lose_landing_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.6,"z":0.2},
+ "gravity":[0.7864584,-0.018229157,0.7421875,0.4244792,[0,0,8],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":[0.13802084,0.6145834,0.3385417,0.97916675,20,30]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.05,"spawnMaxSize":0.05,"maxAngle":360,"minSpeedXY":-0.5,"maxSpeedXY":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.46614584,0.4635417,0.7369792,0.4,0.7],
+ "scaleJitter":0.1,
+ "color":[[0.8,0.7,0.5],[0.5,0.3,0.2]],
+ "alpha":[1,-0.0026041567,0.9609375,0.4166667,1,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "janet_def_lose_landing_smoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,1],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":0.15},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.1,"minAngle":90,"maxAngle":90}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[[0.55,0.45,0.28],[0.5,0.35,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "janet_def_lose_rocket_fire_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.5,
+ "lifetimeJitter":0.015,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "components":[
+ {"__class":"SpawnRate","duration":2.3,"spawnRate":[0.03125,0.24739584,0.3151042,1.0026042,20,50]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.05,"spawnMaxSize":0.05,"maxAngle":360,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.1,
+ "color":[0.5703125,-0.057291627,0.3307292,0.97916675,[1,0.3,0],[0,0,0]],
+ "alpha":[0.44270837,-0.010416657,0.7526042,0.4947917,0.9,0],
+ "angleJitter":360,
+ "tailLength":0.01,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lose_rocket_smoke"}]
+ },
+ "janet_def_lose_rocket_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.7864584,-0.018229157,0.7421875,0.4244792,[0,0,-8],[0,0,0]],
+ "components":[
+ {"__class":"SpawnRate","duration":2.2,"spawnRate":[0.13802084,0.6145834,0.3385417,0.97916675,25,30]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.05,"spawnMaxSize":0.05,"maxAngle":360,"minSpeedXY":-0.5,"maxSpeedXY":0.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.46614584,0.4635417,0.7369792,0.4,0.65],
+ "scaleJitter":0.15,
+ "color":[[0.7,0.7,0.7],[0.25,0.2,0.2]],
+ "alpha":[1,-0.0026041567,0.9609375,0.4166667,1,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"janet_def_lobby_rocket_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"janet_def_lobby_rocket_smoke_02"}]
+ },
+ "janet_def_lose_rocket_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.25,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,1],[0.5,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2.4,
+ "spawnRate":[0.44270834,0.09895834,0.2604167,0.9713542,30,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[3,3,3]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-1,"maxSpeedXY":1,"minSpeedZ":-0.5,"maxSpeedZ":-5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,15,15],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "janet_def_ulti_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":0.4,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.4,0.8,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":180,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_white"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_white_02"}]
+ },
+ "janet_def_ulti_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":0.4,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[1,0.3,0.5],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":180,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_white"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_white_02"}]
+ },
+ "janet_def_ulti_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"Ground"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,3.3],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"explosion_ground"}]
+ },
+ "janet_def_ulti_explosion_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.9,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[1,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_start_01"},{"swf":"sc/effects_brawler.sc","name":"firework_start_02"},{"swf":"sc/effects_brawler.sc","name":"firework_start_03"}]
+ },
+ "janet_def_ulti_explosion_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.9,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.15,
+ "scale":[1,1.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_start_01_red"},{"swf":"sc/effects_brawler.sc","name":"firework_start_02_red"},{"swf":"sc/effects_brawler.sc","name":"firework_start_03_red"}]
+ },
+ "janet_def_ulti_explosion_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":4},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5130209,0.18229169,1.0338542,0,1.5],
+ "color":[[1,0.9,0.2],[1,0.9,1]],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_particle_01"}]
+ },
+ "janet_def_ulti_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.2],[1,0.5,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_particle_01"}]
+ },
+ "janet_def_ulti_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.17,
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,1.0364584,0,0.99479175,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_002_ulti_ground"}]
+ },
+ "janet_def_ulti_particles_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.9,0.7],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_01_purple"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_01_blue"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_01_yellow"}]
+ },
+ "janet_def_ulti_particles_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.9,0.7],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_01_purple"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_01_yellow"}]
+ },
+ "janet_def_ulti_particles_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.8,1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_02_purple"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_02_blue"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_02_yellow"}]
+ },
+ "janet_def_ulti_particles_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.8,1],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_02_yellow"}]
+ },
+ "janet_def_ulti_particles_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.5,0.7],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_03_purple"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_03_blue"},{"swf":"sc/effects_brawler.sc","name":"firework_parts_03_yellow"}]
+ },
+ "janet_def_ulti_particles_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.5,0.7],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_parts_03_yellow"}]
+ },
+ "janet_def_ulti_trail_pre":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":100,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailEnabled":true,
+ "trailDuration":2,
+ "trailWidth":0.5,
+ "trailHeadOrTails":true,
+ "trailImage":"sc3d/trail.png#premultiply",
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"trail_blank"}]
+ },
+ "janet_height_pillar":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.3,
+ "lifetime":5.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":[0,0.6145834,0.4869792,0.9947917,0,1],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"light_pillar"}]
+ },
+ "jessie_002_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.40364584,0.09114584,0.3932292,0.8072917,[0.4,0.9,1],[0.3,0.65,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_1"},{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_2"}]
+ },
+ "jessie_002_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.36,0.36],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.82,0.84],[1,0.7,0.72]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_1"},{"swf":"sc/effects_brawler.sc","name":"water_splash_seq_2"}]
+ },
+ "jessie_002_lobby_lose_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3,
+ "lifetime":0.85,
+ "mass":1,
+ "spawnPointOffset":{"y":2,"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.8,"spawnRate":12}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.08,
+ "scaleJitter":0.01,
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_lobby_lose_bubbles_01"}]
+ },
+ "jessie_002_lobby_lose_bubble_loop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.83,
+ "lifetime":1.15,
+ "lifetimeJitter":0.001,
+ "mass":1,
+ "spawnPointOffset":{"y":2,"z":0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":0.8,"spawnRate":12}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.09,
+ "scaleJitter":0.02,
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_lobby_lose_bubbles_01"},{"swf":"sc/effects_brawler.sc","name":"jessie_002_lobby_lose_bubbles_02"}]
+ },
+ "jessie_002_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.38,
+ "lifetime":0.3,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "components":[
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":5,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_def_atk_impact"}]
+ },
+ "jessie_002_lobby_lose_waterSplat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.4,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.2,"z":-0.7},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0.1,0.5,0.25],"directionJitterAngle":75,"velocity":5,"velocityJitter":3},
+ {"__class":"Deceleration","deceleration":[8,6,6]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.15,0.03],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "jessie_002_lobby_win_water":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":1.8,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.05,"z":-0.8},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30,"spawnRateJitter":1},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.2,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_lobby_win_water"}]
+ },
+ "jessie_002_lobby_win_water_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":2.55,
+ "lifetime":[0.3,0.8],
+ "lifetimeJitter":[0,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0,0,-5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":40,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.35,
+ "spawnMaxSize":0.35,
+ "minAngle":-40,
+ "maxAngle":40,
+ "minSpeedXY":0.4,
+ "maxSpeedXY":0.6,
+ "minSpeedZ":0.4,
+ "maxSpeedZ":1.5
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5234375,-1.0026041,1,0.2838542,0.1,0.02],
+ "scaleJitter":[0.9609375,0.036458343,1,0.13541669,0.03,0],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "jessie_002_turret_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.044270843,-2.2447915,1,-1.3489583,0.13,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1_static"}]
+ },
+ "jessie_002_turret_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.044270843,-2.2447915,1,-1.3489583,0.13,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2_static"}]
+ },
+ "jessie_002_waterSplat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":110,"velocity":6.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":0.08,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "jessie_002_waterSplat_big":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":500},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.3,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":120,"velocity":8,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "jessie_002_waterSplat_big_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,-0.30729166,0.9947917,0.20572919,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "jessie_002_waterSplat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,400,400],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "jessie_002_waterSplat_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "jessie_002_waterSplat_small_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "jessie_002_waterSplat_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "jessie_002_waterSplat_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,110,110],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "jessie_002_waterStain":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.8802084,0.010416687,0.9947917,0.9,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain"}]
+ },
+ "jessie_002_waterStain_circles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":6}]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.5755209,0.09895834,0.5182292,0.7369792,5,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_circle"}]
+ },
+ "jessie_002_waterStain_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.5755209,0.09895834,0.5182292,0.7369792,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_waterStain_circle"}]
+ },
+ "jessie_003_atk_end_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_003_atk_end_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "rotationSpeedJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_003_atk_hit"}]
+ },
+ "jessie_003_atk_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "rotationSpeedJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_003_atk_hit_cloud"}]
+ },
+ "jessie_003_atk_hit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "rotationSpeedJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_003_atk_hit_cloud_red"}]
+ },
+ "jessie_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "rotationSpeedJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_003_atk_hit_red"}]
+ },
+ "jessie_003_atk_hit_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":200},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":50,"velocity":2.5,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":90,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "jessie_003_atk_hit_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":200},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":50,"velocity":2.5,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":90,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "jessie_004_atk_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.18489584,0.5286459,0.4322917,0.8619792,0.95,0.95],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_type1"},{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_type2"},{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_type3"},{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_type4"}]
+ },
+ "jessie_004_atk_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.85],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0.18489584,0.5286459,0.4322917,0.8619792,0.95,0.95],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_red_type1"},{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_red_type2"},{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_red_type3"},{"swf":"sc/effects_brawler.sc","name":"death_smoke_jessie004_red_type4"}]
+ },
+ "jessie_004_atk_end_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_004_atk_end_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,180,180],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "rotationSpeedJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_004_atk_hit"}]
+ },
+ "jessie_004_atk_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.8,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "rotationSpeedJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_004_atk_hit_cloud"}]
+ },
+ "jessie_004_atk_hit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_004_atk_hit_cloud_red"}]
+ },
+ "jessie_004_atk_hit_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":200},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":50,"velocity":2.5,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":90,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "jessie_004_atk_hit_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":200},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":50,"velocity":2.5,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.3,
+ "scaleJitter":0.4,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":90,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "jessie_004_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_004_atk_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_005_atk_acornInner":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_005_atk_end"}]
+ },
+ "jessie_005_atk_acronInner_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_005_atk_end_red"}]
+ },
+ "jessie_005_atk_end_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,350,350],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.7,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0.2,0.9,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag1"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag2"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag3"}]
+ },
+ "jessie_005_atk_end_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,350,350],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.9,0,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0.2,0.9,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag3_red"}]
+ },
+ "jessie_005_atk_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0.2,0.9,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag1"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag2"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag3"}]
+ },
+ "jessie_005_atk_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.6,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0.2,0.9,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag3_red"}]
+ },
+ "jessie_005_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_blue"}]
+ },
+ "jessie_005_atk_hit_geo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":200},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.3,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"minSpeedZ":2,"maxSpeedZ":5,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.8,0],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":180,
+ "rotationSpeedJitter":480,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "jessie_005_atk_hit_geo_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":200},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.3,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"minSpeedZ":2,"maxSpeedZ":5,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.8,0],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":180,
+ "rotationSpeedJitter":480,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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_tri_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_tri_gold"}
+ ]
+ },
+ "jessie_005_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.12,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_red"}]
+ },
+ "jessie_005_atk_leaves":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-1.7291666,0.90625,-0.63020825,0.45,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"}]
+ },
+ "jessie_005_atk_leaves_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-1.7291666,0.90625,-0.63020825,0.45,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"}]
+ },
+ "jessie_005_atk_turret_acorns":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,-0.010416657,0,0.9947917,2400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn"}]
+ },
+ "jessie_005_lobby_lose_tears":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.5,
+ "lifetime":20,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.83},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.01,"spawnRate":15},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.1,"minAngle":-10,"maxAngle":10}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_005_lobby_lose_tears"}]
+ },
+ "jessie_005_lobby_win_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.02,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnBurst","bursts":[{"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":70,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_005_lobby_win_impact"}]
+ },
+ "jessie_005_lobby_win_leaves":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.4,"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.5,
+ "spawnMaxSize":0.5,
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":-1,
+ "maxSpeedXY":-4,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-1.7291666,0.90625,-0.63020825,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"}]
+ },
+ "jessie_005_lobby_win_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.04,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.05,"z":-0.5},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8802084,0.020833343,1,0.4322917,0.5,0.45],
+ "color":[1,0.9,0.8],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_005_lobby_win_smoke"}]
+ },
+ "jessie_005_turret_atk_leaves":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.059895843,-1.2213541,0.9322917,-0.20052081,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"}]
+ },
+ "jessie_005_turret_atk_leaves_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.059895843,-1.2213541,0.9322917,-0.20052081,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_red"}]
+ },
+ "jessie_005_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.01,-1.01],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.01,1.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,0.2],[0.4,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_006_atk_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.7161459,0.2682292,0.9557292,1.2,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_long_purple_1"}
+ ]
+ },
+ "jessie_006_atk_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.7161459,0.2682292,0.9557292,1.2,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_006_atk_elec_trail_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.2,0,0],[-0.2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0,0],[0.1,0,0]]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_elec_trail_01"},{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_elec_trail_02"},{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_elec_trail_03"}]
+ },
+ "jessie_006_atk_elec_trail_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.2,0,0],[-0.2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0,0],[0.1,0,0]]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_elec_trail_01_red"},{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_elec_trail_02_red"},{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_elec_trail_03_red"}]
+ },
+ "jessie_006_atk_end_core":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-32],[0,0,-32]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_end_core"}]
+ },
+ "jessie_006_atk_end_core_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-32],[0,0,-32]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_006_atk_end_core_red"}]
+ },
+ "jessie_006_atk_end_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.7161459,0.2682292,0.9557292,0.6,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_long_purple_1"}
+ ]
+ },
+ "jessie_006_atk_end_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":2,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.8]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.7161459,0.2682292,0.9557292,0.6,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_006_atk_end_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,6],[10,10,6]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.4088542,0.8697917,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.5,0.6,1],[0.45,0.3,0.8]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "jessie_006_atk_end_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,6],[10,10,6]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.4088542,0.8697917,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.5,0.6],[1,0.3,0.5]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "jessie_006_atk_ring_trail_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-2,0,0],[-2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,0],[0.5,0,0]]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1875,0.6145834,0.453125,0.86197925,0.55,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.48177084,0.044270843,0.24479169,0.8072917,[0.6,0.7,1],[0.65,0.3,1]],
+ "alpha":[0.17708334,0.8489584,0.11979169,0.9947917,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.25,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_2"},{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_3"},{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_4"},{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_1"}]
+ },
+ "jessie_006_atk_ring_trail_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[-2,0,0],[-2,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,0],[0.5,0,0]]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1875,0.6145834,0.453125,0.86197925,0.55,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.48177084,0.044270843,0.24479169,0.8072917,[1,0.6,0.7],[1,0.3,0.45]],
+ "alpha":[0.17708334,0.8489584,0.11979169,0.9947917,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.25,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_2"},{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_3"},{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_4"},{"swf":"sc/effects_brawler.sc","name":"particle_ring_swirl_1"}]
+ },
+ "jessie_006_atkEnv_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,6],[10,10,6]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.4088542,0.8697917,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.5,0.6,1],[0.45,0.3,0.8]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "jessie_006_atkEnv_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,6],[10,10,6]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.4088542,0.8697917,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.5,0.6],[1,0.3,0.5]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "jessie_def_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.5651042,0.99479175,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_def_atk_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.5651042,0.99479175,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_def_spawnCloud_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_blue_01"},{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_blue_02"},{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_blue_03"}]
+ },
+ "jessie_def_spawnCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_red_01"},{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_red_02"},{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_red_03"}]
+ },
+ "jessie_def_spawnCloudGround_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_ground_blue_01"},{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_ground_blue_02"}]
+ },
+ "jessie_def_spawnCloudGround_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_ground_red_01"},{"swf":"sc/effects_brawler.sc","name":"cloudSpawn_ground_red_02"}]
+ },
+ "jessie_def_ulti_trail_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.020833373,0.9401042,0.5182292,1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "jessie_def_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,18,18],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.020833373,0.9401042,0.5182292,1,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,480,480],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_tri_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_tri_gold"}
+ ]
+ },
+ "jessie_elecBall_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_elecBall_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "jessie_elecBall_trail_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecSpark_trail_blue_1"},{"swf":"sc/effects_brawler.sc","name":"elecSpark_trail_blue_2"}]
+ },
+ "jessie_elecBall_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.33,0.33],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecSpark_trail_red_1"},{"swf":"sc/effects_brawler.sc","name":"elecSpark_trail_red_2"}]
+ },
+ "laser_muzzle_emitter":{
+ "enemyVersion":"laser_muzzle_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.1250004},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1666674,0.1666674]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minAngle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxAngle":[0.3333334,0.3333334,0.6666674,0.6666674,5.0000005,5.0000005],
+ "minSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000004,
+ "scale":[0.3333334,0.3333334,0.6666674,0.6666674,0.1000004,2.0000005],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333334,0.3333334,0.6666674,0.6666674,[1.0000004,1.0000004,1.0000004],[1.0000004,1.0000004,1.0000004]],
+ "alpha":[0.3333334,0.3333334,0.6666674,0.6666674,1.0000004,1.0000004],
+ "angle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "angleJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeed":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeedJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "tailLengthJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "alphaFadeout":0.1000004,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_muzzleline_particle"}]
+ },
+ "laser_muzzle_emitter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,0.2500004,0.2500004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.0500004,0.0500004],
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":1.1250004},
+ "gravity":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1500004,
+ "durationJitter":0.0500004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,333.33334,333.33334],
+ "spawnRateJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.1666674,0.1666674]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333334,0.3333334,0.6666674,0.6666674,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "spawnMaxSize":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minAngle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxAngle":[0.3333334,0.3333334,0.6666674,0.6666674,5.0000005,5.0000005],
+ "minSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedXY":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000004,
+ "scale":[0.3333334,0.3333334,0.6666674,0.6666674,0.1000004,2.0000005],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333334,0.3333334,0.6666674,0.6666674,[1.0000004,1.0000004,1.0000004],[1.0000004,1.0000004,1.0000004]],
+ "alpha":[0.3333334,0.3333334,0.6666674,0.6666674,1.0000004,1.0000004],
+ "angle":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "angleJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeed":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "rotationSpeedJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "tailLengthJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "alphaFadeout":0.1000004,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_muzzleline_particle_red"}]
+ },
+ "leaves_on_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,1.5000004,1.5000004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.5000004,0.5000004],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.6000002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-0.75],[0,0,-0.75]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6750004,
+ "durationJitter":0.1250004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,33.333332,33.333332],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.1666672,0.1666672]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.625,-0.625],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "leon_002_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.13,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.01},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.15,"minAngle":-5,"maxAngle":5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.056,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_1"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_2"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_3"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_4"}]
+ },
+ "leon_002_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bone_piece_1"},{"swf":"sc/effects_brawler.sc","name":"particle_bone_piece_2"},{"swf":"sc/effects_brawler.sc","name":"particle_bone_piece_3"}]
+ },
+ "leon_002_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bone_piece_4"},{"swf":"sc/effects_brawler.sc","name":"particle_bone_piece_5"},{"swf":"sc/effects_brawler.sc","name":"particle_bone_piece_6"}]
+ },
+ "leon_002_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.13,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"c":1}]},
+ {"__class":"SpawnRate","duration":0.01},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.15,"minAngle":-5,"maxAngle":5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.056,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_red_1"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_red_2"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_red_3"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_red_4"}]
+ },
+ "leon_002_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1],[1.5,1.5,1]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,0.9],[0,0.5,0.9]],
+ "alpha":[0,0.7942709,0.010416687,0.9869792,0.4,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583334,0.23177084,0.4322917,0.9166667,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "leon_002_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.32,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":16},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":0.5,"velocityJitter":0.2},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.05,
+ "color":[1,0.25,0.5],
+ "alpha":[0,0.7942709,0.010416687,0.9869792,0.4,0.8],
+ "angleJitter":30,
+ "rotationSpeedJitter":[0.39583334,0.23177084,0.4322917,0.9166667,120,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_paw"}]
+ },
+ "leon_003_atk_egg_pieces":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,8],[5,5,8]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,0.013020843,0.7838542,0.2916667,0.65,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7786459,0.020833343,0.5182292,0.7916667,1600,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_egg_p1"},{"swf":"sc/effects_brawler.sc","name":"particle_egg_p2"},{"swf":"sc/effects_brawler.sc","name":"particle_egg_p3"}]
+ },
+ "leon_003_atk_egg_pieces_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":150,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":25,"velocity":8,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[5,5,8]},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,0.013020843,0.7838542,0.2916667,0.65,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.7786459,0.020833343,0.5182292,0.7916667,1600,240],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_egg_p4"},{"swf":"sc/effects_brawler.sc","name":"particle_egg_p5"},{"swf":"sc/effects_brawler.sc","name":"particle_egg_p6"}]
+ },
+ "leon_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_003_atk_hit"}]
+ },
+ "leon_003_atk_hit_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-6],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[0.941,0.941,0.882],
+ "alpha":1,
+ "angleJitter":20,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "leon_003_atk_hit_eggYellow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-4],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[1,0.866,0.231],
+ "alpha":1,
+ "angleJitter":20,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "leon_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_003_atk_hit_red"}]
+ },
+ "leon_003_atk_hitSplat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-24],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":80,"velocity":7,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[20,20,12]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-1.4088541,1,-0.6848958,0.22,0.1],
+ "scaleJitter":0.08,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_5"}]
+ },
+ "leon_003_atk_reached_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"egg_borken_1_anim"},{"swf":"sc/effects_brawler.sc","name":"egg_borken_2_anim"},{"swf":"sc/effects_brawler.sc","name":"egg_borken_3_anim"}]
+ },
+ "leon_003_atk_trail_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,-0.07291666,0.8463542,0.08854169,0.25,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "leon_003_atk_trail_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":7},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":1.5},
+ {"__class":"Deceleration","deceleration":[8,8,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,-0.07291666,0.8463542,0.08854169,0.25,0.05],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "leon_003_ulti_ball":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.5],[0.5,0.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_003_ulti"}]
+ },
+ "leon_003_ulti_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.2},
+ {"__class":"Deceleration","deceleration":[11,11,11]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":5,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-2.205729,0.7734375,-1.4192708,0.45,0.25],
+ "scaleJitter":0.25,
+ "color":[0.9,0.9,0.8],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "leon_003_ulti_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-12],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1000,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":120,"velocity":6,"velocityJitter":4},
+ {"__class":"Deceleration","deceleration":[15,15,11]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.796875,-0.002604127,0.84375,0.2838542,0.3,0.15],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "leon_003_ulti_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0,0,-12],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":1000,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.35},
+ {"__class":"SpawnCone","direction":[0,-1,0],"directionJitterAngle":120,"velocity":6,"velocityJitter":4},
+ {"__class":"Deceleration","deceleration":[15,15,11]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.796875,-0.002604127,0.84375,0.2838542,0.3,0.15],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "leon_003_ulti_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.2,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":[40,8]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.4,1.8],"spawnMaxSize":[0.4,1.8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.8541665,1,-1.9583333,0.24,0.12],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_line_star"}]
+ },
+ "leon_004_atkEnd_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.38802084,0.10677084,0.07291669,1.0026042,240,10],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_atk_hitEnv"}]
+ },
+ "leon_004_atkEnd_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.38802084,0.10677084,0.07291669,1.0026042,240,10],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_atk_hitEnv_red"}]
+ },
+ "leon_004_atkEnd_shark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-36],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":2},
+ {"__class":"Ground","bounciness":0.4,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.8,0,1,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.1,1,0,1.0104167,-240,10],
+ "angleJitter":30,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_1"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_2"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_3"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_4"}]
+ },
+ "leon_004_atkEnd_shark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-36],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":2},
+ {"__class":"Ground","bounciness":0.4,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.8,0,1,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.1,1,0,1.0104167,-240,10],
+ "angleJitter":30,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_1_red"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_2_red"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_3_red"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_4_red"}]
+ },
+ "leon_004_atkHit_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.38802084,0.10677084,0.07291669,1.0026042,240,10],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_atk_hit"}]
+ },
+ "leon_004_atkHit_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.38802084,0.10677084,0.07291669,1.0026042,240,10],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_atk_hit_red"}]
+ },
+ "leon_004_atkHit_shark_drop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":1.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-36],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":2},
+ {"__class":"Ground","bounciness":0.4,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.3,0.5,-0.4,1,1.2,0.8],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.1,1,0,1.0104167,-240,10],
+ "angleJitter":30,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_1"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_2"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_3"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_4"}]
+ },
+ "leon_004_atkHit_shark_drop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":1.5,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-36],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":2},
+ {"__class":"Ground","bounciness":0.4,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.3,0.5,-0.4,1,1.2,0.8],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.1,1,0,1.0104167,-240,10],
+ "angleJitter":30,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_1_red"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_2_red"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_3_red"},{"swf":"sc/effects_brawler.sc","name":"leon_004_atkEnd_4_red"}]
+ },
+ "leon_004_ulti_fish":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.32,"durationJitter":0.08,"spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"minSpeedZ":4,"maxSpeedZ":8,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0,1,-0.2,1,-640,360],
+ "angleJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fish_01"},{"swf":"sc/effects_brawler.sc","name":"particle_fish_02"}]
+ },
+ "leon_004_ulti_fish_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.32,"durationJitter":0.08,"spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"minSpeedZ":4,"maxSpeedZ":8,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0,1,-0.2,1,-640,360],
+ "angleJitter":30,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fish_01_red"},{"swf":"sc/effects_brawler.sc","name":"particle_fish_02_red"}]
+ },
+ "leon_004_ulti_splash":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.28,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.7005209,0.19791669,0.9869792,1.2,2.4],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_turret_attack"}]
+ },
+ "leon_004_ulti_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.28,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.7005209,0.19791669,0.9869792,1.2,2.4],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_turret_attack_red"}]
+ },
+ "leon_004_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":100,"spawnRateJitter":2},
+ {"__class":"SpawnLocation"},
+ {"__class":"Deceleration","deceleration":[10,10,11]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":150,"velocity":6,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":12,
+ "scaleJitter":6,
+ "color":[0.4,0.9,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "leon_004_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":100,"spawnRateJitter":2},
+ {"__class":"SpawnLocation"},
+ {"__class":"Deceleration","deceleration":[10,10,11]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":150,"velocity":6,"velocityJitter":3}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":12,
+ "scaleJitter":6,
+ "color":[1,0.7,0.8],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "leon_005_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_1"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_2"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_3"}]
+ },
+ "leon_005_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":35,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,1,0.23697919,0.8,0.1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_red_1"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_red_2"},{"swf":"sc/effects_brawler.sc","name":"boneAxe_particle_red_3"}]
+ },
+ "leon_005_atk_use":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.3,"spawnMaxSize":0.3,"minAngle":55,"maxAngle":125}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"scaleJitter":0.5,"alpha":1,"orientToDirection":true,"alphaFadeout":0.2,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_005_atk_useEffect"}]
+ },
+ "leon_006_atk_hit_lollipop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6,0,-0.1,1,1400,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"candy_type_1"},{"swf":"sc/effects_brawler.sc","name":"candy_type4"},{"swf":"sc/effects_brawler.sc","name":"candy_type3"},{"swf":"sc/effects_brawler.sc","name":"candy_type2"}]
+ },
+ "leon_006_atk_hit_lollipop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-28],[0,0,-28]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,0.3,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6,0,-0.1,1,1400,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"candy_type1_red"},{"swf":"sc/effects_brawler.sc","name":"candy_type4_red"},{"swf":"sc/effects_brawler.sc","name":"candy_type3_red"},{"swf":"sc/effects_brawler.sc","name":"candy_type2_red"}]
+ },
+ "leon_006_atk_reached_basket":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.83,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_atk_reached_basket2"}]
+ },
+ "leon_006_atk_reached_basket_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_atk_reached_basket2_red"}]
+ },
+ "leon_006_reached_cloud_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_atkEnd_cloud_blue1"},{"swf":"sc/effects_brawler.sc","name":"leon_006_atkEnd_cloud_blue2"},{"swf":"sc/effects_brawler.sc","name":"leon_006_atkEnd_cloud_blue3"}]
+ },
+ "leon_006_ulti_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.48,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114587,0.36458334,0.5416667,0.9869792,1.6,1.6],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-300,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_ulti_cloud_2"}]
+ },
+ "leon_006_ulti_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.48,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114587,0.36458334,0.5416667,0.9869792,1.6,1.6],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-300,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_ulti_cloud_2_red"}]
+ },
+ "leon_006_ulti_ghost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.8,
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "components":[
+ {"__class":"SpawnPlanar"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":15,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_ulti_ghost2"}]
+ },
+ "leon_006_ulti_ghost_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1.8,
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "components":[
+ {"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "color":[1,1,1],
+ "alpha":[1.2,0,0.5651042,0.58854175,1,0],
+ "angleJitter":30,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_006_ulti_ghost2_red"}]
+ },
+ "leon_006_ulti_hit_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":6,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.5,2],
+ "scaleJitter":0.6,
+ "color":[0.44270834,0.052083343,0,0.9479167,[0,1,1],[0.3,0.2,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "leon_006_ulti_hit_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":6.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.5,2],
+ "scaleJitter":0.6,
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.5,0.8],[0.9,0.1,0.7]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "leon_006_ulti_spawn_bat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,15],[30,30,15]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":5,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ },
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.005208343,0.9401042,0.19791675,0.3,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6380209,0.044270843,0.4479167,1.0026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "trailImage":"sc3d/diffuse_lightmap.png"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bat_type2"},{"swf":"sc/effects_brawler.sc","name":"bat_type3"}]
+ },
+ "leon_006_ulti_spawn_bat_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,15],[30,30,15]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":-2,
+ "maxSpeedXY":-5,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ },
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.005208343,0.9401042,0.19791675,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6380209,0.044270843,0.4479167,1.0026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "trailImage":"sc3d/diffuse_lightmap.png"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bat_type1"},{"swf":"sc/effects_brawler.sc","name":"bat_type4"}]
+ },
+ "leon_006_ulti_spawn_bat_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,15],[30,30,15]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":-2,
+ "maxSpeedXY":-5,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ },
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.005208343,0.9401042,0.19791675,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6380209,0.044270843,0.4479167,1.0026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "trailImage":"sc3d/diffuse_lightmap.png"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bat_typee1_red"},{"swf":"sc/effects_brawler.sc","name":"bat_type4_red"}]
+ },
+ "leon_006_ulti_spawn_bat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":150,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,15],[30,30,15]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":5,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ },
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.005208343,0.9401042,0.19791675,0.3,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6380209,0.044270843,0.4479167,1.0026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "trailImage":"sc3d/diffuse_lightmap.png"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bat_type2_red"},{"swf":"sc/effects_brawler.sc","name":"bat_type3_red"}]
+ },
+ "leon_def_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":0.15,
+ "lifetimeJitter":0.06,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":10},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.09895834,0.4401042,0.8619792,0.7,0.45],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":2000,
+ "rotationSpeedJitter":400,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "leon_def_ulti_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.47,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_candy1"},{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_candy2"}]
+ },
+ "leon_def_ulti_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.05,
+ "lifetime":1.2,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.47,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_candy1_red"},{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_candy2_red"}]
+ },
+ "leon_def_ulti_dust_emitter_big":{
+ "enemyVersion":"Death_Dust_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.3333334,0.3333334,0.6666674,0.6666674,0.4500004,0.4500004],
+ "lifetimeJitter":[0.3333334,0.3333334,0.6666674,0.6666674,0.2500004,0.2500004],
+ "mass":1,
+ "spawnPointOffset":{"z":0.975},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.3],[0,0,0.3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2500004,
+ "durationJitter":0.0500004,
+ "spawnRate":[0.3333334,0.3333334,0.6666674,0.6666674,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,12.000001,12.000001],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,40.000004,40.000004],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0.3000004,0.3000004],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,3.0000005,3.0000005],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333334,0.3333334,0.6666674,0.6666674,0.6500004,0.6500004],"friction":[0.3333334,0.3333334,0.6666674,0.6666674,0.3500004,0.3500004]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,0.7,0.4],[1,0.7,0.4]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_smoke_small_particle"},{"swf":"sc/effects.sc","name":"gen_smoke_small_particle_2"}]
+ },
+ "leon_def_ulti_lolipop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1.5,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_lolipop"}]
+ },
+ "leon_def_ulti_lolipop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1.3,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":1.5,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_lolipop_red"}]
+ },
+ "leon_def_ulti_pop_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0],[4,4,0]]},
+ {"__class":"SpawnBurst","bursts":[{"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,0.3,0.3],[0.15,0.1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_smoke_small_particle_1"},{"swf":"sc/effects_brawler.sc","name":"gen_smoke_small_particle_3"},{"swf":"sc/effects_brawler.sc","name":"gen_smoke_small_particle_4"}]
+ },
+ "leon_def_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":6,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.5,2],
+ "scaleJitter":0.6,
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.49,0.7,1],[0.27,0.3,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "leon_def_ulti_smoke_big":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_smoke"}]
+ },
+ "leon_def_ulti_smoke_big_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_def_ulti_smoke_red"}]
+ },
+ "leon_def_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,8],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":800,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":6,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,0.5,2],
+ "scaleJitter":0.6,
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.4,0.59],[1,0.27,0.4]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "leon_def_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,2.2],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.3,2.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.5,1],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "leon_def_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.05,0.2,0.12,1,0.1,2.2],
+ "spawnMaxSize":[0.05,0.2,0.11979169,1,0.3,2.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.79],[0.8,0.2,0.49]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lolla_002_atk_hexa":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-70,-70],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_lollaStars_01"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStars_02"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStars_03"}]
+ },
+ "lolla_002_atk_hexa_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-70,-70],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_red_01"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_red_02"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_red_03"}]
+ },
+ "lolla_002_atk_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.9,1],[0.4,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "lolla_002_atk_trail_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.8],[1,0.3,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "lolla_002_atk_trail_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_blink_01"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_blink_02"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_blink_03"}]
+ },
+ "lolla_002_atk_trail_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_blink_01"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_blink_04"},{"swf":"sc/effects_brawler.sc","name":"particle_lollaStar_blink_05"}]
+ },
+ "lolla_002_atkHit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.9114584,0.3776042,0.9869792,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_002_atkHit_SP"}]
+ },
+ "lolla_002_atkHit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.9114584,0.3776042,0.9869792,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_002_atkHit_SP_red"}]
+ },
+ "lolla_002_atkReached_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.9114584,0.3776042,0.9869792,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_002_atkHit"}]
+ },
+ "lolla_002_atkReached_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.9114584,0.3776042,0.9869792,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_002_atkHit_red"}]
+ },
+ "lolla_003_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.6,1.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_atk_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_atk_02"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_atk_03"}]
+ },
+ "lolla_003_atk_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,0.15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"durationJitter":0.05,"spawnRate":3,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "lolla_003_atk_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.28,
+ "lifetimeJitter":0.04,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.3}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.17708334,0.7161459,0.2682292,0.9557292,1.2,1.5],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "lolla_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_hit_01"}]
+ },
+ "lolla_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_hit_01_red"}]
+ },
+ "lolla_003_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.7,"scaleJitter":0.15,"color":[0.5,0.6,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_reached_01"}]
+ },
+ "lolla_003_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.4,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.7,"scaleJitter":0.15,"color":[1,0.6,0.9],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_reached_01_red"}]
+ },
+ "lolla_003_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnPlanar","minSpeedXY":0.1,"maxSpeedXY":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.6,1.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_atk_01_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_atk_02_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_atk_03_red"}]
+ },
+ "lolla_003_atk_trail_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":6},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":8,"velocity":-2,"velocityJitter":0.4},
+ {"__class":"Deceleration","deceleration":[3,4,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.15,
+ "color":[0.2,1,0.2],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_2"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_3"}]
+ },
+ "lolla_003_atk_trail_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":6},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.2},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":8,"velocity":-2,"velocityJitter":0.4},
+ {"__class":"Deceleration","deceleration":[3,4,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_5"},{"swf":"sc/effects_brawler.sc","name":"edgar_pixel_4"}]
+ },
+ "lolla_003_atk_trail_circles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.03,
+ "lifetime":0.38,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":12,"maxSpeedXY":22},
+ {"__class":"Deceleration","deceleration":[50,50,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,0.41145834,0.13541669,0.8932292,0.15,0.3],
+ "scaleJitter":0.1,
+ "color":[0.4,1,0.7],
+ "alpha":[1,0,-0.1,0.6,1,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_rotating"}]
+ },
+ "lolla_003_atk_trail_circles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.03,
+ "lifetime":0.38,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":12,"maxSpeedXY":22},
+ {"__class":"Deceleration","deceleration":[50,50,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5208334,0.41145834,0.13541669,0.8932292,0.15,0.3],
+ "scaleJitter":0.1,
+ "color":[1,0.7,0.7],
+ "alpha":[1,0,-0.1,0.6,1,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle_rotating"}]
+ },
+ "lolla_003_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.32,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":4},{"__class":"SpawnPlanar","spawnMaxSize":0.2,"minSpeedXY":0.08,"maxSpeedXY":0.1}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":5,
+ "scaleJitter":2,
+ "color":[0.3,0.941,0.6],
+ "alpha":1,
+ "angleJitter":[0,20],
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "lolla_003_atk_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.32,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":4},{"__class":"SpawnPlanar","spawnMaxSize":0.2,"minSpeedXY":0.08,"maxSpeedXY":0.1}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":5,
+ "scaleJitter":2,
+ "color":[1,0.9,0.2],
+ "alpha":1,
+ "angleJitter":[0,20],
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "lolla_003_trail_gas_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":0.3,
+ "color":[[0.2,1,0.6],[0.1,1,0.8]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "lolla_003_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":0.3,
+ "color":[[1,1,0],[1,1,0]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "lolla_003_ulti_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,-1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,1],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_03"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_04"}]
+ },
+ "lolla_003_ulti_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},
+ {"__class":"SpawnCone","direction":[0,0,-1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.5,1],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_01_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_02_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_03_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_003_ulti_ground_elec_04_red"}]
+ },
+ "lolla_004_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0,0.5,0,1,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_02"}]
+ },
+ "lolla_004_atk_hit_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":3},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.15,
+ "spawnMaxSize":0.15,
+ "maxAngle":180,
+ "minSpeedXY":1,
+ "maxSpeedXY":4,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_blue"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_green"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_purple"}]
+ },
+ "lolla_004_atk_hit_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":3},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.15,
+ "spawnMaxSize":0.15,
+ "maxAngle":180,
+ "minSpeedXY":1,
+ "maxSpeedXY":4,
+ "minSpeedZ":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_yellow"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_red"}]
+ },
+ "lolla_004_atk_hit_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":2},
+ {
+ "__class":"SpawnPlanar",
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,4],[7,7,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_green_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_green_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_green_03"}
+ ]
+ },
+ "lolla_004_atk_hit_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":2},
+ {
+ "__class":"SpawnPlanar",
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":1,
+ "minSpeedZ":-1,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,4],[7,7,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"},
+ {"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"}
+ ]
+ },
+ "lolla_004_atk_reached_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0,5,0],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":3},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.15,"spawnMaxSize":0.15,"minSpeedZ":1,"maxSpeedZ":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_blue"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_green"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_purple"}]
+ },
+ "lolla_004_atk_reached_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.15},
+ "gravity":[0,5,0],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20,"spawnRateJitter":3},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.15,"spawnMaxSize":0.15,"minSpeedZ":1,"maxSpeedZ":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_yellow"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_red"}]
+ },
+ "lolla_004_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1.5,
+ "scale":[0,0.5,0,1,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_01_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_02_red"}]
+ },
+ "lolla_004_atk_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.7,1],[1,0,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_spark"}]
+ },
+ "lolla_004_atk_sparks_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.001,-0.001],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0],[1,0,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.07552087,0.8489584,0.21354169,0.9088542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_spark"}]
+ },
+ "lolla_004_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":1.2,"spawnRate":8},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":0.3,
+ "color":[0.39583334,0.013020843,0,1.0260417,[0.4,1,1],[0.2,0.5,1]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "lolla_004_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "components":[
+ {"__class":"SpawnRate","duration":1.2,"spawnRate":8},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5833334,0.4713542,0.9869792,0.8,1.2],
+ "scaleJitter":0.3,
+ "color":[0.39583334,0.013020843,0,1.0260417,[1,1,0.4],[1,0.2,0.5]],
+ "alpha":[0,0.49739584,0.4791667,0.8463542,0,0.6],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "lolla_004_atk_trail_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":0.45,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":2,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.4,"friction":0.55},
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.08,0.02],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_green"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop"}]
+ },
+ "lolla_004_atk_trail_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.2,
+ "lifetime":0.45,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[-1,0,0.5],"directionJitterAngle":60,"velocity":2,"velocityJitter":1},
+ {"__class":"Ground","bounciness":0.4,"friction":0.55},
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.08,0.02],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_red"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "lolla_004_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"Deceleration","deceleration":[5,5,0]},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":1,"maxSpeedXY":3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1],
+ "scaleJitter":0.15,
+ "color":[0.2578125,-0.0026041567,0,1.0182292,[0.5,1,1],[0.5,0.4,1]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,0.5],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_003_ulti_dust_01"},{"swf":"sc/effects_brawler.sc","name":"gene_003_ulti_dust_02"}]
+ },
+ "lolla_004_atk_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"Deceleration","deceleration":[5,5,0]},
+ {"__class":"SpawnPlanar","minAngle":180,"maxAngle":180,"minSpeedXY":1,"maxSpeedXY":3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1],
+ "scaleJitter":0.15,
+ "color":[0.2578125,-0.0026041567,0,1.0182292,[1,1,0.5],[1,0.3,0.6]],
+ "alpha":[0,0.45052084,0.11197919,0.9947917,0,0.5],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_003_ulti_dust_01"},{"swf":"sc/effects_brawler.sc","name":"gene_003_ulti_dust_02"}]
+ },
+ "lolla_004_atk_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_green_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_green_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_green_03"},
+ {"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_violet_01"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_violet_02"},
+ {"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_violet_03"}
+ ]
+ },
+ "lolla_004_atk_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_violet_02"},{"swf":"sc/effects_brawler.sc","name":"fire_spark_trail_03"}]
+ },
+ "lolla_004_lobby_lose_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.25,"z":0.15},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.37,0.37],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,1,0.98],[0.4,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit"}]
+ },
+ "lolla_004_ulti_spawn_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0,0,5],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.3,
+ "minAngle":200,
+ "maxAngle":160,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[7,7,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.7057291,1,0.057291687,0.25,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-360,
+ "angleJitter":360,
+ "rotationSpeed":[0.5208334,0.10677087,0.10416669,0.92447925,450,250],
+ "rotationSpeedJitter":25,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_ulti_spawn_feather"}]
+ },
+ "lolla_004_ulti_spawn_feather_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.25,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.7},
+ "gravity":[0,0,5],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.1,
+ "spawnMaxSize":0.3,
+ "minAngle":200,
+ "maxAngle":160,
+ "minSpeedXY":2,
+ "maxSpeedXY":3,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[7,7,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.7057291,1,0.057291687,0.25,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-360,
+ "angleJitter":360,
+ "rotationSpeed":[0.5208334,0.10677087,0.10416669,0.92447925,450,250],
+ "rotationSpeedJitter":25,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_ulti_spawn_feather_red"}]
+ },
+ "lolla_004_ulti_spawn_fire_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.6223959,0.16666669,0.97135425,0.6,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.41145834,0.044270843,0.3151042,0.9479167,[0.2,0.4,1],[0.1,0.1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "lolla_004_ulti_spawn_fire_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.6223959,0.16666669,0.97135425,0.6,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.41145834,0.044270843,0.3151042,0.9479167,[1,0.2,0.4],[1,0.1,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,240,240],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "lolla_004_ulti_spawn_fire_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,8]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":120,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":[-0.4,-0.2],"spawnMaxSize":[0.4,0.2],"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0,9,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[0,-3.5,0],"velocityJitter":[0,-12,0]},
+ {"__class":"SpawnCone","direction":[0,0,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,0.013020843,0.7604167,0.99479175,1.5,0.6],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":-360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_blue"}]
+ },
+ "lolla_004_ulti_spawn_fire_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,8]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":120,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":[-0.4,-0.2],"spawnMaxSize":[0.4,0.2],"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0,9,0]},
+ {"__class":"SpawnVelocityComponent","velocity":[0,-3.5,0],"velocityJitter":[0,-12,0]},
+ {"__class":"SpawnCone","direction":[0,0,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.24739584,0.013020843,0.7604167,0.99479175,1.5,0.6],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":[0.2,1,0,1,0,1],
+ "angleJitter":-360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_004_atk_hit_fire_red"}]
+ },
+ "lolla_004_ulti_spawn_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lolla_004_ulti_spawn_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {"__class":"SpawnCone","direction":[0,1,0],"directionJitterAngle":45,"velocity":2},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":0.12,
+ "scale":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lolla_004_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_004_ulti_twinkles_up":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,8],[2,2,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_005_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnPlanar","maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.49739584,0.5182292,0.8151042,0.65,1.4],
+ "scaleJitter":[0.26302084,0.5520834,0.4479167,0.8229167,0.2,0.4],
+ "color":[0.390625,-0.010416657,0.3776042,0.8854167,[0.8,1,1],[0,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":-90,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3"}]
+ },
+ "lolla_005_atk_exp_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":-3,"minSpeedZ":3,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[0.37239587,0.013020843,0.9088542,0.8541667,[0.3,0.5,1],[0,0.2,0.6]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "lolla_005_atk_exp_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.4,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":-3,"minSpeedZ":3,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,0.8],
+ "scaleJitter":0.15,
+ "color":[0.37239587,0.013020843,0.9088542,0.8541667,[1,0.3,0.5],[0.6,0,0.2]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "lolla_005_atk_flowers":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":40,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":1,"minAngle":-10,"maxAngle":10,"minSpeedXY":-1,"maxSpeedXY":3.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3.5,3.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5052084,0.005208343,0.7291667,0.5182292,0.7,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_particle_flower"}]
+ },
+ "lolla_005_atk_flowers_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":40,"spawnRateJitter":2},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":1,"minAngle":-10,"maxAngle":10,"minSpeedXY":-1,"maxSpeedXY":3.5,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[3.5,3.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5052084,0.005208343,0.7291667,0.5182292,0.7,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_particle_flower_red"}]
+ },
+ "lolla_005_atk_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":3},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.48958334,0.18229169,0.8385417,0,3.2],
+ "scaleJitter":0.1,
+ "color":[0.27083334,0.8177084,0.21875,0.8385417,[1,1,1],[0,0.2,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "lolla_005_atk_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":3},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.48958334,0.18229169,0.8385417,0,3.2],
+ "scaleJitter":0.1,
+ "color":[0.27083334,0.8177084,0.21875,0.8385417,[1,1,1],[1,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "lolla_005_atk_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.7,"spawnMaxSize":1.8,"minAngle":35,"maxAngle":-35,"minSpeedXY":0.001,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_atk_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.7,"spawnMaxSize":1.8,"minAngle":35,"maxAngle":-35,"minSpeedXY":0.001,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.1,0.4],[0.5,0.1,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_atk_hit_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_hit"}]
+ },
+ "lolla_005_atk_hit_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_hit_red"}]
+ },
+ "lolla_005_atk_reached_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.85,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":-0.5,"spawnMaxSize":0.8},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.15,
+ "color":[0.5598959,0.0052083433,0.9401042,0.90885425,[0.3,0.5,1],[0,0.2,0.6]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_reached"}]
+ },
+ "lolla_005_atk_reached_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.85,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":-0.5,"spawnMaxSize":0.8},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.15,
+ "color":[0.5598959,0.0052083433,0.9401042,0.90885425,[1,0.3,0.5],[0.6,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_reached"}]
+ },
+ "lolla_005_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnPlanar","maxSpeedXY":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27083334,0.49739584,0.5182292,0.8151042,0.65,1.4],
+ "scaleJitter":[0.26302084,0.5520834,0.4479167,0.8229167,0.2,0.4],
+ "color":[0.390625,-0.010416657,0.3776042,0.8854167,[1,0.8,1],[1,0.2,0.55]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":-90,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3"}]
+ },
+ "lolla_005_atk_trail_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":0.8,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":8,"spawnRateJitter":0.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0,0.2,0.6]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_trail_ground_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_trail_ground_02"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_3"}]
+ },
+ "lolla_005_atk_trail_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":0.8,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[{"__class":"SpawnRate","duration":0.3,"spawnRate":8,"spawnRateJitter":0.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[0.6,0.1,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_trail_ground_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_trail_ground_02"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_3"}]
+ },
+ "lolla_005_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":75,"maxAngle":105},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1,2],
+ "scaleJitter":0.4,
+ "color":[[0.3,0.5,1],[0,0.2,0.5]],
+ "alpha":[0.2,0.6,0.1,1,0,0.3],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "lolla_005_atk_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":20},
+ {"__class":"SpawnPlanar","minAngle":75,"maxAngle":105},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,1,2],
+ "scaleJitter":0.4,
+ "color":[[1,0.3,0.5],[0.5,0,0.2]],
+ "alpha":[0.2,0.6,0.1,1,0,0.3],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "lolla_005_atk_tree":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.8,0.9],
+ "scaleJitter":[0,0.40364584,0.18229169,0.99479175,0.15,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.75,0.75,0.75]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":-60,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_02"}]
+ },
+ "lolla_005_atk_tree_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.8,0.9],
+ "scaleJitter":[0,0.40364584,0.18229169,0.99479175,0.15,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.75,0.75,0.75]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":-60,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_01_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_02_red"}]
+ },
+ "lolla_005_lobby_lose_ground_liquid_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.46,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":60},
+ {"__class":"Ground"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.8,"maxAngle":-60,"minSpeedXY":0.001,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.6],[0.5,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_lobby_lose_ground_liquid_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":1.15,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[
+ {"__class":"SpawnPlanar","spawnMaxSize":0.6,"minAngle":240,"maxAngle":120,"minSpeedXY":0.001,"randomAngle":true},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.55,
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[0.5,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_lobby_lose_liquid_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "emitterDelay":0.4,
+ "lifetime":0.37,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":-0.2},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.35,
+ "minAngle":-40,
+ "maxAngle":40,
+ "minSpeedXY":0.5,
+ "maxSpeedXY":0.6,
+ "minSpeedZ":0.4,
+ "maxSpeedZ":1.5
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.12,0.03],
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0,0.2]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_lobby_lose_liquid_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "emitterDelay":1.1,
+ "lifetime":0.37,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1},
+ "gravity":[0,0,-13.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.2,
+ "minAngle":140,
+ "maxAngle":230,
+ "minSpeedXY":0.5,
+ "maxSpeedXY":0.6,
+ "minSpeedZ":0.4,
+ "maxSpeedZ":1.5
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.12,0.07],
+ "scaleJitter":0.05,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.3],[1,0,0.2]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_lobby_win_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2,
+ "lifetime":2.9,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.43,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_lobby_win_liquid"}]
+ },
+ "lolla_005_lobby_win_liquid_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.8,
+ "lifetime":2.9,
+ "mass":1,
+ "spawnPointOffset":{"y":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.43,
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_lobby_win_liquid_ground"}]
+ },
+ "lolla_005_ulti_exp_flowers":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":300,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1,
+ "spawnMaxSize":1,
+ "minAngle":-10,
+ "maxAngle":10,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3.5,3.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5052084,0.005208343,0.7291667,0.5182292,0.7,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_particle_flower"}]
+ },
+ "lolla_005_ulti_exp_flowers_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[[0,0,-12],[0,0,-2]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":300,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-1,
+ "spawnMaxSize":1,
+ "minAngle":-10,
+ "maxAngle":10,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "maxSpeedZ":3,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3.5,3.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5052084,0.005208343,0.7291667,0.5182292,0.7,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_particle_flower_red"}]
+ },
+ "lolla_005_ulti_exp_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.55,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-25],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.3,
+ "spawnMaxSize":0.5,
+ "maxAngle":360,
+ "minSpeedXY":4,
+ "maxSpeedXY":-4,
+ "minSpeedZ":11,
+ "maxSpeedZ":12,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]},
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,1.2],
+ "scaleJitter":0.15,
+ "color":[[0.2,0.5,1],[0,0.2,0.6]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "lolla_005_ulti_exp_liquid_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":0.6},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":50,"velocity":12,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[8,8,10]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.3,0.15],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0,0.2,1]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_ulti_exp_liquid_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":12,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":0.6},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":30},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":50,"velocity":12,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[8,8,10]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.3,0.15],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0,0.2]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_ulti_exp_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.55,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-25],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.3,
+ "spawnMaxSize":0.5,
+ "maxAngle":360,
+ "minSpeedXY":4,
+ "maxSpeedXY":-4,
+ "minSpeedZ":11,
+ "maxSpeedZ":12,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":7}]},
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":60}
+ ]
+ },
+ "render":{
+ "globalScale":0.3,
+ "scale":[0.16145834,0.7083334,0.2,0.8,0.5,1.2],
+ "scaleJitter":0.15,
+ "color":[[1,0.2,0.5],[0.6,0,0.2]],
+ "alpha":1,
+ "angle":-90,
+ "angleJitter":20,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type2"},{"swf":"sc/effects_brawler.sc","name":"particle_sticky_type3"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "lolla_005_ulti_exp_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":60},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"maxSpeedXY":2.5,"minSpeedZ":4,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,0.5,1],
+ "scaleJitter":0.4,
+ "color":[[0.2,0.5,1],[0,0.2,0.6]],
+ "alpha":[0.2,0.6,0.1,1,1,0.3],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "lolla_005_ulti_exp_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":60},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.5,"maxAngle":360,"maxSpeedXY":2.5,"minSpeedZ":4,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,0.5,1],
+ "scaleJitter":0.4,
+ "color":[[1,0.2,0.5],[0.6,0,0.2]],
+ "alpha":[0.2,0.6,0.1,1,1,0.3],
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "lolla_005_ulti_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0]},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.48958334,0.18229169,0.8385417,0,3],
+ "scaleJitter":0.1,
+ "color":[0.27083334,0.8177084,0.21875,0.8385417,[1,1,1],[0,0.5,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "lolla_005_ulti_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0]},
+ {"__class":"Deceleration","deceleration":[7,7,7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.48958334,0.18229169,0.8385417,0,3],
+ "scaleJitter":0.1,
+ "color":[0.27083334,0.8177084,0.21875,0.8385417,[1,1,1],[1,0,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "lolla_005_ulti_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_ulti_impact"}]
+ },
+ "lolla_005_ulti_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_ulti_impact_red"}]
+ },
+ "lolla_005_ulti_spawn_ground_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnPlanar","maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.6,0.75],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,0.2,0.6]],
+ "alpha":1,
+ "angle":15,
+ "rotationSpeed":[0.12239584,0.38020834,0.1640625,0.98697925,520,0],
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_ulti_spawn_ground"}]
+ },
+ "lolla_005_ulti_spawn_ground_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnPlanar","maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.6,0.75],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[0.8,0,0.2]],
+ "alpha":1,
+ "angle":15,
+ "rotationSpeed":[0.12239584,0.38020834,0.1640625,0.98697925,520,0],
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_ulti_spawn_ground"}]
+ },
+ "lolla_005_ulti_spawn_ground_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnPlanar","maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.7,0.85],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0,0.2,1]],
+ "alpha":1,
+ "angle":-60,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_ulti_spawn_liquid_01"}]
+ },
+ "lolla_005_ulti_spawn_ground_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnPlanar","maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.7,0.85],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[0.8,0,0.4]],
+ "alpha":1,
+ "angle":-60,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_ulti_spawn_liquid_01"}]
+ },
+ "lolla_005_ulti_spawn_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":60},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.6,"spawnMaxSize":1.5,"maxAngle":360,"minSpeedXY":0.001,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_ulti_spawn_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":60},
+ {"__class":"SimpleGround"},
+ {"__class":"SpawnPlanar","spawnMinSize":0.6,"spawnMaxSize":1.5,"maxAngle":360,"minSpeedXY":0.001,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[0.5,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_ulti_spawn_shards":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.02,"spawnRate":160,"spawnRateJitter":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":40,"velocity":15,"velocityJitter":4},
+ {"__class":"Ground","bounciness":0.3,"friction":0.4},
+ {"__class":"Deceleration","deceleration":[5,5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604127,1,0.2838542,0.9,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.4,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"shard_white_1"},{"swf":"sc/effects_brawler.sc","name":"shard_white_2"}]
+ },
+ "lolla_005_ulti_spawn_shards_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.002604157,1,0.22916669,1.2,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_shard_purple_1"},{"swf":"sc/effects_brawler.sc","name":"particle_shard_purple_2"}]
+ },
+ "lolla_005_ulti_trail_ground_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_ulti_trail_ground_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999999],
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.45,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.4],[0.5,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dropping_ink_2"},{"swf":"sc/effects_brawler.sc","name":"dropping_ink_4"}]
+ },
+ "lolla_005_ulti_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.55,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.6,1.4],
+ "scaleJitter":0.6,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.2,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"}]
+ },
+ "lolla_005_ulti_trail_liquid_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.3,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":-0.05},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":45,"velocity":5},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnPlanar","minSpeedXY":-1,"maxSpeedXY":-0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.3,0.15],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0,0.2,1]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_ulti_trail_liquid_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.3,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":-0.05},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":45,"velocity":5},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnPlanar","minSpeedXY":-1,"maxSpeedXY":-0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.3,0.15],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0,0.2]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_ulti_trail_liquid_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.38,
+ "lifetime":0.3,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":1},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":45,"velocity":20},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnPlanar","minSpeedXY":2,"maxSpeedXY":1,"minSpeedZ":6,"maxSpeedZ":12}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.35,0.15],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0,0.2,1]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_ulti_trail_liquid_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.38,
+ "lifetime":0.3,
+ "lifetimeJitter":0.075,
+ "mass":1,
+ "spawnPointOffset":{"x":0.1,"z":1},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[-0.5,0,1],"directionJitterAngle":45,"velocity":20},
+ {"__class":"Deceleration","deceleration":[3,3,0]},
+ {"__class":"SpawnPlanar","minSpeedXY":2,"maxSpeedXY":1,"minSpeedZ":6,"maxSpeedZ":12}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6067709,0.13020834,0.7135417,0.19010419,0.35,0.15],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0,0.2]],
+ "alpha":1,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_liquid_L"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_M"},{"swf":"sc/effects_brawler.sc","name":"barley_liquid_S"}]
+ },
+ "lolla_005_ulti_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.45,
+ "lifetime":0.55,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":5},
+ {"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"minSpeedXY":1,"maxSpeedXY":2,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.6,1.4],
+ "scaleJitter":0.6,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.4],[0.5,0,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.01],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"}]
+ },
+ "lolla_005_ulti_tree":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.8,0.9],
+ "scaleJitter":[0,0.40364584,0.18229169,0.99479175,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.75,0.75,0.75]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":-60,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_02"}]
+ },
+ "lolla_005_ulti_tree_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.01,0.01],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.8,0.9],
+ "scaleJitter":[0,0.40364584,0.18229169,0.99479175,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.75,0.75,0.75]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":-60,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_01_red"},{"swf":"sc/effects_brawler.sc","name":"lolla_005_atk_02_red"}]
+ },
+ "lolla_def_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_02"},{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_03"},{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_01"}]
+ },
+ "lolla_def_atk_hexa":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-70,-70],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_03"}]
+ },
+ "lolla_def_atk_hexa_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-70,-70],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_03"}]
+ },
+ "lolla_def_atk_hexagon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_03"}]
+ },
+ "lolla_def_atk_hexagon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_03"}]
+ },
+ "lolla_def_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5,0,1,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_red_01"},{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_red_02"},{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_red_03"}]
+ },
+ "lolla_def_atk_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "lolla_def_atk_trail_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,1],[1,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "lolla_def_atk_trail_hexagon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_blink_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_blink_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_blink_03"}]
+ },
+ "lolla_def_atk_trail_hexagon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_blink_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_blink_04"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_blink_05"}]
+ },
+ "lolla_def_atk_trail_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-11,-11],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-11,-11],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.6,1],[0.1,0.6,1]],
+ "alpha":[1,-0.0078125,0.5,0.9921875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_ring_speedLine_glow"}]
+ },
+ "lolla_def_atk_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_atk_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,1],[1,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_atkHit_hexa":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_03"}]
+ },
+ "lolla_def_atkHit_hexa_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.2,1.2,0],[1.2,1.2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6,0,0.2,0.8,[1,1,1],[0.6,0.8,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_01"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_02"},{"swf":"sc/effects_brawler.sc","name":"particle_hexagon_red_03"}]
+ },
+ "lolla_def_atkHit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit"}]
+ },
+ "lolla_def_atkHit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_red"}]
+ },
+ "lolla_def_atkHit_ring_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0.5,0.2,1,2,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.75,0,1,0.65,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"}]
+ },
+ "lolla_def_atkHit_ring_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0.5,0.2,1,2,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,1],[1,0.4,1]],
+ "alpha":[0.75,0,1,0.65,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"}]
+ },
+ "lolla_def_atkHit_ring_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0.5,0.2,1,3,9.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,0.5,1]],
+ "alpha":[0.75,0,1,0.65,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"}]
+ },
+ "lolla_def_atkHit_ring_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0.5,0.2,1,3,9.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[1,0,0.5]],
+ "alpha":[0.75,0,1,0.65,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"}]
+ },
+ "lolla_def_atkHit_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.4],[1,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_1"},{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_2"}]
+ },
+ "lolla_def_atkHit_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,0.3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,1],[1,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_1"},{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_2"}]
+ },
+ "lolla_def_ulti_diamond_shards":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"diamond_shard_blue_1"},{"swf":"sc/effects_brawler.sc","name":"diamond_shard_blue_2"}]
+ },
+ "lolla_def_ulti_diamond_shards_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0.1,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"diamond_shard_red_1"},{"swf":"sc/effects_brawler.sc","name":"diamond_shard_red_2"}]
+ },
+ "lolla_def_ulti_ground_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.45833334,0.13020834,0,0.99479175,[0,0,15],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,140,140],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5,0,0.25,0.9,0.1,0.45],
+ "spawnMaxSize":[0.5,0,0.25,0.9,0.2,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.08333334,-0.010416657,0.002604187,0.99479175,[0,0,3],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.8],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0.5,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lolla_def_ulti_ground_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.45833334,0.13020834,0,0.99479175,[0,0,15],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,140,140],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5,0,0.25,0.9,0.1,0.45],
+ "spawnMaxSize":[0.5,0,0.25,0.9,0.2,0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.08333334,-0.010416657,0.002604187,0.99479175,[0,0,3],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0.8],[0,0.4,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0.5,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lolla_def_ulti_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,11],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[0,0.6,1],[0.1,0.4,1]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_ring_speedLine_glow"}]
+ },
+ "lolla_def_ulti_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,11],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0,0.6],[1,0.1,0.4]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_ring_speedLine_glow"}]
+ },
+ "lolla_def_ulti_spawnLight_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[0,0.6,1],[0,0.4,1]],
+ "alpha":[0.7,0,-0.1,0.67447925,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "lolla_def_ulti_spawnLight_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,13],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0,0.6],[1,0,0.4]],
+ "alpha":[0.7,0,-0.1,0.67447925,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "lolla_def_ulti_spawnLight_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_blue"}]
+ },
+ "lolla_def_ulti_spawnLight_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_red"}]
+ },
+ "lolla_def_ulti_spawnRing":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-14,0],[0,-14,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1328125,0.6927085,0.4765625,0.97916675,9,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.45,1],[0,0.45,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.028645873,0.7135417,0.9557292,-800,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"},{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"}]
+ },
+ "lolla_def_ulti_spawnRing_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-14,0],[0,-14,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1328125,0.6927085,0.4765625,0.97916675,9,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.45],[1,0,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.028645873,0.7135417,0.9557292,-800,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"},{"swf":"sc/effects_brawler.sc","name":"lolla_def_atk_hit_ring"}]
+ },
+ "lolla_def_ulti_trail_gas_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.7,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.48958337,0.06770834,0.15885419,0.9791667,[1,1,0.1],[0,1,1]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "lolla_def_ulti_trail_gas_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,0.7,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.48958337,0.06770834,0.15885419,0.9791667,[1,0.1,1],[1,0,1]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "lolla_def_ulti_trail_gas_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,1,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.48958337,0.06770834,0.15885419,0.9791667,[0.2,0.5,0.5],[0,0,1]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"}]
+ },
+ "lolla_def_ulti_trail_gas_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":60,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.41927084,0.11197919,0.8229167,1,1.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.48958337,0.06770834,0.15885419,0.9791667,[0.5,0.2,0.5],[1,0,0]],
+ "alpha":[0.1171875,0.8567709,0.015625,0.9713542,0,0.3],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.43489584,0.26302084,0.002604187,0.8697917,80,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow_additive"}]
+ },
+ "lolla_def_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,0.2],[0,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.2,1],[1,0,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_ulti_twinkles_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,8],[7,7,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_ulti_twinkles_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,8],[7,7,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,1],[1,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_ulti_twinkles_up":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,8],[2,2,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lolla_def_ulti_twinkles_up_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,8],[2,2,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8.5,8.5],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,1],[1,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "lollipop_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_lollipop_debris_1"},{"swf":"sc/effects.sc","name":"prt_lollipop_debris_2"},{"swf":"sc/effects.sc","name":"prt_lollipop_debris_3"}]
+ },
+ "lollipop_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_lollipop_debris_1"},{"swf":"sc/effects.sc","name":"prt_lollipop_debris_2"},{"swf":"sc/effects.sc","name":"prt_lollipop_debris_3"}]
+ },
+ "lollipop_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_lollipop_debris_1"},{"swf":"sc/effects.sc","name":"prt_lollipop_debris_2"},{"swf":"sc/effects.sc","name":"prt_lollipop_debris_3"}]
+ },
+ "lou_002_atk_hit_cup":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.4},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1,"minSpeedZ":3,"maxSpeedZ":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.8,0,0.9,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.9,0.2,-0.3,1,2000,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cup_1"},{"swf":"sc/effects_brawler.sc","name":"particle_cup_2"}]
+ },
+ "lou_002_atk_hit_cup_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.4},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1,"minSpeedZ":3,"maxSpeedZ":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.8,0,0.9,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.9,0.2,-0.3,1,2000,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cup_3"},{"swf":"sc/effects_brawler.sc","name":"particle_cup_4"}]
+ },
+ "lou_002_atk_trail_sparkle_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0.5],[1.5,1.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7317709,0.12239584,0.8697917,0.4244792,1.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0],[0,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "lou_002_atk_trail_sparkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0.5],[1.5,1.5,0.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7317709,0.12239584,0.8697917,0.4244792,1.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "lou_002_atkEnd_cup":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_icecup_1"},{"swf":"sc/effects_brawler.sc","name":"particle_icecup_2"},{"swf":"sc/effects_brawler.sc","name":"particle_icecup_3"},{"swf":"sc/effects_brawler.sc","name":"particle_icecup_4"}]
+ },
+ "lou_002_atkEnd_cup_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_icecup_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_icecup_2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_icecup_3_red"},{"swf":"sc/effects_brawler.sc","name":"particle_icecup_4_red"}]
+ },
+ "lou_002_ulti_bottle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_002_ulti_projectile_off"}]
+ },
+ "lou_002_ulti_bottle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_002_ulti_projectile_red_off"}]
+ },
+ "lou_002_ulti_hit_sparkles_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.12239584,0.8463542,0.4010417,2.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "lou_002_ulti_hit_sparkles_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5911459,0.20052084,0.8697917,0.4244792,2.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.2],[0.2,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "lou_002_ulti_hit_sparkles_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.12239584,0.8463542,0.4010417,2.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.2,1],[0.8,0.2,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "lou_002_ulti_hit_sparkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.12239584,0.8463542,0.4010417,2.4,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.4],[1,0.4,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "lou_003_atk_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,1.5],[4,4,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.7630209,0.3072917,0.9557292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atk_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,1.5],[4,4,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.7630209,0.3072917,0.9557292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atk_trail_notes_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,-2,0.9,-2,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,0.8],[0.2,1,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5598959,0.11458334,0.08854169,1.0026042,240,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atk_trail_notes_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,-2,0.9,-2,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.4,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5598959,0.11458334,0.08854169,1.0026042,240,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atk_trail_notes_red_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,-2,0.9,-2,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.4,1],[0.9,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5598959,0.11458334,0.08854169,1.0026042,240,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atk_trail_notes_red_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,2],[4,4,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,-2,0.9,-2,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.4],[1,0.5,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5598959,0.11458334,0.08854169,1.0026042,240,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atkEnd":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,0.9088542,0.07291669,0.5,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.7,0,0,1,600,0],
+ "rotationSpeedJitter":[0.8,0,0,1,300,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_lou_mic"}]
+ },
+ "lou_003_atkEnd_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,0.9088542,0.07291669,0.5,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.7,0,0,1,600,0],
+ "rotationSpeedJitter":[0.8,0,0,1,300,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_lou_mic_red"}]
+ },
+ "lou_003_atkHit_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,1.5],[5,5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.7630209,0.3072917,0.9557292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atkHit_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,1.5],[5,5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.7630209,0.3072917,0.9557292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atkHit_notes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_atkHit_notes_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.8,0,0.7,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.42],[1,0.4,0.42]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "lou_003_ulti_blizzard":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.052083343,3.2395835,0.6432292,-2.1067708,[0,0,2],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-120,-150],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "lou_003_ulti_blizzard_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.052083343,3.2395835,0.6432292,-2.1067708,[0,0,2],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.7,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-120,-150],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "lou_003_ulti_bottle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_003_ulti_projectile_off"}]
+ },
+ "lou_003_ulti_bottle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_003_ulti_projectile_red_off"}]
+ },
+ "lou_003_ulti_hearts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.052083343,3.2395835,0.6432292,-2.1067708,[0,0,2],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.4,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-140,-180],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_heart_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_heart_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_heart_3"}]
+ },
+ "lou_003_ulti_hearts_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.052083343,3.2395835,0.6432292,-2.1067708,[0,0,2],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.85,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-140,-180],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_heart_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_heart_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_heart_3"}]
+ },
+ "lou_003_ulti_notes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.6,9.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.9,2.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_note_circle_blue"}]
+ },
+ "lou_003_ulti_notes_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.6,9.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.9,2.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_note_circle_red"}]
+ },
+ "lou_003_ulti_trail_hearts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.36458334,-1.1588541,0.7526042,0.6354167,0.45,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.8,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-480,-480],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_trail_heart_1"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_heart_2"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_heart_3"}]
+ },
+ "lou_003_ulti_trail_hearts_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.36458334,-1.1588541,0.7526042,0.6354167,0.45,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[1,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-480,-480],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_trail_heart_1"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_heart_2"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_heart_3"}]
+ },
+ "lou_004_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Ground"},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached"}]
+ },
+ "lou_004_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Ground"},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bull_003_atk_reached_red"}]
+ },
+ "lou_004_atk_like":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0.9,0,1,0.4,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1.2,0,0.8359375,0.9921875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_like"}]
+ },
+ "lou_004_atk_like_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,0.9,0,1,0.4,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1.2,0,0.8359375,0.9921875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_dislike"}]
+ },
+ "lou_004_atk_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_2"}]
+ },
+ "lou_004_atk_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_red_2"}]
+ },
+ "lou_004_atkEnd_potatoes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9375,-0.002604157,0.9,0.16875,2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0,-0.2,1,1440,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato1"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato2"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato3"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato4"}]
+ },
+ "lou_004_atkEnd_potatoes_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9375,-0.002604157,0.9,0.16875,2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0,-0.2,1,1440,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_red_potato1"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_red_potato2"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_red_potato3"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_red_potato4"}]
+ },
+ "lou_004_lobby_sad_potatoes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.72,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9375,-0.002604157,0.9,0.16875,0.8,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6,0.3,-0.2,1,2100,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato1"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato2"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato3"},{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_potato4"}]
+ },
+ "lou_004_ulti_bottle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_projectile_off"}]
+ },
+ "lou_004_ulti_bottle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_projectile_red_off"}]
+ },
+ "lou_004_ulti_exp_thread":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.7864584,-0.010416657,1,0.3619792,[0.15,0.8,1],[0.117,0.566,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "lou_004_ulti_exp_thread_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.7864584,-0.010416657,1,0.3619792,[0.9,0.35,0.34],[1,0.17,0.21]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "lou_004_ulti_ketchup":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.3,9.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1.2,-0.2,1,0.1,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0,1,0.1,1,[0.15,0.8,1],[0.12,0.56,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_ketchup"}]
+ },
+ "lou_004_ulti_ketchup_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.3,9.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,1.2,-0.2,1,0.1,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0,1,0.1,1,[1,0.4,0.8],[0.85,0.2,0.65]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_ketchup"}]
+ },
+ "lou_004_ulti_rotation_bun":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_bun"}]
+ },
+ "lou_004_ulti_rotation_bun_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_bun_red"}]
+ },
+ "lou_004_ulti_rotation_bunBot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.59,0.59],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_bunBot"}]
+ },
+ "lou_004_ulti_rotation_bunBot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.59,0.59],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_bunBot_red"}]
+ },
+ "lou_004_ulti_rotation_cheese":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.125,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_cheese"}]
+ },
+ "lou_004_ulti_rotation_cheese_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.125,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_cheese_red"}]
+ },
+ "lou_004_ulti_rotation_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.5,9.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.2,0.5],[0,0.2,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_glow"}]
+ },
+ "lou_004_ulti_rotation_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.5,9.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0,0.3],[0.6,0,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_glow"}]
+ },
+ "lou_004_ulti_rotation_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.19,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.58,0.58],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.9,1],[0.6,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_particle"}]
+ },
+ "lou_004_ulti_rotation_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.19,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.58,0.58],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.9],[1,0.6,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_particle"}]
+ },
+ "lou_004_ulti_rotation_patty":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.06,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_patty"}]
+ },
+ "lou_004_ulti_rotation_patty_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.06,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_patty_red"}]
+ },
+ "lou_004_ulti_rotation_romaine":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.03,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_romaine"}]
+ },
+ "lou_004_ulti_rotation_romaine_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.03,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_romaine_red"}]
+ },
+ "lou_004_ulti_rotation_tail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.19,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.5,9.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.58,0.58],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.1,0.3],[0,0.1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_tail"}]
+ },
+ "lou_004_ulti_rotation_tail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.19,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,9.5,9.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.58,0.58],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0,0.2],[0.4,0,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_tail_red"}]
+ },
+ "lou_004_ulti_rotation_tomato":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.09,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.59,0.59],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_tomato"}]
+ },
+ "lou_004_ulti_rotation_tomato_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.09,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.59,0.59],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_rotation_tomato_red"}]
+ },
+ "lou_004_ulti_smog":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1.6,
+ "scale":[0,0.7317709,0.6354167,1,0.67,0.57],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0,0.5,1]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.5286459,0,0.5651042,1,0,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_smog1"},{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_smog2"},{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_smog3"}]
+ },
+ "lou_004_ulti_smog_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1.6,
+ "scale":[0,0.7317709,0.6354167,1,0.67,0.57],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[1,0,0.6]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.5286459,0,0.5651042,1,0,20],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_smog1"},{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_smog2"},{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_smog3"}]
+ },
+ "lou_004_ulti_splatter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.15,
+ "scale":[0.125,0.8958334,0.1328125,1.0182292,0.4,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9,-0.018229157,0.9765625,0.49479175,[0.152941,0.8,1],[0.117647,0.560784,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_splatter"}]
+ },
+ "lou_004_ulti_splatter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.15,
+ "scale":[0.125,0.8958334,0.1328125,1.0182292,0.4,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.9375,0.013020873,1,0.32291675,[0.9,0.25,0.75],[0.85,0.3,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_ulti_splatter"}]
+ },
+ "lou_004_ulti_trail_thumbUp":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.5598959,0.3307292,0.9244792,0.18,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_like"}]
+ },
+ "lou_004_ulti_trail_thumbUp_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.5598959,0.3307292,0.9244792,0.18,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_004_atk_dislike"}]
+ },
+ "lou_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_def_atk_hit"}]
+ },
+ "lou_def_atk_hit_cone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.4},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":1,"minSpeedZ":3,"maxSpeedZ":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.8,0,0.9,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.9,0.2,-0.3,1,2000,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cone_2"}]
+ },
+ "lou_def_atk_hit_cream_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-4],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.8,0.95,1],
+ "alpha":1,
+ "angleJitter":20,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "lou_def_atk_hit_cream_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-4],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[1,0.8,0.85],
+ "alpha":1,
+ "angleJitter":20,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "lou_def_atk_hit_cream_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-6],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[0.5,0.85,1],
+ "alpha":1,
+ "angleJitter":20,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "lou_def_atk_hit_cream_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-6],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[1,0.7,0.65],
+ "alpha":1,
+ "angleJitter":20,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type5"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sticky_type6"}
+ ]
+ },
+ "lou_def_atk_hit_frost":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.8,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":180,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":4.5,"minSpeedZ":0.5,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[8,8,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6927084,0.3619792,0.8151042,0.8,1.8],
+ "scaleJitter":0.4,
+ "color":[[0.75,0.9,1],[0.6,0.7,1]],
+ "alpha":[0.33333334,0.9114584,0,0.9713542,0,0.7],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.42708334,0.25520834,0.17447919,0.9322917,300,30],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "lou_def_atk_hit_frost_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.8,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":180,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":4.5,"minSpeedZ":0.5,"maxSpeedZ":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[8,8,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.6927084,0.3619792,0.8151042,0.8,1.8],
+ "scaleJitter":0.4,
+ "color":[[1,0.8,0.85],[1,0.6,0.7]],
+ "alpha":[0.33333334,0.9114584,0,0.9713542,0,0.7],
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.42708334,0.25520834,0.17447919,0.9322917,300,30],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "lou_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_def_atk_hit_red"}]
+ },
+ "lou_def_atk_spoon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9,0.2,-0.3,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spoon"}]
+ },
+ "lou_def_atk_spoon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,0.8,0,0.6,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.9,0.2,-0.3,1,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spoon_red"}]
+ },
+ "lou_def_atkEnd_cone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_icecream_1"},{"swf":"sc/effects_brawler.sc","name":"particle_icecream_2"},{"swf":"sc/effects_brawler.sc","name":"particle_icecream_3"},{"swf":"sc/effects_brawler.sc","name":"particle_icecream_4"}]
+ },
+ "lou_def_atkEnd_cone_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.95,0.95],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_icecream_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_icecream_2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_icecream_3_red"},{"swf":"sc/effects_brawler.sc","name":"particle_icecream_4_red"}]
+ },
+ "lou_def_ulti_blizzard":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.052083343,3.2395835,0.6432292,-2.1067708,[0,0,2],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,1,1],[0.8,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-120,-150],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "lou_def_ulti_blizzard_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.052083343,3.2395835,0.6432292,-2.1067708,[0,0,2],[0,0,6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.7,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.3,3,0.7,-3,-120,-150],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_snow_3"}]
+ },
+ "lou_def_ulti_bottle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_def_ulti_projectile_off"}]
+ },
+ "lou_def_ulti_bottle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lou_def_ulti_projectile_red_off"}]
+ },
+ "lou_def_ulti_hit_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,1.2,4.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.8,1],[0.3,0.5,1]],
+ "alpha":[0.1,0.8,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.23958337,0.5989584,0,0.9010417,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "lou_def_ulti_hit_smoke_add":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,1,2.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.3,0.3,1]],
+ "alpha":[0.1,0.8,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5052084,0.06770834,0,0.9010417,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "lou_def_ulti_hit_smoke_add_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5.5,5.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,1,2.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.2,0.5]],
+ "alpha":[0.1,0.8,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5052084,0.06770834,0,0.9010417,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "lou_def_ulti_hit_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7.5,7.5,0],[7.5,7.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.5989584,0.11979169,0.9244792,1.2,4.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.7],[1,0.3,0.7]],
+ "alpha":[0.1,0.8,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.23958337,0.5989584,0,0.9010417,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "lou_def_ulti_smog":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30208334,0.45833334,0.5182292,0.8151042,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.75,0.96,1],[0.5,0.8,1]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,-75,-50],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_3"}]
+ },
+ "lou_def_ulti_smog_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30208334,0.45833334,0.5182292,0.8151042,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.68,0.75],[1,0.32,0.45]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,-75,-50],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_3"}]
+ },
+ "lou_def_ulti_sparkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35,-3,0.9,-1.5,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "lou_def_ulti_sparkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-1],[0,0,-1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":8.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35,-3,0.9,-1.5,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_particles_L"}]
+ },
+ "lou_def_ulti_trail_smog":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427084,0.5833334,0.3463542,0.8385417,0.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.24479169,0.9635417,[0.8,1,1],[0.6,0.7,1]],
+ "alpha":[0.08333334,0.8880209,0.09635419,0.9869792,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583334,0.27083334,0.3151042,0.9088542,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "lou_def_ulti_trail_smog_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427084,0.5833334,0.3463542,0.8385417,0.8,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.24479169,0.9635417,[1,0.9,0.95],[1,0.7,0.82]],
+ "alpha":[0.08333334,0.8880209,0.09635419,0.9869792,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583334,0.27083334,0.3151042,0.9088542,180,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "lou_def_ulti_trail_snow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.36458334,-1.1588541,0.7526042,0.6354167,0.45,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.75,0.95,1],[0.75,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-640],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_trail_snow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_snow_3"}]
+ },
+ "lou_def_ulti_trail_snow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.36458334,-1.1588541,0.7526042,0.6354167,0.45,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.85],[1,0.8,0.85]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-640,-640],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_trail_snow_1"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_snow_2"},{"swf":"sc/effects_brawler.sc","name":"particle_trail_snow_3"}]
+ },
+ "lucha_smoke_emitter":{
+ "enemyVersion":"lucha_smoke_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,33.333332,33.333332],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.36,0.36],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"lucha_smoke"}]
+ },
+ "lucha_smoke_emitter_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,33.333332,33.333332],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.125,-0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.04,0.04],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.48,0.48],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"lucha_smoke_red"}]
+ },
+ "lucha_smoke_emitter_super":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":33,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,7.5,7.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,2.5,2.5],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,33.333332,33.333332],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.625,0.625],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.03,0.03],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.36,0.36],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.8,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"BlackSmoke_lucha"}]
+ },
+ "machine_explo_debris1_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5000002,
+ "lifetimeJitter":0.5000002,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":30.000002,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.6500002,"friction":0.3500002}
+ ]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[1,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_1"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_2"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_3"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_4"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_5"}
+ ]
+ },
+ "machine_explo_debris2_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.4,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_1"},{"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_2"},{"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_3"},{"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_4"}]
+ },
+ "machine_explo_debris3_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.03,"spawnRate":1000},
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.375,
+ "spawnMaxSize":0.375,
+ "maxAngle":360,
+ "minSpeedXY":0.8,
+ "maxSpeedXY":4,
+ "minSpeedZ":15.000001,
+ "maxSpeedZ":45,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[2,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":350,
+ "rotationSpeed":500,
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_subway_ticket"}]
+ },
+ "machine_hit_debris1_ghostmetro":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.55,
+ "lifetimeJitter":0.45,
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0,0,-30.000002],
+ "components":[
+ {"__class":"SpawnRate","duration":0.001,"spawnRate":2,"spawnRateJitter":0.49},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "minAngle":-45,
+ "maxAngle":45,
+ "minSpeedXY":1.064,
+ "maxSpeedXY":3.724,
+ "minSpeedZ":2.25,
+ "maxSpeedZ":4.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.75,0.4],
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_1"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_2"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_3"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_4"},
+ {"swf":"sc/effects.sc","name":"debris_ghostmetro_machine_5"}
+ ]
+ },
+ "magic_native_particle":{
+ "enemyVersion":"magic_native_particle_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.1,1.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.175,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"magic_particle"}]
+ },
+ "magic_native_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.1,1.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.175,
+ "durationJitter":0.025,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.01],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"magic_particle_red"}]
+ },
+ "magic_spark_exlposion":{
+ "enemyVersion":"plasma_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "mass":1.0000027,
+ "spawnPointOffset":{},
+ "gravity":[0.3333358,0.3333358,0.6666698,0.6666698,[0,0,3.0000029],[0,0,3.0000029]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "durationJitter":0.25,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,41.666668,41.666668],
+ "spawnRateJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0.2500028,0.2500028]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333358,0.3333358,0.6666698,0.6666698,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333358,0.3333358,0.6666698,0.6666698,0.2500028,0.2500028],
+ "spawnMaxSize":[0.3333358,0.3333358,0.6666698,0.6666698,0.6250028,0.6250028],
+ "minAngle":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "maxAngle":[0.3333358,0.3333358,0.6666698,0.6666698,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.16,0.16],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000027,
+ "scale":[0.3333358,0.3333358,0.6666698,0.6666698,1.5000027,0.2000028],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333358,0.3333358,0.6666698,0.6666698,[1.0000027,1.0000027,1.0000027],[1.0000027,1.0000027,1.0000027]],
+ "alpha":[0.3333358,0.3333358,0.6666698,0.6666698,1.0000027,1.0000027],
+ "angle":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "angleJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "rotationSpeed":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "rotationSpeedJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "tailLengthJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "alphaFadeout":0.2000028,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"magic_particle"}]
+ },
+ "magic_spark_trail_emitter":{
+ "enemyVersion":"plasma_trail_emitter_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.35,0.35],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1.0000027,
+ "spawnPointOffset":{},
+ "gravity":[0.3333358,0.3333358,0.6666698,0.6666698,[0,0,0.2250028],[0,0,0.2250028]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,41.666668,41.666668],
+ "spawnRateJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0.2500028,0.2500028]
+ },
+ {"__class":"Deceleration","deceleration":[0.3333358,0.3333358,0.6666698,0.6666698,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333358,0.3333358,0.6666698,0.6666698,0.1250028,0.1250028],
+ "spawnMaxSize":[0.3333358,0.3333358,0.6666698,0.6666698,0.3750028,0.3750028],
+ "minAngle":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "maxAngle":[0.3333358,0.3333358,0.6666698,0.6666698,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.12,0.12],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1.0000027,
+ "scale":[0.3333358,0.3333358,0.6666698,0.6666698,1.5000027,0.2000028],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.3333358,0.3333358,0.6666698,0.6666698,[1.0000027,1.0000027,1.0000027],[1.0000027,1.0000027,1.0000027]],
+ "alpha":[0.3333358,0.3333358,0.6666698,0.6666698,1.0000027,1.0000027],
+ "angle":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "angleJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "rotationSpeed":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "rotationSpeedJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "tailLengthJitter":[0.3333358,0.3333358,0.6666698,0.6666698,0,0],
+ "alphaFadeout":0.2000028,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"magic_particle"}]
+ },
+ "mandy_002_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_impact"}]
+ },
+ "mandy_002_atk_reached_gem":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.35,"maxAngle":360,"minSpeedXY":4,"maxSpeedXY":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,20]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_1"},{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_2"},{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_3"},{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_4"}]
+ },
+ "mandy_002_atk_reached_gem_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":10},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.35,"maxAngle":360,"minSpeedXY":4,"maxSpeedXY":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,20]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_red_1"},{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_red_2"},{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_red_3"},{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_hit_diamond_red_4"}]
+ },
+ "mandy_002_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]},
+ {"__class":"SpawnPlanar"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_atk_impact_red"}]
+ },
+ "mandy_002_atk_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,330,330],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mandy_002_atk_trail_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.5],[1,0.25,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mandy_002_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":16,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":1.5,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_lobby_lose"}]
+ },
+ "mandy_002_ulti_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.75,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.35},
+ "gravity":[0,0,1.2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,1.3,2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "mandy_002_ulti_atk_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.75,
+ "lifetime":0.6,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":90,"velocity":3,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.6458334,0,0.8463542,1.3,2],
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "mandy_002_ulti_ready_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":100,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","spawnMinSize":2,"spawnMaxSize":2,"maxAngle":360,"minSpeedXY":-7.5,"maxSpeedXY":-7.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1.5,2.2],
+ "scaleJitter":0.6,
+ "color":[0.17708334,0.42708334,0.3229167,0.8307292,[0.2,0.6,1],[0.4,0.9,1]],
+ "alpha":[0.1,0.7,0.01,1,0,0.5],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "mandy_002_ulti_ready_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":100,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","spawnMinSize":2,"spawnMaxSize":2,"maxAngle":360,"minSpeedXY":-7.5,"maxSpeedXY":-7.5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1.5,2.2],
+ "scaleJitter":0.6,
+ "color":[0.17708334,0.42708334,0.3229167,0.8307292,[1,0.2,0.2],[1,0.5,0]],
+ "alpha":[0.1,0.7,0.01,1,0,0.5],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "mandy_002_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.75,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[0,1,1],[0,0,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "mandy_002_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.75,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":600,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[12,12,6]},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489587,0.6302084,0.2604167,0.7916667,1,1.5],
+ "scaleJitter":0.6,
+ "color":[[1,0.5,0],[1,0,0]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.6],
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,200,60],
+ "orientToDirection":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "mandy_002_ulti_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "mandy_002_ulti_spawn_ready":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.09114587,0.13541669,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.06770834,0.42708334,0.3151042,0.8776042,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_ulti_spawn_ready"}]
+ },
+ "mandy_002_ulti_spawn_ready_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.09114587,0.13541669,1.0104167,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.06770834,0.42708334,0.3151042,0.8776042,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_ulti_spawn_ready_red"}]
+ },
+ "mandy_002_ulti_spawnLight":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.78,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[0.4,1,1],[0.1,0.4,1]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "mandy_002_ulti_spawnLight_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "emitterDelay":0.78,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0,1,0,1,0,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.5208334,0.06770834,0,0.5651042,[1,0.6,0.4],[1,0.4,0.2]],
+ "alpha":[0.7,0,-0.1,0.67447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_spotlight"}]
+ },
+ "mandy_002_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mandy_002_ulti_trail_fire_stone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,7],[5,5,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"burning_stone_blue_1"},{"swf":"sc/effects_brawler.sc","name":"burning_stone_blue_2"}]
+ },
+ "mandy_002_ulti_trail_fire_stone_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,7],[5,5,7]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"burning_stone_red_1"},{"swf":"sc/effects_brawler.sc","name":"burning_stone_red_2"}]
+ },
+ "mandy_002_ulti_trail_ground_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[{"__class":"SpawnRate","duration":3,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_04"}]
+ },
+ "mandy_002_ulti_trail_ground_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[{"__class":"SpawnRate","duration":3,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.4}]
+ },
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.3,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_01_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_02_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_03_red"},{"swf":"sc/effects_brawler.sc","name":"spike_006_ground_fire_04_red"}]
+ },
+ "mandy_002_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mandy_002_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,1,1],[-1,1,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.44270834,0.052083343,0,0.9479167,[0.49,0.7,1],[0.49,0.7,1]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "mandy_002_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,10],[12,12,10]]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,1,1],[-1,1,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.06770837,0.7239584,0.057291687,0.9166667,0.4,1.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.44270834,0.052083343,0,0.9479167,[1,0.4,0.3],[1,0.4,0.3]],
+ "alpha":[0.09375,0.678125,0.115625024,0.984375,0,0.4],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.059895843,0.3151042,0.9088542,100,20],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "mandy_002_win":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":16,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.05},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":0.1,"scale":2.4,"color":[1,1,1],"alpha":1,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_002_lobby_win"}]
+ },
+ "mandy_002_win_fire1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":4,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208373,1,0.98697925,0.4,0],
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_loop_fire1"}]
+ },
+ "mandy_002_win_fire2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":14,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0.5,0,3],[0.5,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.19270837,0.6848959,0.21354169,0.9088542,40,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.5,
+ "spawnMaxSize":0.25,
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":2.5
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.2,
+ "scaleJitter":0.05,
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":360,
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "mandy_def_atk_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":-0.1},{"__class":"Ground"}]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_atk_impact"}]
+ },
+ "mandy_def_atk_gunsmoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":-0.1},{"__class":"Ground"}]
+ },
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_atk_impact_red"}]
+ },
+ "mandy_def_atk_hit_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-80],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.15},
+ {"__class":"SpawnCone","direction":[0,1,1],"directionJitterAngle":120,"velocity":2,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.09895834,0.7838542,0.07291669,0.35,0.125],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.41145834,0.0052083433,0.11197919,1.0104167,360,60],
+ "rotationSpeedJitter":[0.34114584,0.013020843,0.11197919,0.9557292,360,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_candy_01_crack"}]
+ },
+ "mandy_def_atk_hit_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-80],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.15},
+ {"__class":"SpawnCone","direction":[0,1,1],"directionJitterAngle":120,"velocity":2,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.09895834,0.7838542,0.07291669,0.35,0.125],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.41145834,0.0052083433,0.11197919,1.0104167,360,60],
+ "rotationSpeedJitter":[0.34114584,0.013020843,0.11197919,0.9557292,360,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_candy_01_red_crack"}]
+ },
+ "mandy_def_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_def_atk1Hit_blue_1"}]
+ },
+ "mandy_def_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15}]
+ },
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_def_atk1Hit_red_1"}]
+ },
+ "mandy_def_atk_reached_candy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.15},
+ {"__class":"SpawnCone","direction":[0,1,1],"directionJitterAngle":120,"velocity":1,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.09895834,0.7838542,0.07291669,0.35,0.125],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.41145834,0.0052083433,0.11197919,1.0104167,360,60],
+ "rotationSpeedJitter":[0.34114584,0.013020843,0.11197919,0.9557292,360,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_candy_01_crack"}]
+ },
+ "mandy_def_atk_reached_candy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.15},
+ {"__class":"SpawnCone","direction":[0,1,1],"directionJitterAngle":120,"velocity":1,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6848959,0.09895834,0.7838542,0.07291669,0.35,0.125],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.41145834,0.0052083433,0.11197919,1.0104167,360,60],
+ "rotationSpeedJitter":[0.34114584,0.013020843,0.11197919,0.9557292,360,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_candy_01_red_crack"}]
+ },
+ "mandy_def_atk_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.2,"mass":1,"spawnPointOffset":{"z":-1.5},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{"globalScale":1,"scale":1.2,"color":[0.85,0.75,0.75],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_1_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_2_anchor"},{"swf":"sc/effects_brawler.sc","name":"gunSmoke_reached_short_3_anchor"}]
+ },
+ "mandy_def_atk_trail_dot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":25},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"Deceleration","deceleration":[-5,-5,-5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[[0.5,0.85,1],[0,0.6,1]],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "mandy_def_atk_trail_dot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":25},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"Deceleration","deceleration":[-5,-5,-5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[[1,0.5,0.85],[1,0.3,0.3]],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":360,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "mandy_def_atk_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[0.5,1,1],
+ "alpha":0.75,
+ "angle":3,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mandy_def_atk_trail_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.25,
+ "color":[1,0.75,0.75],
+ "alpha":0.75,
+ "angle":3,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mandy_def_lobby_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.9,
+ "lifetime":0.23,
+ "mass":1,
+ "spawnPointOffset":{"x":0.05,"y":0.4,"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.27,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_lobby_impact"}]
+ },
+ "mandy_def_lobby_win_bullet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.45,
+ "lifetime":0.27,
+ "mass":1,
+ "spawnPointOffset":{"x":2,"y":0.5,"z":1.7},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":120},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.2,"minSpeedXY":-12,"maxSpeedXY":-12},
+ {"__class":"Deceleration","deceleration":[3,3,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145837,0.35677084,0.5963542,0.8307292,0.4,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-3,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_lobby_pistol"}]
+ },
+ "mandy_def_lobby_win_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3.1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":0.35,"y":0.3,"z":1.35},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":-0.1},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.32,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-10,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"darryl_006_atk_gunsmoke_red"}]
+ },
+ "mandy_def_lobby_win_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.6,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{"x":1.15,"z":1.95},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":15},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.05,
+ "scaleJitter":0.02,
+ "color":[1,1,0.25],
+ "alpha":0.3,
+ "angle":-1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"buster_def_lobby_bullet"}]
+ },
+ "mandy_def_ulti_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.15,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_start_01"},{"swf":"sc/effects_brawler.sc","name":"firework_start_02"},{"swf":"sc/effects_brawler.sc","name":"firework_start_03"}]
+ },
+ "mandy_def_ulti_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.75,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.15,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"firework_start_01_red"},{"swf":"sc/effects_brawler.sc","name":"firework_start_02_red"},{"swf":"sc/effects_brawler.sc","name":"firework_start_03_red"}]
+ },
+ "mandy_def_ulti_ready":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":1.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_ulti_ready"}]
+ },
+ "mandy_def_ulti_ready_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":1.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-90,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mandy_def_ulti_ready_red"}]
+ },
+ "mandy_def_ulti_trail_dot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":25},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"Deceleration","deceleration":[-5,-5,-5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.15,
+ "color":[[0.5,0.85,1],[0,0.6,1]],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":360,
+ "rotationSpeed":20,
+ "rotationSpeedJitter":-20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "mandy_def_ulti_trail_dot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.5,"spawnRate":25},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.15},
+ {"__class":"Deceleration","deceleration":[-5,-5,-5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.15,
+ "color":[[1,0.5,0.85],[1,0.3,0.3]],
+ "alpha":1,
+ "angle":3,
+ "angleJitter":360,
+ "rotationSpeed":20,
+ "rotationSpeedJitter":-20,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"}]
+ },
+ "mandy_def_ulti_trail_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":20,"velocity":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5598959,0.059895843,0.8541667,0.08072919,0.4,0.05],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.5130209,0.013020843,0.010416687,0.9947917,200,40],
+ "rotationSpeedJitter":[0.39583334,0.013020843,0,1.0026042,200,40],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"sandy_004_lobby_star"}]
+ },
+ "max_002_atk_hearts":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,-0.5,0.9,-0.5,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0,-0.8,1,3600,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_heart_small_01"},{"swf":"sc/effects_brawler.sc","name":"particle_heart_small_02"},{"swf":"sc/effects_brawler.sc","name":"particle_heart_small_03"}]
+ },
+ "max_002_atk_hearts_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-60,-60],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,-0.5,0.9,-0.5,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5,0,-0.8,1,3600,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_heart_small_04"},{"swf":"sc/effects_brawler.sc","name":"particle_heart_small_05"},{"swf":"sc/effects_brawler.sc","name":"particle_heart_small_06"}]
+ },
+ "max_002_atk_hit_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.95,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":4,"maxSpeedXY":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[10,10,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9895834,0.013020843,0.7682292,0.21354169,1,0.2],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_line_star_blink_1"},{"swf":"sc/effects_brawler.sc","name":"particle_line_star_blink_2"}]
+ },
+ "max_002_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_002_atk_reached"}]
+ },
+ "max_002_atk_reached_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.45]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.046875,1.015625,0,1,0.5,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.47395834,0.36458334,0.3463542,0.8932292,80,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_002_atk_reached_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,0],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.45]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.046875,1.015625,0,1,0.5,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.47395834,0.36458334,0.3463542,0.8932292,80,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_002_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_002_atk_reached_red"}]
+ },
+ "max_002_atk_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.1,-0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,2],[15,15,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,-0.5,0.8,-0.5,0.75,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_star_gold_2"}]
+ },
+ "max_002_lobby_sad_mark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.05,"z":2.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry_mark"}]
+ },
+ "max_002_lobby_sad_steams":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry_steam"}]
+ },
+ "max_002_lobby_sad_tears_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-0.5,0,1],[-0.5,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,2.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.028645843,0.9010417,0.17447919,0.08,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "max_002_lobby_sad_tears_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":2.8,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":0.4,"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-8],[0,0,-8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0,1],[0.5,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2.8,2.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.028645843,0.9010417,0.17447919,0.08,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "max_002_lobby_sad_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":2.8,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "gravity":[0,0,-0.3],
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":12},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":0.35}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.12,
+ "color":[0.7,1,1],
+ "alpha":1,
+ "angle":5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "max_003_atk_hit_feather_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.05,"spawnRate":6,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,-2.565104,1,-1.1380208,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[-480,-160],
+ "rotationSpeedJitter":[-200,-80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "max_003_atk_hit_feather_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.65,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.05,"spawnRate":6,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.11458334,-2.565104,1,-1.1380208,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[-480,-160],
+ "rotationSpeedJitter":[-200,-80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather_red"}]
+ },
+ "max_003_atk_hit_feather_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.05,"spawnRate":6,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[480,160],
+ "rotationSpeedJitter":[200,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "max_003_atk_hit_feather_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.05,"spawnRate":6,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[480,160],
+ "rotationSpeedJitter":[200,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather_red"}]
+ },
+ "max_003_atk_hit_feather_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.05,"spawnRate":6,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[480,160],
+ "rotationSpeedJitter":[200,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "max_003_atk_hit_feather_3_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"durationJitter":0.05,"spawnRate":6,"spawnRateJitter":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":1.5,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,3]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[480,160],
+ "rotationSpeedJitter":[200,80],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather_red"}]
+ },
+ "max_003_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Ground"},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":8,
+ "color":[0.9,0.9,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_blue"}]
+ },
+ "max_003_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"Ground"},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":8,
+ "color":[1,0.9,0.9],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_red"}]
+ },
+ "max_003_atk_hit_wind":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.3,2],
+ "scaleJitter":0.5,
+ "color":[[0.1,0.2,0.6],[0.2,0.3,0.6]],
+ "alpha":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "max_003_atk_hit_wind_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":90},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2.5,"maxSpeedXY":4,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[12,12,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,0.8,1.5],
+ "scaleJitter":0.5,
+ "color":[[0.6,0.1,0.2],[0.6,0.2,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,90,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "max_003_atk_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near1"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near2"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near3"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near4"}]
+ },
+ "max_003_atk_slash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near_red1"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near_red2"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near_red3"},{"swf":"sc/effects_brawler.sc","name":"particle_attakSlash_near_red4"}]
+ },
+ "max_003_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.941,0.941,0.243],[0.941,0.941,0.243]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_003_atk_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]},
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.4],[1,0.7,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-50,50],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_003_atk_trail_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,480,160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather"}]
+ },
+ "max_003_atk_trail_feather_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,480,160],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,200,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angerFeather_red"}]
+ },
+ "max_003_atk_twinkle_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,-1.8307291,1,-0.059895813,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.48177084,0.13802084,0.8307292,0.5026042,[0,0.5,0.8],[0,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6380209,0.028645843,0.8463542,0.4244792,900,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "max_003_atk_twinkle_1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,-1.8307291,1,-0.059895813,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.48177084,0.13802084,0.8307292,0.5026042,[1,0.4,0.2],[1,0.3,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6380209,0.028645843,0.8463542,0.4244792,900,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "max_003_atk_twinkle_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,-1.8307291,1,-0.059895813,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.48177084,0.13802084,0.8307292,0.5026042,[1,1,0.3],[1,0.5,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6380209,0.028645843,0.8463542,0.4244792,900,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "max_003_atk_twinkle_2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,12],[12,12,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35677084,-1.8307291,1,-0.059895813,0.4,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.48177084,0.13802084,0.8307292,0.5026042,[1,0.5,0.3],[1,0.6,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.6380209,0.028645843,0.8463542,0.4244792,900,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_twinkle_01_additive"}]
+ },
+ "max_003_ulti_bottle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,12],[6,6,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.5052084,0.013020843,0.08854169,1.0104167,900,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_bottle_2"}]
+ },
+ "max_003_ulti_bottle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,12],[6,6,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.5052084,0.013020843,0.08854169,1.0104167,900,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_bottle_2_red"}]
+ },
+ "max_003_ulti_cap":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,12],[6,6,12]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.85,0,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.5052084,0.013020843,0.08854169,1.0104167,900,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_bottle_1"}]
+ },
+ "max_003_ulti_feather":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-0.5],[0,0,-0.5]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,4],[4,4,4]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,-2,0.95,-1,0.4,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.35],[1,1,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[1,0.13020834,0.3046875,0.9791667,-640,-120],
+ "rotationSpeedJitter":[0.9895834,0.13020834,0.5338542,0.9869792,-200,-40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "max_003_ulti_feather_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.2421875,-2.783854,0.9453125,-1.0052083,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.65,0.35],[1,0.65,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,480,200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,300,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_feather_glow"}]
+ },
+ "max_003_ulti_ground_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,0.75,1],[0.35,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_1"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_2"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_3"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_4"}]
+ },
+ "max_003_ulti_ground_line_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.35,0.75],[1,0.35,0.75]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_1"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_2"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_3"},{"swf":"sc/effects_brawler.sc","name":"max_003_ulti_speed_4"}]
+ },
+ "max_003_ulti_ground_speed":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.35,0.75,1],[0.35,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_003_rec_ground_blur"}]
+ },
+ "max_003_ulti_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0.3],[0.7,0.7,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "max_003_ulti_line_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.5,0.3],[0.9,0.5,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "max_003_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.8,0.2,1,0.22,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "max_003_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":3,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.8,0.2,1,0.22,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "max_def_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":2,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":25,
+ "scaleJitter":8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "max_def_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":2,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":120},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":0.1,
+ "scale":25,
+ "scaleJitter":8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":40,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "max_def_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_def_reached_1"},{"swf":"sc/effects_brawler.sc","name":"max_def_reached_2"},{"swf":"sc/effects_brawler.sc","name":"max_def_reached_3"},{"swf":"sc/effects_brawler.sc","name":"max_def_reached_4"}]
+ },
+ "max_def_atk_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":2,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.5833334,0.005208343,0.6666667,0.6666667,[0,1,1],[0,0.4,0.9]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_def_reached_red_1"},{"swf":"sc/effects_brawler.sc","name":"max_def_reached_red_2"},{"swf":"sc/effects_brawler.sc","name":"max_def_reached_red_3"},{"swf":"sc/effects_brawler.sc","name":"max_def_reached_red_4"}]
+ },
+ "max_def_atk_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_def_atk_shock_1"},{"swf":"sc/effects_brawler.sc","name":"max_def_atk_shock_2"},{"swf":"sc/effects_brawler.sc","name":"max_def_atk_shock_3"}]
+ },
+ "max_def_atk_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_def_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,6.8,6.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.137,0.75,1],[0.137,0.75,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_def_atk_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,6.8,6.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.266,0.329],[1,0.266,0.329]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_def_atk_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_def_atk_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "max_def_ulti_can":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,12],[6,6,12]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.013020843,1,0.07291669,9,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.5052084,0.013020843,0.08854169,1.0104167,900,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_emptyCan"}]
+ },
+ "max_def_ulti_drinkDrop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.25,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-99999],[0,0,-99999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.36458337,-0.033854157,0.7994792,0.13541669,4,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.9,0.4],[0,0.9,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "max_def_ulti_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "max_def_ulti_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.15],[0,0,0.15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "durationJitter":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_red_1"},
+ {"swf":"sc/effects_brawler.sc","name":"shocked_red_2"}
+ ]
+ },
+ "max_def_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,520,520],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,11],[12,12,11]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0.9,1],[0.4,0.9,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "max_def_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,520,520],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,11],[12,12,11]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.4],[1,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "max_def_ulti_twinkling":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.5130209,0.41927084,0.6822917,0.6432292,24,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,270,270],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.2],[1,0.8,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mecha_002_atk1_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke"}]
+ },
+ "mecha_002_atk1_gunsmoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_gunsmoke_red"}]
+ },
+ "mecha_002_atk1_trail_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":20,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":16},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "mecha_002_atk1_trail_sparks_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":20,"lifetime":0.2,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":16},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "mecha_002_atk1_trail_sparks_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"Deceleration","deceleration":[1.5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.16145834,0.8229167,0.15104169,0.6,0.15],
+ "scaleJitter":0.15,
+ "color":[0,0.5,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "tailLength":[0.15364584,0.7239584,0.06510419,1.0026042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_trail_sparks"}]
+ },
+ "mecha_002_atk1_trail_sparks_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},
+ {"__class":"Deceleration","deceleration":[1.5,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.16145834,0.8229167,0.15104169,0.6,0.15],
+ "scaleJitter":0.15,
+ "color":[0,0.5,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "tailLength":[0.15364584,0.7239584,0.06510419,1.0026042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk1_trail_sparks_red"}]
+ },
+ "mecha_002_atk2_hit_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_atk_hit"}]
+ },
+ "mecha_002_atk2_hit_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":0.75,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_atk_hit_red"}]
+ },
+ "mecha_002_atk2_hit_impact_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"squeak_004_atk_hit"}]
+ },
+ "mecha_002_atk2_hit_impact_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"squeak_004_atk_hit_red"}]
+ },
+ "mecha_002_atk2_hit_impact_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk2_hit_impact"}]
+ },
+ "mecha_002_atk2_hit_impact_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1,
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk2_hit_impact_red"}]
+ },
+ "mecha_002_atk2_hit_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_ulti_hit"}]
+ },
+ "mecha_002_atk2_hit_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_ulti_hit_red"}]
+ },
+ "mecha_002_atk2_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk2_gunsmoke"}]
+ },
+ "mecha_002_atk2_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_atk2_gunsmoke_red"}]
+ },
+ "mecha_002_atk2_trail_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":8},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "mecha_002_ulti1_spawn_display":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,1,1],"alpha":0.5,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_spawn_display"}]
+ },
+ "mecha_002_ulti1_spawn_display_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,1,1],"alpha":0.5,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_spawn_display_red"}]
+ },
+ "mecha_002_ulti1_spawn_energy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[0.29427087,0.18489587,0.12760419,0.99479175,0.5,0.7],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":90,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_spawn_energy"}]
+ },
+ "mecha_002_ulti1_spawn_energy_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1.25,
+ "scale":[0.29427087,0.18489587,0.12760419,0.99479175,0.5,0.7],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":90,
+ "rotationSpeedJitter":45,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_spawn_energy_red"}]
+ },
+ "mecha_002_ulti1_spawn_ready":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_spawn_ready"}]
+ },
+ "mecha_002_ulti1_spawn_ready_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_spawn_ready_red"}]
+ },
+ "mecha_002_ulti2_death_arms":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":2.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":10,
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_arms_01"},{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_arms_02"}]
+ },
+ "mecha_002_ulti2_death_arms_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":2.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":10,
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_arms_01_red"},{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_arms_02_red"}]
+ },
+ "mecha_002_ulti2_death_horn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":8,"velocityJitter":3},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8984375,-0.010416657,0.984375,0.2838542,0.6,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.35,0,0.057291687,0.98697925,720,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_horn"}]
+ },
+ "mecha_002_ulti2_death_shard":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":12,"velocityJitter":3},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.8984375,-0.010416657,0.984375,0.2838542,5,2],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.35,0,0.057291687,0.98697925,720,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_metal_01"},{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_metal_02"},{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_metal_03"},{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_death_metal_04"}]
+ },
+ "mecha_002_ulti2_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.025,
+ "lifetime":0.5,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":3,
+ "spawnMaxSize":3.5,
+ "minAngle":40,
+ "maxAngle":-80,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,3,3.5],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,1,0]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mecha_002_ulti2_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.025,
+ "lifetime":0.5,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":3,
+ "spawnMaxSize":3.5,
+ "minAngle":40,
+ "maxAngle":-80,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,3,3.5],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[1,1,0]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mecha_002_ulti2_hexagon":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"Ground"},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeed":[0.013020843,1.0052084,0,0.9322917,-90,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_hexagon"}]
+ },
+ "mecha_002_ulti2_hexagon_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"Ground"},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":0.9,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeed":[0.013020843,1.0052084,0,0.9322917,-90,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_002_ulti_hexagon_red"}]
+ },
+ "mecha_002_ulti2_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-6],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[50,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":2.5,
+ "spawnMaxSize":3,
+ "minAngle":40,
+ "maxAngle":-80,
+ "minSpeedXY":-3,
+ "maxSpeedXY":3,
+ "minSpeedZ":1,
+ "maxSpeedZ":4
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,0.7,0.15],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,1000,120],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R"}]
+ },
+ "mecha_003_atk1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk1"}]
+ },
+ "mecha_003_atk1_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk1_hit"}]
+ },
+ "mecha_003_atk1_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk1_hit_red"}]
+ },
+ "mecha_003_atk1_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.19,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk1_reached"}]
+ },
+ "mecha_003_atk1_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.19,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk1_reached_red"}]
+ },
+ "mecha_003_atk1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":45,"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk1_red"}]
+ },
+ "mecha_003_atk1_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-0.01,0,0]],
+ "directionJitterAngle":20,
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,1.7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop"}]
+ },
+ "mecha_003_atk1_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[-1,0,0],[-0.01,0,0]],
+ "directionJitterAngle":20,
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,2,1.7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8645834,0.036458343,0.9088542,0.08072919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_red"}]
+ },
+ "mecha_003_atk2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2"}]
+ },
+ "mecha_003_atk2_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_hit"}]
+ },
+ "mecha_003_atk2_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.15,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_hit_red"}]
+ },
+ "mecha_003_atk2_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_reached"}]
+ },
+ "mecha_003_atk2_reached_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.5390625,-0.002604157,1,0.5416667,3.4,2],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":100,
+ "rotationSpeed":[0,0.7239584,0,0.98697925,90,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_reached_debris2"},{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_reached_debris1"}]
+ },
+ "mecha_003_atk2_reached_debris1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.5390625,-0.002604157,1,0.5416667,3.4,2],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":100,
+ "rotationSpeed":[0,0.7239584,0,0.98697925,90,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_reached_debris1_red"},{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_reached_debris2_red"}]
+ },
+ "mecha_003_atk2_reached_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.5390625,-0.002604157,1,0.5416667,4,2.5],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":100,
+ "rotationSpeed":[0,0.7239584,0,0.98697925,90,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"meg_003_ulti_projectile_tongs"}]
+ },
+ "mecha_003_atk2_reached_debris2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.002,"spawnRate":1000},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.5,"friction":0.4}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.5390625,-0.002604157,1,0.5416667,4,2.5],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":100,
+ "rotationSpeed":[0,0.7239584,0,0.98697925,90,0],
+ "rotationSpeedJitter":0.5,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"meg_003_ulti_projectile_tongs_red"}]
+ },
+ "mecha_003_atk2_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":30},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.3,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_reached_red"}]
+ },
+ "mecha_003_atk2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":10,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_atk2_red"}]
+ },
+ "mecha_003_atk2_trail_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.25,
+ "lifetimeJitter":0.125,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":8},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":60,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "mecha_003_ulti1_spawn_ready":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.04,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":1,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti_spawn_ready"}]
+ },
+ "mecha_003_ulti1_spawn_ready_fire":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.9,"lifetime":0.7,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti_ready_fire"}]
+ },
+ "mecha_003_ulti1_spawn_ready_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"emitterDelay":0.9,"lifetime":0.7,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":100}]},
+ "render":{"globalScale":1,"scale":0.75,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti_ready_fire_red"}]
+ },
+ "mecha_003_ulti2_death_frontlight":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-30],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"Ground","bounciness":0.4,"friction":0.3},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1,"maxSpeedXY":3,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[2,2,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":[0.1609375,0.984375,-0.1,1,90,0],
+ "angleJitter":10,
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti2_death_frontlight"}]
+ },
+ "mecha_003_ulti2_death_shard":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":12,"velocityJitter":3},
+ {"__class":"Ground","bounciness":0.5,"friction":0.6},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.8984375,-0.010416657,0.984375,0.2838542,5,2],
+ "scaleJitter":0.3,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":30,
+ "rotationSpeed":[0.35,0,0.057291687,0.98697925,720,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_death_debris1"},{"swf":"sc/effects_brawler.sc","name":"mecha_003_death_debris2"},{"swf":"sc/effects_brawler.sc","name":"mecha_003_death_debris3"},{"swf":"sc/effects_brawler.sc","name":"mecha_003_death_debris4"}]
+ },
+ "mecha_003_ulti2_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"Ground"},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeed":[0.013020843,1.0052084,0,0.9322917,-90,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti_swing_fire"}]
+ },
+ "mecha_003_ulti2_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":100},{"__class":"Ground"},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "rotationSpeed":[0.013020843,1.0052084,0,0.9322917,-90,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti_swing_fire_red"}]
+ },
+ "mecha_003_ulti2_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":3,
+ "spawnMaxSize":3.5,
+ "minAngle":40,
+ "maxAngle":-80,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,3,3.5],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.3,1],[0,0,0]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mecha_003_ulti2_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":1,
+ "lifetimeJitter":0.12,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":[200,200],"spawnRateJitter":2},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":3,
+ "spawnMaxSize":3.5,
+ "minAngle":40,
+ "maxAngle":-80,
+ "minSpeedXY":-1,
+ "maxSpeedXY":1,
+ "minSpeedZ":0.1,
+ "maxSpeedZ":0.1
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.26302084,-1.2838541,0.9088542,-0.4895833,3,3.5],
+ "scaleJitter":1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.1,0],[0,0,0]],
+ "alpha":0.15,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.49739584,0.23958334,0.2604167,0.74479175,120,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mecha_003_ulti_tireprint":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.15,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":7},{"__class":"SpawnPlanar"}]
+ },
+ "render":{"globalScale":1,"scale":1.1,"color":[1,1,1],"alpha":0.75,"orientToDirection":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_003_ulti_tireprint"}]
+ },
+ "mecha_def_atk1_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit"}]
+ },
+ "mecha_def_atk1_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bea_def_atk_hit_red"}]
+ },
+ "mecha_def_atk1_hit_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_002_atk_hit"}]
+ },
+ "mecha_def_atk1_hit_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"leon_002_atk_hit_red"}]
+ },
+ "mecha_def_atk1_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"max_def_atk_shock_1"},{"swf":"sc/effects_brawler.sc","name":"max_def_atk_shock_2"},{"swf":"sc/effects_brawler.sc","name":"max_def_atk_shock_3"}]
+ },
+ "mecha_def_atk1_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_atk1_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.05,-0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.7,-0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-6,-6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.137,1,1],[0.137,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elec_trail_1"},{"swf":"sc/effects_brawler.sc","name":"elec_trail_2"},{"swf":"sc/effects_brawler.sc","name":"elec_trail_4"},{"swf":"sc/effects_brawler.sc","name":"elec_trail_5"}]
+ },
+ "mecha_def_atk1_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-0.05,-0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.7,-0.7],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-6,-6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,1],[1,0.3,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elec_trail_1"},{"swf":"sc/effects_brawler.sc","name":"elec_trail_2"},{"swf":"sc/effects_brawler.sc","name":"elec_trail_4"},{"swf":"sc/effects_brawler.sc","name":"elec_trail_5"}]
+ },
+ "mecha_def_atk1_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_atk1_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,-2.8697915,0.8828125,-1.7864583,0.42,0.32],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_atk2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,1,1],[0.3,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2"}]
+ },
+ "mecha_def_atk2_diamond":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_diamond_01"},{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_diamond_02"},{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_diamond_03"}]
+ },
+ "mecha_def_atk2_diamond_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,1],[1,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_diamond_01"},{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_diamond_02"},{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_diamond_03"}]
+ },
+ "mecha_def_atk2_glow_cone":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8411459,0.005208343,0.3463542,0.9791667,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.42708334,0.005208373,0.22916669,1.0026042,[0.6,1,1],[0,0.4,1]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_glow"}]
+ },
+ "mecha_def_atk2_glow_cone_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8411459,0.005208343,0.3463542,0.9791667,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.42708334,0.005208373,0.22916669,1.0026042,[1,0.6,1],[0.8,0,0.3]],
+ "alpha":[0.134375,0.7859375,0.0703125,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2_glow"}]
+ },
+ "mecha_def_atk2_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk_hit"}]
+ },
+ "mecha_def_atk2_hit_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[0.7,1,1],[0,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "mecha_def_atk2_hit_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6458334,0.005208343,0.22135419,0.9713542,[1,0.6,0.6],[0.5,0.1,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "mecha_def_atk2_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk_hit_red"}]
+ },
+ "mecha_def_atk2_impact_dot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_diamond_spread_1"},{"swf":"sc/effects_brawler.sc","name":"particle_diamond_spread_2"}]
+ },
+ "mecha_def_atk2_impact_dot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.13,0.13],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":4}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,0,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_diamond_spread_1"},{"swf":"sc/effects_brawler.sc","name":"particle_diamond_spread_2"}]
+ },
+ "mecha_def_atk2_reached_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0.8],[4,4,0.8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.5,0.8],[0.1,0.5,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "mecha_def_atk2_reached_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,0.8],[4,4,0.8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.1,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[1,0.3,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "mecha_def_atk2_reached_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_ulti_hit"}]
+ },
+ "mecha_def_atk2_reached_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bibi_def_ulti_hit_red"}]
+ },
+ "mecha_def_atk2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.55,0.8],[1,0.55,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_atk2"}]
+ },
+ "mecha_def_atk2_trail_dots_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2.5,-2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-3.5,-3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,2,0],[5,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.2,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.3,1],[0,0.3,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "mecha_def_atk2_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.8,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.2,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.1],[1,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "mecha_def_atk2_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-1.6,-1.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,1.4,0],[1.4,1.4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.5651042,0.99479175,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_atk2_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-0.8,-0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-1.6,-1.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.4,1.4,0],[1.4,1.4,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.5651042,0.99479175,120,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_ulti1_cloudExplode_huge":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_cloudExplode_huge_blue"}]
+ },
+ "mecha_def_ulti1_cloudExplode_huge_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_cloudExplode_huge_red"}]
+ },
+ "mecha_def_ulti1_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_ulti1_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.35,
+ "spawnRate":[0.33333334,0.33333334,0.4479167,0.9557292,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_ulti1_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.42708337,0.013020843,0.10416669,1.0494792,10,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"crow_004_ulti_impact"}]
+ },
+ "mecha_def_ulti1_spawn_display":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,0.18489587,0.12760419,0.99479175,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_spawn_display"}]
+ },
+ "mecha_def_ulti1_spawn_display_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,0.18489587,0.12760419,0.99479175,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_spawn_display_red"}]
+ },
+ "mecha_def_ulti1_spawn_head":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1.2,-0.484375,0.8390625,0.375,8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_head_point"}]
+ },
+ "mecha_def_ulti1_spawn_head_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":3.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1.2,-0.484375,0.8390625,0.375,8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_head_point_red"}]
+ },
+ "mecha_def_ulti1_spawn_light":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_blue"}]
+ },
+ "mecha_def_ulti1_spawn_light_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_def_spawn_red"}]
+ },
+ "mecha_def_ulti1_spawn_line":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,11,11]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.7,1],[0.2,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "mecha_def_ulti1_spawn_line_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,70,70],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,11,11]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.7],[1,0.2,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "mecha_def_ulti1_spawn_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,25],[30,30,25]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_ulti1_spawn_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,1.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,25],[30,30,25]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_5"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10_brighter"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10"}]
+ },
+ "mecha_def_ulti1_spawn_ready":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,0.18489587,0.12760419,0.99479175,0.5,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_spawn_ready"}]
+ },
+ "mecha_def_ulti1_spawn_ready_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.29427087,0.18489587,0.12760419,0.99479175,0.5,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_spawn_ready_red"}]
+ },
+ "mecha_def_ulti1_spawnElec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.05,1.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti1_spawnElec"}]
+ },
+ "mecha_def_ulti1_spawnElec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.14,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.05,1.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti1_spawnElec_red"}]
+ },
+ "mecha_def_ulti2_beam":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.9,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_beam"}]
+ },
+ "mecha_def_ulti2_beam1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6,0,0.2,0.8,[0.5,1,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mecha_def_ulti_beam"}]
+ },
+ "mecha_def_ulti2_death_arms":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_death_arm_1"},{"swf":"sc/effects_brawler.sc","name":"particle_death_arm_2"}]
+ },
+ "mecha_def_ulti2_death_arms_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.2,1,-0.1,1,90,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7,0.1,-0.2,0.8,60,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_death_arm_red_1"},{"swf":"sc/effects_brawler.sc","name":"particle_death_arm_red_2"}]
+ },
+ "mecha_def_ulti2_death_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,1.3,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_02"}]
+ },
+ "mecha_def_ulti2_death_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,1.3,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_small_02_red"}]
+ },
+ "mecha_def_ulti2_death_groundCloud_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_purple_01"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_purple_02"}]
+ },
+ "mecha_def_ulti2_death_groundCloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_red_01"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_red_02"}]
+ },
+ "mecha_def_ulti2_death_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.7,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mecha_def_ulti2_death_shard":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.35,0,0.057291687,0.98697925,1080,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"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"},
+ {"swf":"sc/effects.sc","name":"metal_shard_red_02"}
+ ]
+ },
+ "mecha_def_ulti2_death_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_attack_blue"}]
+ },
+ "mecha_def_ulti2_death_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5520834,0,1.0182292,0.2,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dynamike_attack_red"}]
+ },
+ "mecha_def_ulti2_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,230,230],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0,0.5,0.9947917,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_display_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_display_purple"}]
+ },
+ "mecha_def_ulti2_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,230,230],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,130,130],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[1,0,0.5,0.9947917,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_display_red"},{"swf":"sc/effects_brawler.sc","name":"particle_display_purple"}]
+ },
+ "meteor_shards_50":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"meteor_shard_01"},{"swf":"sc/effects.sc","name":"meteor_shard_02"},{"swf":"sc/effects.sc","name":"meteor_shard_03"},{"swf":"sc/effects.sc","name":"meteor_shard_04"}]
+ },
+ "meteor_shards_80":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.6,1.6],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,6.4,6.4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"meteor_shard_01"},{"swf":"sc/effects.sc","name":"meteor_shard_02"},{"swf":"sc/effects.sc","name":"meteor_shard_03"},{"swf":"sc/effects.sc","name":"meteor_shard_04"}]
+ },
+ "mine_shroom_explo":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_white_02"},{"swf":"sc/effects.sc","name":"metal_shard_white_03"},{"swf":"sc/effects.sc","name":"plastic_shard_02"},{"swf":"sc/effects.sc","name":"plastic_shard_02"}]
+ },
+ "mine_shroom_explo_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,0.6000002,0.6000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.4000002,0.4000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.5,-0.5],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_white_02"},{"swf":"sc/effects.sc","name":"metal_shard_white_03"},{"swf":"sc/effects.sc","name":"plastic_shard_02"},{"swf":"sc/effects.sc","name":"plastic_shard_03"}]
+ },
+ "mine_shroom_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_white_02"},{"swf":"sc/effects.sc","name":"metal_shard_white_02"},{"swf":"sc/effects.sc","name":"plastic_shard_03"}]
+ },
+ "MineRing_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.3,1.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"mine_range600_blue"}]
+ },
+ "MineRing_emitter_enemy":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.3,1.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"mine_range600_red"}]
+ },
+ "minicity_barrel_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"metal_shard_blue_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_blue_03"},
+ {"swf":"sc/effects.sc","name":"stone_1_mine"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minicity_barrel_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"metal_shard_blue_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_blue_03"},
+ {"swf":"sc/effects.sc","name":"stone_1_mine"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minicity_barrel_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"metal_shard_blue_02"},{"swf":"sc/effects.sc","name":"metal_shard_blue_03"}]
+ },
+ "minicity_building_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"minicity_building2_debris1"},
+ {"swf":"sc/effects.sc","name":"minicity_building2_debris2"},
+ {"swf":"sc/effects.sc","name":"minicity_building2_debris3"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minicity_building_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"minicity_building2_debris1"},
+ {"swf":"sc/effects.sc","name":"minicity_building2_debris2"},
+ {"swf":"sc/effects.sc","name":"minicity_building2_debris3"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minicity_building_hit_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.55,0.55],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.42},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.49,0.49]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[1,1,0],[1,1,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-45,-45],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.064,1.064],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,3.724,3.724],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.75,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"minicity_building2_debris1"},{"swf":"sc/effects.sc","name":"minicity_building2_debris2"},{"swf":"sc/effects.sc","name":"minicity_building2_debris3"}]
+ },
+ "minicity_fragile_debris":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects.sc","name":"plastic_shard_02"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_01"},
+ {"swf":"sc/effects.sc","name":"plastic_shard_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minicity_rope_fence_explo_debris1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.3333332,0.3333332,0.6666672,0.6666672,1.5000002,1.5000002],
+ "lifetimeJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0.5000002,0.5000002],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001000642,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0.5,0.5,0],[0.5,0.5,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,30.000002,30.000002],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.3333332,0.3333332,0.6666672,0.6666672,0.6500002,0.6500002],"friction":[0.3333332,0.3333332,0.6666672,0.6666672,0.3500002,0.3500002]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"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_yellow_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minicity_rope_fence_explo_debris2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-90],[0,0,-90]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.001,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.375,-0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,15.000001,15.000001],
+ "maxSpeedZ":[0.3333331,0.3333331,0.6666671,0.6666671,45,45],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"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_yellow_03"},
+ {"swf":"sc/effects.sc","name":"metal_shard_02"},
+ {"swf":"sc/effects.sc","name":"metal_shard_03"}
+ ]
+ },
+ "minion_bolts_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,5,5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,560,560],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4.5,4.5],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],"friction":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9348959,0.06770834,0.9244792,0.09635419,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.34895834,0.6692709,0,1.0182292,360,20],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_01"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_02"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_03"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_04"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_06"}
+ ]
+ },
+ "minion_bolts_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":9,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.3,1.3],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-100],[0,0,-100]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,7,7],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,23,23],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8567709,0.028645843,0.953125,0.07291669,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5520834,0.013020843,0,0.99479175,720,20],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_01"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_02"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_03"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_04"},
+ {"swf":"sc/effects_brawler.sc","name":"minion_bolts_06"}
+ ]
+ },
+ "minion_bolts_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5870,5870],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,6230,6230],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],"friction":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9609375,0.036458343,0.9765625,0.033854187,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.046875,0.5052084,0,1.0026042,720,20],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_bolts_01"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_02"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_04"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_06"}]
+ },
+ "minion_bolts_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.2,1.2],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5870,5870],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,6230,6230],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],"friction":[0.333333,0.333333,0.666667,0.666667,0.2,0.2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9609375,0.036458343,0.9765625,0.033854187,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.046875,0.5052084,0,1.0026042,720,20],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_bolts_01"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_02"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_04"},{"swf":"sc/effects_brawler.sc","name":"minion_bolts_06"}]
+ },
+ "minion_cloudExplode_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_red_01"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_ground_red_02"}]
+ },
+ "minion_explosion_circle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_04_circle"}]
+ },
+ "minion_explosion_circle_wave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5130209,0.052083373,0.19010419,0.9791667,[1,1,0],[0.85,0.1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave"}]
+ },
+ "minion_explosion_elec_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.15,1.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_01"}]
+ },
+ "minion_explosion_elec_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.48958337,0.12239584,0.8619792,0.3072917,0,1.5],
+ "spawnMaxSize":[0.5208334,0.15364584,0.9635417,0.2838542,0,2.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[1,-0.010416627,0,1.0182292,[1,1,1],[0,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_02"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_03"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_04"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_elec_05"}]
+ },
+ "minion_explosion_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.15,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,240,240],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3333332,0.3333332,0.6666672,0.6666672,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,20,20]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.38,0.38]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "minion_explosion_glow_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.6380209,0.4166667,0.9322917,4,7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.47395837,0.005208343,0,1.0026042,[0,0.5,1],[1,0.2,0]],
+ "alpha":[0.46614584,0.22395834,0.6588542,0.5182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "minion_explosion_hit_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_hit_01"}]
+ },
+ "minion_explosion_hit_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_hit_02"}]
+ },
+ "minion_explosion_hit_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_hit_03"}]
+ },
+ "minion_explosion_smoke_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_02"}]
+ },
+ "minion_explosion_smoke_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_05"}]
+ },
+ "minion_explosion_smoke_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_03"},{"swf":"sc/effects_brawler.sc","name":"cloudExplode_red_04"},{"swf":"sc/effects_brawler.sc","name":"minion_explosion_01"}]
+ },
+ "minion_explosion_smoke_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_explosion_04"}]
+ },
+ "minion_explosion_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1328125,1.0286459,0,1.0026042,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.7395834,0.16145834,0.7421875,0.13541669,0.75,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "minion_explosion_sparks_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":0.1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,15],[15,15,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.15,
+ "scale":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ "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"}]
+ },
+ "minion_missile_gunsmoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.1,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gunSmoke_M"}]
+ },
+ "minion_missile_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.175,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,35,35],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_red_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_short_red_2"}]
+ },
+ "minion_parts_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0,0.975,0.03125,0.9875,360,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_parts_01"}]
+ },
+ "minion_parts_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5390625,0.1,0.34375,0.95625,720,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_parts_02"}]
+ },
+ "minion_parts_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":0.075,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,17.5,17.5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9661459,0.013020843,0.8619792,0.17447919,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.3515625,0.006250001,0,0.9953125,720,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_parts_03"},{"swf":"sc/effects_brawler.sc","name":"minion_parts_06"},{"swf":"sc/effects_brawler.sc","name":"minion_parts_07"}]
+ },
+ "minion_parts_03_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.8,
+ "scale":[0.9661459,0.013020843,0.8619792,0.17447919,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5390625,0.1,0.34375,0.95625,720,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_parts_03"},{"swf":"sc/effects_brawler.sc","name":"minion_parts_06"},{"swf":"sc/effects_brawler.sc","name":"minion_parts_07"}]
+ },
+ "minion_parts_04":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5390625,0.1,0.34375,0.95625,720,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_parts_04"}]
+ },
+ "minion_parts_05":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,-0.002604157,0.9635417,-0.052083313,0.8,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.5390625,0.1,0.34375,0.95625,720,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_parts_05"}]
+ },
+ "minion_rush":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":2,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_boss_rush"}]
+ },
+ "minion_rush_footstep_L":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.2,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":3.5},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "color":[1,1,1],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_boss_rush_footstep_L"}]
+ },
+ "minion_rush_footstep_R":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":-2},
+ "components":[{"__class":"SpawnRate","duration":0.15,"spawnRate":3.5},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "color":[1,1,1],
+ "alpha":[1,0.005208373,1,0.057291746,1,0],
+ "angle":180,
+ "orientToDirection":true,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_boss_rush_footstep_R"}]
+ },
+ "minion_rush_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.55,
+ "lifetimeJitter":0.25,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":33.333332},
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.25,
+ "spawnMaxSize":0.25,
+ "maxAngle":360,
+ "minSpeedXY":2,
+ "maxSpeedXY":8.000001,
+ "minSpeedZ":9,
+ "maxSpeedZ":22.5,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.65,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,20],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"groundFrag_4"},
+ {"swf":"sc/effects_brawler.sc","name":"groundFrag_5"},
+ {"swf":"sc/effects_brawler.sc","name":"groundFrag_6"}
+ ]
+ },
+ "minion_warning_long":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":4},
+ "gravity":[0,0,0.1],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":4},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,3,-1.5,1,0.2,0.525],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_boss_warning"}]
+ },
+ "minion_warning_medium":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":4},
+ "gravity":[0,0,0.1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":4},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,3,-1.5,1,0.2,0.525],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_boss_warning"}]
+ },
+ "minion_warning_short":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":4},
+ "gravity":[0,0,0.1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":4},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":360,"velocity":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13020834,3,-1.5,1,0.2,0.525],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"minion_boss_warning"}]
+ },
+ "mode_basket_hit_ringWave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.27451],[1,1,0.27451]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave"}]
+ },
+ "mode_gift_box_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.12,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,8],[0,0,8]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[8,8,8],[8,8,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-130,-130],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-50,-50],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.12239587,0.5989584,0.4010417,0.9010417,4.5,4.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.32552084,0.29427087,0.15104169,0.9479167,180,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cloudCannon"}]
+ },
+ "mode_gift_box_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[6,6,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9505209,0.028645843,0.9453125,0.19010419,4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.25520834,0.20833337,0,1.0026042,1080,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gift_frag_blue"}]
+ },
+ "mode_gift_box_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,10],[6,6,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.9505209,0.028645843,0.9453125,0.19010419,4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.25520834,0.20833337,0,1.0026042,1080,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gift_frag_red"}]
+ },
+ "mode_gift_box_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mode_gift_box_stars_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,1.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.5,1],[0.2,0.5,1]],
+ "alpha":[0,1,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.05,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_3"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_4"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"}]
+ },
+ "mode_gift_explosion":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,5],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,90,90],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mode_gift_goal_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1500,1500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-1,0],[0,-1,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,11],[15,15,11]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.796875,-0.002604127,0.84375,0.2838542,0.3,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_4"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_confetti_5"}
+ ]
+ },
+ "mode_hold_ringWave":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.65,2.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.38,0.38,0],[0.38,0.38,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802087,0.052083343,0.4484375,1,0.4,0.95],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,0.5,1]],
+ "alpha":[0.30208334,0.9661459,0.11197919,0.9947917,0,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.7,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "mode_hold_ringWave_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,2.65,2.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.38,0.38,0],[0.38,0.38,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.38802087,0.052083343,0.4484375,1,0.4,0.95],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.16,0.35],[1,0.16,0.35]],
+ "alpha":[0.30208334,0.9661459,0.11197919,0.9947917,0,0.2],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.7,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ring_blurry_add"}]
+ },
+ "mode_hold_spawn_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.30208334,0.5130209,0.4088542,0.9088542,0,0.6],
+ "spawnMaxSize":[0.26302084,0.5677084,0.4322917,0.9479167,0.2,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.08072919,0.9713542,40,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.1],[1,0.8,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "mode_hold_spawn_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6.5,6.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,0],[15,15,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0.1],[0.6,0.2,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mode_hold_spawn_gas_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1600,1600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[16,16,0],[16,16,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.6,2.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[0.5,0.35,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mode_hold_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.1],[1,0.8,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_blink_6"}]
+ },
+ "mode_hold_trail_gas_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0.5],[0,0,0.5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,0],[10,10,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.2,1.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.9,0.4],[1,0.6,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mode_koh_captured_center":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,20],[1,1,20]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.8,1],[0.05,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7473959,0.09114584,0.3697917,0.9791667,480,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mode_koh_captured_center_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-4],[0,0,-4]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,20],[1,1,20]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.4],[0.2,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7473959,0.09114584,0.3697917,0.9791667,480,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mode_koh_captured_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_captured"}]
+ },
+ "mode_koh_captured_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_captured_red"}]
+ },
+ "mode_koh_captured_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-2],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,10],[1,1,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.4,1],[0.15,0.2,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7473959,0.09114584,0.3697917,0.9791667,480,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mode_koh_captured_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-2],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,10],[1,1,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.05,0.3],[0.5,0.1,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7473959,0.09114584,0.3697917,0.9791667,480,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mode_koh_capturing_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_capturing"}]
+ },
+ "mode_koh_capturing_base_faster":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_capturing_faster"}]
+ },
+ "mode_koh_capturing_base_faster_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_capturing_faster_red"}]
+ },
+ "mode_koh_capturing_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_capturing_red"}]
+ },
+ "mode_koh_capturing_flagGlow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.24739584,0.22916669,0.8151042,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5130209,0.005208343,0,0.9244792,[0.2,0.5,1],[0,0.2,0.6]],
+ "alpha":[0.15,1,-0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_flag_aura"}]
+ },
+ "mode_koh_capturing_flagGlow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.24739584,0.22916669,0.8151042,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.38802084,0.06770834,0.15885419,0.8541667,[1,0.1,0.2],[0.4,0.15,0.3]],
+ "alpha":[0.15,1,-0.1,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.6,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_flag_aura"}]
+ },
+ "mode_koh_capturing_flow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.2,0.5],[0,0,0.2]],
+ "alpha":[0.23958334,0.8098959,0,1.0026042,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_half"}]
+ },
+ "mode_koh_capturing_flow_faster":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.2,0.5],[0,0,0.2]],
+ "alpha":[0.23958334,0.8098959,0,1.0026042,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "mode_koh_capturing_flow_faster_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.75,0.75],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0,0.2],[0.1,0,0.15]],
+ "alpha":[0.23958334,0.8098959,0,1.0026042,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_area_glowCircle_1"}]
+ },
+ "mode_koh_capturing_flow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,0,0.2],[0.1,0,0.15]],
+ "alpha":[0.23958334,0.8098959,0,1.0026042,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ringWave_half"}]
+ },
+ "mode_koh_capturing_progress":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.1,0.3],[0,0.1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gauge_progress_L"}]
+ },
+ "mode_koh_capturing_progress_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.05,0.1],[0.3,0.05,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gauge_progress_R"}]
+ },
+ "mode_koh_competing_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,1,-0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_competing"}]
+ },
+ "mode_koh_competing_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,600,600],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0,1,-0.2,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_competed"}]
+ },
+ "mode_koh_competing_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"shocked_1"},
+ {"swf":"sc/effects_brawler.sc","name":"shocked_4"},
+ {"swf":"sc/effects_brawler.sc","name":"shocked_red_1"},
+ {"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"}
+ ]
+ },
+ "mode_koh_complete_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_completed"}]
+ },
+ "mode_koh_complete_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"area_mode_koh_completed_red"}]
+ },
+ "mode_koh_complete_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.36458334,0.16145834,0.2994792,0.9869792,20,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_01"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_02"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_03"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_04"}]
+ },
+ "mode_koh_complete_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.35,0.45],[1,0.35,0.45]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.36458334,0.16145834,0.2994792,0.9869792,20,5],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_01"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_02"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_03"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_distance_04"}]
+ },
+ "mode_valley_hit_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.6],[1,1,0.6]],
+ "alpha":[0.3171875,0.21875,0.1578125,0.8203125,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "mode_valley_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,-6,0.9,-4,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mode_valley_hit_impact"}]
+ },
+ "mode_valley_hit_stars":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0.005208343,0.8229167,0.041666687,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.7161459,0.044270843,0,1.0026042,1440,80],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_star_add"}]
+ },
+ "mode_valley_hit_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.28645834,0.5598959,0.4166667,0.9244792,1,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_1"},{"swf":"sc/effects_brawler.sc","name":"particle_cleanse_twinkle_2"}]
+ },
+ "mortis_002_atk_ground1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,175,175],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,185,185],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.32,0.19,0.4],[0.32,0.19,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_atk_groundA"}]
+ },
+ "mortis_002_atk_ground2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.16,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.35,0.95],[0.5,0.35,0.95]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_atk_groundB"}]
+ },
+ "mortis_002_atk_ground3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.16,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.32,0.19,0.4],[0.32,0.19,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.4322917,0.98697925,180,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_atk_groundC"}]
+ },
+ "mortis_002_atk_ground4":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.16,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,16,16],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.3,0.6],[0.8,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_atk_groundB"}]
+ },
+ "mortis_002_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mortis_002_atk_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,16,16],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mortis_003_atk_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-30,-30],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,5],[6,6,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23958334,-1.6510416,1,-0.6770833,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.7942709,0.09114584,0.18229169,0.8932292,180,30],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_opaque_1"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_opaque_2"}]
+ },
+ "mortis_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0,0,-6],
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09895834,0.7317709,0.11979169,0.9244792,0.3,1.1],
+ "scaleJitter":0.1,
+ "color":[0.92,0.75,0.38],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.42708334,0.17708334,0.11979169,0.8932292,120,20],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dust_hit_type1"},{"swf":"sc/effects_brawler.sc","name":"dust_hit_type2"}]
+ },
+ "mortis_003_ulti_end_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5052084,0.11197919,0.9401042,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "mortis_003_ulti_end_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4,4,5],[4,4,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5052084,0.11197919,0.9401042,0.8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.48,0.35],[1,0.48,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.09114587,0.7239584,0.4166667,0.7916667,400,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.25,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "mortis_003_ulti_end_tornado":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,8],[0.3,0.3,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_003_ulti_end_tornado_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.3,8],[0.3,0.3,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.48,0.35],[1,0.48,0.35]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_003_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.10677084,0.7161459,0.11197919,0.98697925,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "mortis_003_ulti_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.10677084,0.7161459,0.11197919,0.98697925,0.3,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.48,0.35],[1,0.48,0.35]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "mortis_003_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.8,0.35],[1,0.8,0.35]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_003_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.45,0.42],[1,0.45,0.42]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_005_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_hit"}]
+ },
+ "mortis_005_atk_hit_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[0,0.75,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecHit_blue"}]
+ },
+ "mortis_005_atk_hit_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,0.5,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecHit_red"}]
+ },
+ "mortis_005_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_hit_red"}]
+ },
+ "mortis_005_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,-1,0],"velocity":1,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.8,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_01_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_02_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_03_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_04_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04"}
+ ]
+ },
+ "mortis_005_atk_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnCone","direction":[0,-1,0],"velocity":1,"velocityJitter":1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.8,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailDuration":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_01_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_02_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_03_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_elec_04_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04_red"}
+ ]
+ },
+ "mortis_005_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":120},
+ {"__class":"SpawnCone","direction":[0,1,0],"velocity":5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[12,12,12]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[2,3],
+ "scaleJitter":0.5,
+ "color":[0.85,0.6,0.425],
+ "alpha":0.65,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"}]
+ },
+ "mortis_005_atk_trail_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnCone","direction":[0,1,0],"velocity":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailDuration":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_trail_speedline"}]
+ },
+ "mortis_005_atk_trail_speedline_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":10},{"__class":"SpawnCone","direction":[0,1,0],"velocity":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"angle":180,"orientToDirection":true,"trailDuration":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_atk_trail_speedline_red"}]
+ },
+ "mortis_005_lobby_after_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.6,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"y":-0.5,"z":-0.5},
+ "followEmitter":true,
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,0],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_lobby_after_slash"}]
+ },
+ "mortis_005_lobby_leaf_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":1,"z":2},
+ "gravity":[0,0,-2.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":7.5,"spawnRateJitter":7.5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6302084,0.10677084,0.7369792,0.3385417,0.5,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,60],
+ "rotationSpeedJitter":[100,20],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R"}]
+ },
+ "mortis_005_lobby_leaf_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"x":1,"z":2},
+ "gravity":[0,0,-2.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":7.5,"spawnRateJitter":7.5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5,"velocityJitter":0.5},
+ {"__class":"Deceleration","deceleration":[0.5,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6302084,0.10677084,0.7369792,0.3385417,0.5,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":90,
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,720,60],
+ "rotationSpeedJitter":[100,20],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"}]
+ },
+ "mortis_005_lobby_sad_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":1.2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1.25},
+ "gravity":[0,0,0.1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":400},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":2,"maxSpeedXY":4,"minSpeedZ":0.1,"maxSpeedZ":0.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[20,20,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.75,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,1.2,2],
+ "scaleJitter":0.2,
+ "color":[0.8,0.7,0.6],
+ "alpha":0.8,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mortis_005_lobby_sad_leaf":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":1.2,
+ "lifetime":1.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-4],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20,"spawnRateJitter":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":3},
+ {"__class":"SpawnLocation","spawnShape":2,"spawnMaxSize":0.2},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5286459,0.16927084,0.7057292,0.3515625,0.3,0.2],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.39583337,0.020833343,0.3307292,0.9088542,360,60],
+ "rotationSpeedJitter":[0.46614587,0.08333334,0.4635417,0.9010417,60,20],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf"},{"swf":"sc/effects_brawler.sc","name":"particle_leaf_R"}]
+ },
+ "mortis_005_lobby_sad_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.2,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.95},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.425,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_lobby_sad_smoke"}]
+ },
+ "mortis_005_lobby_slash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.5,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0.25],"velocity":4},
+ {"__class":"Deceleration","deceleration":[10,10,10]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.275,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_lobby_slash"}]
+ },
+ "mortis_005_lobby_speedline":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.525,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.3,"color":[1,1,0],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_lobby_speedline"}]
+ },
+ "mortis_005_trail_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":10},
+ {"__class":"Ground","bounciness":0.3,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7708334,0.09114584,0.7994792,0.3229167,0.6,0.2],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":[0.30989587,0.020833343,0.3385417,0.9791667,720,20],
+ "rotationSpeedJitter":[0.27864587,-0.0026041567,0.18229169,0.9791667,120,20],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"groundFrag_4"}]
+ },
+ "mortis_005_trail_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":10}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.7942709,0.12760419,0.8619792,0.75,1.35],
+ "scaleJitter":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":45,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_trail_impact_01"},{"swf":"sc/effects_brawler.sc","name":"mortis_005_trail_impact_02"}]
+ },
+ "mortis_005_trail_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "emitterLoop":true,
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6,0.4],
+ "scaleJitter":0.35,
+ "color":[1,1,1],
+ "alpha":0.3,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "mortis_005_trail_spark1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.075,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":15,"velocityJitter":10}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":[0.16927084,0.9270834,0.15104169,0.9401042,1,0],
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "mortis_005_trail_spark2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.05,
+ "lifetimeJitter":0.02,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "emitterLoop":true,
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":1,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":15,"velocityJitter":10}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.03,
+ "scaleJitter":0.015,
+ "color":[1,1,1],
+ "alpha":1,
+ "tailLength":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_gold"},{"swf":"sc/effects_brawler.sc","name":"particle_spark_drop_goldRed"}]
+ },
+ "mortis_005_ulti_reached_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.5442709,0.15104169,0.7916667,0.3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecHit_ground_blue"}]
+ },
+ "mortis_005_ulti_reached_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":1},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.13802084,0.5442709,0.15104169,0.7916667,0.3,1],
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecHit_ground_red"}]
+ },
+ "mortis_005_ulti_reached_flash":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":100,"lifetime":0.15,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":0.1}]},
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "color":[1,1,1],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_atk_hit"}]
+ },
+ "mortis_005_ulti_reached_flash_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":100,"lifetime":0.15,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":0.1}]},
+ "render":{
+ "globalScale":1,
+ "scale":4,
+ "color":[1,1,1],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"griff_002_atk_hit_red"}]
+ },
+ "mortis_005_ulti_reached_shuriken":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":70,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,0.8984375,0.2682292,0.65,0.2],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_reached_shuriken"}]
+ },
+ "mortis_005_ulti_reached_shuriken_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0,0,-60],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":70,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,3,4]},
+ {"__class":"SpawnPlanar","spawnMaxSize":1,"maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"minSpeedZ":9,"maxSpeedZ":12},
+ {"__class":"Ground","bounciness":0.35,"friction":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8333334,0.005208343,0.875,0.2760417,0.65,0.2],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":40,
+ "rotationSpeedJitter":[0.7864584,-0.002604127,0.11197919,0.9713542,1200,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_reached_shuriken_red"}]
+ },
+ "mortis_005_ulti_reached_tornado":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":200},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":0.5,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.3,0.3,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,1],
+ "scaleJitter":0.1,
+ "color":[0,0.8,1],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angleJitter":360,
+ "rotationSpeed":[0.14583334,0.5364584,0.2578125,0.9088542,0,-500],
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_005_ulti_reached_tornado_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":200},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":0.5,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.3,0.3,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,1],
+ "scaleJitter":0.1,
+ "color":[0.8,0.1,0.1],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angleJitter":360,
+ "rotationSpeed":[0.14583334,0.5364584,0.2578125,0.9088542,0,-500],
+ "alphaFadeout":0.4,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_005_ulti_reached_twirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":10},
+ {"__class":"SpawnPlanar","minSpeedZ":10,"maxSpeedZ":10},
+ {"__class":"Deceleration","deceleration":[30,30,25]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.5364584,0.1484375,0.8541667,0.75,1.65],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.14583334,0.49739584,0.11979169,0.9244792,720,60],
+ "rotationSpeedJitter":[0.16145834,0.5911459,0.2109375,0.8932292,720,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "mortis_005_ulti_reached_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.35,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":10},
+ {"__class":"SpawnPlanar","minSpeedZ":10,"maxSpeedZ":10},
+ {"__class":"Deceleration","deceleration":[30,30,25]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.5364584,0.1484375,0.8541667,0.75,1.65],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.14583334,0.49739584,0.11979169,0.9244792,720,60],
+ "rotationSpeedJitter":[0.16145834,0.5911459,0.2109375,0.8932292,720,60],
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "mortis_005_ulti_tornado":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":10},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":0.5,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.3,0.3,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,1],
+ "scaleJitter":0.25,
+ "color":[[0,0.8,1],[0,0.25,1]],
+ "alpha":[0.1,0.9,0,1,0,0.75],
+ "angleJitter":360,
+ "rotationSpeed":[0.14583334,0.5364584,0.2578125,0.9088542,0,-500],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_005_ulti_tornado_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":10},
+ {"__class":"SpawnPlanar","maxAngle":360,"maxSpeedXY":0.5,"maxSpeedZ":7,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[0.3,0.3,8]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.46614584,0.24479169,0.8932292,0.5,1],
+ "scaleJitter":0.25,
+ "color":[[1,0.2,0.2],[0.5,0.05,0.05]],
+ "alpha":[0.1,0.9,0,1,0,0.75],
+ "angleJitter":360,
+ "rotationSpeed":[0.14583334,0.5364584,0.2578125,0.9088542,0,-500],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_005_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":10},{"__class":"SpawnCone","direction":[1,0,0]}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[3,2],
+ "color":[0.75,0.5,0.45],
+ "alpha":1,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slower"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail"}]
+ },
+ "mortis_005_ulti_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,1.75],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_01"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_03"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04"}
+ ]
+ },
+ "mortis_005_ulti_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.001},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,1.75],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_01"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_02"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_03"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_elec_yellow_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mortis_005_ulti_trail_elec_04_red"}
+ ]
+ },
+ "mortis_005_ulti_trail_twirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,0.75],
+ "scaleJitter":0.2,
+ "color":[[0,0.75,1],[0,0.3,1]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_005_ulti_trail_twirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.35,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":15},{"__class":"SpawnLocation","spawnShape":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.23177084,0.5677084,0.4791667,0.8776042,0.5,0.75],
+ "scaleJitter":0.2,
+ "color":[[1,0.375,0.375],[1,0.15,0.15]],
+ "alpha":[0.1,0.9,0,1,0,0.5],
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.4,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_twirl"}]
+ },
+ "mortis_def_sp_bloodDrop":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.22395834,0.5598959,0.3776042,0.9713542,0.6,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_health_centered"}]
+ },
+ "mortis_def_sp_bloodDrop_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16145834,0.5911459,0.2994792,0.9869792,0.6,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_health_centered_red"}]
+ },
+ "mortis_sp_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mortuary_bat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"durationJitter":0.5,"spawnRate":5,"spawnRateJitter":1},
+ {"__class":"SpawnLocation"},
+ {"__class":"SpawnVelocityComponent","velocity":[-2,-3,4],"velocityJitter":[[2,2,2],[3,3,3]]},
+ {"__class":"CurlNoise","frequency":10,"strength":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25,0.5],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":10,
+ "angleJitter":5,
+ "loopMovieClip":true,
+ "alphaFadeout":0.5,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_bat"}]
+ },
+ "mortuary_bubbles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "durationJitter":100,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_water_bubble_green"}]
+ },
+ "mortuary_bubbles_new":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":4,
+ "lifetimeJitter":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"duration":10,"spawnRate":0.4,"spawnRateJitter":0.4},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{"globalScale":1,"scale":0.45,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"Env_poison_01"},
+ {"swf":"sc/effects_brawler.sc","name":"Env_poison_02"},
+ {"swf":"sc/effects_brawler.sc","name":"Env_poison_03"},
+ {"swf":"sc/effects_brawler.sc","name":"Env_poison_04"},
+ {"swf":"sc/effects_brawler.sc","name":"Env_poison_05"},
+ {"swf":"sc/effects_brawler.sc","name":"Env_poison_06"}
+ ]
+ },
+ "mortuary_fog_emitter":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,10000,10000],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[800,800,0],[800,800,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-140,-140],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,140,140],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.3333331,0.3333331,0.6666671,0.6666671,0,0],
+ "minSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "maxSpeedZ":[0.3333334,0.3333334,0.6666674,0.6666674,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":6,
+ "scale":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"mortuary_fog"}]
+ },
+ "mrp_002_atk1_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk1_end"}]
+ },
+ "mrp_002_atk1_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk1_end_red"}]
+ },
+ "mrp_002_atk_bite":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.35677084,0.14322919,1.0807292,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_bite_L"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_bite_R"}]
+ },
+ "mrp_002_atk_bite_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.19270834,0.35677084,0.14322919,1.0807292,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_bite_L_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_bite_R_red"}]
+ },
+ "mrp_002_atk_explosion_bat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,13],[15,15,13]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":5}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ },
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.005208343,0.9401042,0.19791675,0.35,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.6380209,0.044270843,0.4479167,1.0026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "trailImage":"sc3d/diffuse_lightmap.png"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bat_particle"},{"swf":"sc/effects_brawler.sc","name":"bat_particle_02"},{"swf":"sc/effects_brawler.sc","name":"bat_particle_03"}]
+ },
+ "mrp_002_atk_explosion_bat_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,13],[15,15,13]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":2}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10]
+ },
+ {"__class":"SpawnRate","spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],"spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6927084,0.005208343,0.9401042,0.19791675,0.35,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.6380209,0.044270843,0.4479167,1.0026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,45,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "trailImage":"sc3d/diffuse_lightmap.png"
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bat_particle_02_red"},{"swf":"sc/effects_brawler.sc","name":"bat_particle_01_red"},{"swf":"sc/effects_brawler.sc","name":"bat_particle_03_red"}]
+ },
+ "mrp_002_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.6,0,0.2,0.8,[0.5,1,1],[0.1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "mrp_002_atk_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.6,0,0.2,0.8,[1,0.4,0.5],[0.5,0.35,0.55]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "mrp_002_atk_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.015,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.7,1],[0.3,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0.2,0.9,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag2"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag3"}]
+ },
+ "mrp_002_atk_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.015,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-4,-4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.5,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[1,0,0.2,0.9,2400,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag2_red"},{"swf":"sc/effects_brawler.sc","name":"particle_acorn_frag3_red"}]
+ },
+ "mrp_002_atk_particles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":15}]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.1,0.4],[0.1,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_particles_02"}]
+ },
+ "mrp_002_atk_particles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,3],[0,0,3]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":15}]},
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.5,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.2,0.3],[0.6,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_particles_02"}]
+ },
+ "mrp_002_atk_reached_gum":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,5],[7,7,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.5,0.85,-0.2,2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubbleGround_1_002"},{"swf":"sc/effects_brawler.sc","name":"particle_bubbleGround_2_002"}]
+ },
+ "mrp_002_atk_reached_gum_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,5],[7,7,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.5,0.85,-0.2,2,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_bubbleGround_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_bubbleGround_2_red"}]
+ },
+ "mrp_002_atk_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.7630209,0.020833343,0.7760417,1.0182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_glow_ring"}]
+ },
+ "mrp_002_atk_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":2}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1,0,1,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.7630209,0.020833343,0.7760417,1.0182292,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gale_004_atk_glow_ring_red"}]
+ },
+ "mrp_002_atk_sparkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.35,-3,0.9,-1.5,0.06,0.06],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.9,0.2],[1,0.3,0.1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse2"}]
+ },
+ "mrp_002_atk_trail_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.12,0.02],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,0.3],[0.2,0.8,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "mrp_002_atk_trail_dots_dark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.1,0.4],[0.1,0.1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_particles_01"}]
+ },
+ "mrp_002_atk_trail_dots_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9270834,0.005208343,0.859375,0.11197919,0.3,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.6,0.2,0.3],[0.6,0.2,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_particles_01"}]
+ },
+ "mrp_002_atk_trail_gas_bluePurple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.48177087,0.020833373,0.5572917,0.9947917,[0.2,1,1],[0.2,0.3,1]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_002_atk_trail_gas_redPurple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.48177087,0.020833373,0.5572917,0.9947917,[1,0.3,0.5],[1,0.7,0.3]],
+ "alpha":[0.609375,0.020833343,0.8515625,0.3697917,0.8,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_002_atk_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "mrp_002_atk_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.6770834,0.036458343,0.4166667,1.0338542,[0,1,1],[0,0.6,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_rot"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_particle_dot_wiggle"}]
+ },
+ "mrp_002_atk_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[1,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_rot"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_particle_dot_wiggle"}]
+ },
+ "mrp_002_atk_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,-2.0104165,1,-1.0286458,0.6,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-1200,-1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-300,-300],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_1"},{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_2"}]
+ },
+ "mrp_002_atk_whirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":0.2,
+ "lifetimeJitter":0.07,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","infinite":true,"spawnRate":30},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,-2.0104165,1,-1.0286458,0.6,0.3],
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-1200,
+ "rotationSpeedJitter":-300,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_1_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_2_red"}]
+ },
+ "mrp_002_atk_whirl_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-5,0],[0,-5,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1328125,0.6927085,0.4765625,0.97916675,4,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.028645873,0.7135417,0.9557292,-800,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_1"},{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_2"}]
+ },
+ "mrp_002_atk_whirl_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,-5,0],[0,-5,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1328125,0.6927085,0.4765625,0.97916675,4,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.27083337,0.028645873,0.7135417,0.9557292,-800,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_1_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_atk_line_particle_2_red"}]
+ },
+ "mrp_002_cloudExplode":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud_2"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud_3"}]
+ },
+ "mrp_002_cloudExplode_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud_1_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud_2_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud_3_red"}]
+ },
+ "mrp_002_cloudExplode_small":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.010000004,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_002_atk_blue_cloud"}]
+ },
+ "mrp_002_darkground_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60,"spawnRateJitter":2},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5130209,0.140625,0.98697925,2,3],
+ "scaleJitter":0.2,
+ "color":[0.1,0.1,0.4],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "rotationSpeed":40,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_ground_particles"}]
+ },
+ "mrp_002_darkground_blue2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_ground"}]
+ },
+ "mrp_002_darkground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60,"spawnRateJitter":2},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,0.5130209,0.140625,0.98697925,2,3],
+ "scaleJitter":0.2,
+ "color":[0.4,0.1,0.1],
+ "alpha":[1,0],
+ "angleJitter":360,
+ "rotationSpeed":40,
+ "rotationSpeedJitter":100,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_ground_particles"}]
+ },
+ "mrp_002_darkground_red2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":1,"spawnRate":60,"spawnRateJitter":1},{"__class":"Ground"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1,
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"dark_ground_red"}]
+ },
+ "mrp_002_pet_atk_trail_gas_bluePurple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,0.6,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5520834,0.020833373,0.15625,1.0104167,[0.2,1,1],[0.2,0,1]],
+ "alpha":[0.9453125,-0.018229157,0.984375,0.3385417,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_002_pet_atk_trail_gas_redPurple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.6,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,36,36],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,160,160],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,-3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,0.6,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.5520834,0.020833373,0.15625,1.0104167,[1,0.3,0.5],[1,1,0.4]],
+ "alpha":[0.9453125,-0.018229157,0.984375,0.3385417,0.5,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_002_ulti_gas_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2000,2000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3,0.12,0.12,1,0.6,3.2],
+ "spawnMaxSize":[0.3,0.12,0.12,1,1,3.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.42708334,0.059895843,0.375,0.9947917,[0.1,1,1],[0.5,0.3,1]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_002_ulti_gas_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2000,2000],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3,0.12,0.12,1,0.6,3.2],
+ "spawnMaxSize":[0.3,0.12,0.12,1,1,3.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,0.6,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.42708334,0.059895843,0.375,0.9947917,[1,0.4,0.5],[1,0.3,1]],
+ "alpha":[0.2,0.9,0,1,0,0.85],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,300,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.5,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_002_ulti_gas_base_test":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3200,3200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3,0.12,0.12,1,0.1,0.1],
+ "spawnMaxSize":[0.3,0.12,0.12,1,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,2,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.42708334,0.059895843,0.375,0.9947917,[0.1,1,1],[0.5,0.3,1]],
+ "alpha":[0.2,0.9,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.052083343,0.37239584,0.5807292,1.0104167,-600,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,-90,-90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_tornado"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_tornado2"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_tornado3"}]
+ },
+ "mrp_002_ulti_gas_base_test_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3200,3200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.3,0.12,0.12,1,0.1,0.1],
+ "spawnMaxSize":[0.3,0.12,0.12,1,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6614584,0.44270837,0.23697919,0.7604167,2,4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.42708334,0.059895843,0.375,0.9947917,[1,1,0.1],[1,0.3,0.5]],
+ "alpha":[0.2,0.9,0,1,0,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.052083343,0.37239584,0.5807292,1.0104167,-600,0],
+ "rotationSpeedJitter":[0.8020834,0.12239584,0.3229167,0.8619792,-90,-90],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_tornado"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_tornado2"},{"swf":"sc/effects_brawler.sc","name":"particle_dust_tornado3"}]
+ },
+ "mrp_003_atk2_flask":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.015,"spawnRate":300},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-4,"maxSpeedXY":4,"minSpeedZ":-1,"maxSpeedZ":4,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.25,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[1,0,0.2,0.9,500,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flask_particle_01"},{"swf":"sc/effects_brawler.sc","name":"flask_particle_02"}]
+ },
+ "mrp_003_atk2_flask2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.015,"spawnRate":300},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-4,"maxSpeedXY":4,"minSpeedZ":-1,"maxSpeedZ":4,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.25,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[1,0,0.2,0.9,300,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flask_particle_03"}]
+ },
+ "mrp_003_atk2_flask2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.015,"spawnRate":300},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-4,"maxSpeedXY":4,"minSpeedZ":-1,"maxSpeedZ":4,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.25,0.1],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[1,0,0.2,0.9,300,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flask_particle_03_red"}]
+ },
+ "mrp_003_atk2_flask_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":1.5,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.015,"spawnRate":300},
+ {"__class":"SpawnPlanar","maxAngle":5,"minSpeedXY":-4,"maxSpeedXY":4,"minSpeedZ":-1,"maxSpeedZ":4,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.5,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.3,0.1],
+ "scaleJitter":0.2,
+ "color":[1,0.5,0.5],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[1,0,0.2,0.9,1000,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"flask_particle_01"},{"swf":"sc/effects_brawler.sc","name":"flask_particle_02"}]
+ },
+ "mrp_003_atk_explode_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_cloud_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_cloud_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_cloud_03"}]
+ },
+ "mrp_003_atk_explode_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":0.85,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_cloud_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_cloud_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_cloud_03_red"}]
+ },
+ "mrp_003_atk_explode_crack":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":0.9,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_groundCrack"}]
+ },
+ "mrp_003_atk_explode_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":0.9,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_ulti_groundCrack_red"}]
+ },
+ "mrp_003_atk_explode_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.75,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":20},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.75}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_03"}]
+ },
+ "mrp_003_atk_explode_fly_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":0.75,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":20},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.75}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_03_red"}]
+ },
+ "mrp_003_atk_explode_glow":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":10,
+ "color":[0.6,0.3,1],
+ "alpha":[0.6302084,0.15364584,0.7526042,0.18229169,0.75,0.2],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "mrp_003_atk_explode_glow_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":10,
+ "color":[1,0.35,0.75],
+ "alpha":[0.6302084,0.15364584,0.7526042,0.18229169,0.75,0.2],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glow"}]
+ },
+ "mrp_003_atk_explode_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1.3,
+ "scale":0.6,
+ "scaleJitter":0.05,
+ "color":[0.65,0.45,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_white"}]
+ },
+ "mrp_003_atk_explode_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1.3,
+ "scale":0.6,
+ "scaleJitter":0.05,
+ "color":[0.23177087,-0.010416627,0,1.0182292,[1,0.4,0.75],[1,0.25,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_white"}]
+ },
+ "mrp_003_atk_explode_sparks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":1.2}]
+ },
+ "render":{"globalScale":0.12,"scale":6,"color":[0,0.5,0.75],"alpha":1,"angleJitter":30,"rotationSpeedJitter":40,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_sparks_01"},{"swf":"sc/effects_brawler.sc","name":"primo_004_sparks_02"},{"swf":"sc/effects_brawler.sc","name":"primo_004_sparks_03"}]
+ },
+ "mrp_003_atk_explode_sparks_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.45,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":1.2}]
+ },
+ "render":{"globalScale":0.12,"scale":6,"color":[0.75,0,0.5],"alpha":1,"angleJitter":30,"rotationSpeedJitter":40,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"primo_004_sparks_01"},{"swf":"sc/effects_brawler.sc","name":"primo_004_sparks_02"},{"swf":"sc/effects_brawler.sc","name":"primo_004_sparks_03"}]
+ },
+ "mrp_003_atk_hit_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.05,
+ "color":[0.5703125,-0.010416627,0,1.0104167,[1,1,1],[0.6,0.4,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "mrp_003_atk_hit_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.05,
+ "color":[0.5703125,-0.010416627,0,1.0104167,[1,1,1],[1,0.25,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"byron_hit_liquid"}]
+ },
+ "mrp_003_atk_reached_bag_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.7,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_projectile_reached_01"}]
+ },
+ "mrp_003_atk_reached_bag_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.7,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_projectile_reached_01_red"}]
+ },
+ "mrp_003_atk_reached_bag_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.7,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_projectile_reached_02"}]
+ },
+ "mrp_003_atk_reached_bag_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.7,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_projectile_reached_02_red"}]
+ },
+ "mrp_003_atk_trail_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {"__class":"SpawnCone","direction":[0.1,0,1],"directionJitterAngle":30,"velocity":13}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.23177084,0.6041667,0.2760417,0.5,0.05],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "orientToDirection":true,
+ "tailLength":0.001,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_bubble"}]
+ },
+ "mrp_003_atk_trail_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3}]},
+ {"__class":"SpawnCone","direction":[0.1,0,1],"directionJitterAngle":30,"velocity":13}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5833334,0.23177084,0.6041667,0.2760417,0.5,0.05],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "orientToDirection":true,
+ "tailLength":0.001,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_bubble_red"}]
+ },
+ "mrp_003_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2,3],
+ "scaleJitter":0.3,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0.6,0.3,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_003_atk_trail_gas_add":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2,2.5],
+ "scaleJitter":0.3,
+ "color":[0.48177087,0.020833373,0.5572917,0.9947917,[0,0.6,1],[0,0.35,1]],
+ "alpha":[0.5390625,0.5989584,0.4765625,0.5651042,0.3,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mrp_003_atk_trail_gas_add_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2,2.5],
+ "scaleJitter":0.3,
+ "color":[1,0.35,0.8],
+ "alpha":[0.5390625,0.5989584,0.4765625,0.5651042,0.15,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_add_2"}]
+ },
+ "mrp_003_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.6,"spawnRate":20},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,2,3],
+ "scaleJitter":0.3,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0.5],[1,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "mrp_003_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},{"__class":"SimpleGround"},{"__class":"SpawnRate","duration":1,"spawnRate":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "color":[0.7,0.4,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "mrp_003_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},{"__class":"SimpleGround"},{"__class":"SpawnRate","duration":1,"spawnRate":5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "color":[0.15364584,0.9192709,0.3776042,0.9479167,[1,0.5,0.7],[1,0.25,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "mrp_003_atk_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":20,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5442709,0.16927084,0.7682292,0.2760417,0.35,0.25],
+ "scaleJitter":0.1,
+ "color":[0.7,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "mrp_003_atk_trail_liquid2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":3.5},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":20,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5442709,0.16927084,0.7682292,0.2760417,0.3,0.2],
+ "scaleJitter":0.1,
+ "color":[0.7,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "mrp_003_atk_trail_liquid2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":3.5},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":20,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5442709,0.16927084,0.7682292,0.2760417,0.3,0.2],
+ "scaleJitter":0.1,
+ "color":[0.28645834,0.5911459,0.3072917,0.7213542,[1,0.35,0.75],[1,0.25,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "mrp_003_atk_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":20,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5442709,0.16927084,0.7682292,0.2760417,0.35,0.25],
+ "scaleJitter":0.1,
+ "color":[0.27864584,0.6223959,0.2838542,0.7135417,[1,0.35,0.75],[1,0.25,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "mrp_003_atk_trail_twingkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":30},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.75,-0.75],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.75,-0.75],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"}]
+ },
+ "mrp_003_atk_trail_twingkle_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":30},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.75,-0.75],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.75,-0.75],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"}]
+ },
+ "mrp_003_atk_trail_twingkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.75,-0.75],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.75,-0.75],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.18489584,0.22135419,0.7760417,0.15,0.25],
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6848959,0.12239584,0.22916669,1.0026042,-500,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"}
+ ]
+ },
+ "mrp_003_atk_trail_twingkle_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.75,-0.75],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.75,-0.75],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.18489584,0.22135419,0.7760417,0.15,0.25],
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6848959,0.12239584,0.22916669,1.0026042,-500,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"}
+ ]
+ },
+ "mrp_003_atk_trail_twingkle_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,1,-1],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,1,-1],
+ "minAngle":-75,
+ "maxAngle":-105,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6770834,-0.11979166,0.22916669,1.0026042,-360,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"}
+ ]
+ },
+ "mrp_003_atk_trail_twingkle_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,1,-1],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,1,-1],
+ "minAngle":-75,
+ "maxAngle":-105,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6770834,-0.11979166,0.22916669,1.0026042,-360,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"}
+ ]
+ },
+ "mrp_003_pet_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1],
+ "color":[0.6,0,0.2,0.8,[0.5,1,1],[0.1,0.7,1]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "mrp_003_pet_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":1},{"__class":"SpawnPlanar","spawnMinSize":0.1,"spawnMaxSize":0.2,"minSpeedXY":0.4,"maxSpeedXY":1.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5,1],
+ "color":[0.6,0,0.2,0.8,[1,0.5,1],[1,0.1,0.7]],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":20,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}
+ ]
+ },
+ "mrp_003_ulti_spawn_bubble":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":13}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.3,0.05],
+ "scaleJitter":0.15,
+ "color":[0.7,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_bubble"}]
+ },
+ "mrp_003_ulti_spawn_bubble_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.075,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-40],
+ "components":[
+ {"__class":"Deceleration","deceleration":[2,2,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":6}]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":30,"velocity":13}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9973959,0.013020843,0.9322917,0.010416687,0.3,0.05],
+ "scaleJitter":0.15,
+ "color":[0.7,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":960,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_bubble_red"}]
+ },
+ "mrp_003_ulti_spawn_fly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.075,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":20},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_03"}]
+ },
+ "mrp_003_ulti_spawn_fly_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "emitterDelay":0.075,
+ "lifetime":1,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.4,"spawnRate":20},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.2,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_explode_fly_03_red"}]
+ },
+ "mrp_003_ulti_spawn_twingkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":25},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":3.5,"velocityJitter":1.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.8802084,0.044270843,0.2994792,0.95572925,0,360],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"}]
+ },
+ "mrp_003_ulti_spawn_twingkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.75,
+ "lifetimeJitter":0.35,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":25},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":3.5,"velocityJitter":1.25},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeedJitter":[0.8802084,0.044270843,0.2994792,0.95572925,0,360],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"}]
+ },
+ "mrp_003_ulti_trail_liquid":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":20,"velocity":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5442709,0.16927084,0.7682292,0.2760417,0.3,0.2],
+ "scaleJitter":0.05,
+ "color":[0.7,0.5,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "mrp_003_ulti_trail_liquid_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.25},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.9,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0.25,0,1],"directionJitterAngle":20,"velocity":5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5442709,0.16927084,0.7682292,0.2760417,0.3,0.2],
+ "scaleJitter":0.05,
+ "color":[0.26302084,0.45052084,0.3932292,0.7291667,[1,0.35,0.75],[1,0.25,0.5]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"}]
+ },
+ "mrp_003_ulti_trail_twingkle_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.5,-0.5],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.5,-0.5],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"bo_005_twinkle_03"}
+ ]
+ },
+ "mrp_003_ulti_trail_twingkle_01_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.2,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.5,-0.5],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.5,-0.5],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"}]
+ },
+ "mrp_003_ulti_trail_twingkle_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":7.5},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.5,-0.5],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.5,-0.5],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6848959,0.12239584,0.22916669,1.0026042,720,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"}
+ ]
+ },
+ "mrp_003_ulti_trail_twingkle_02_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":7.5},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.5,-0.5],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.5,-0.5],
+ "minAngle":-75,
+ "maxAngle":-105
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6848959,0.12239584,0.22916669,1.0026042,720,40],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"}
+ ]
+ },
+ "mrp_003_ulti_trail_twingkle_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.75,-0.75],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.75,-0.75],
+ "minAngle":-75,
+ "maxAngle":-105,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6770834,-0.11979166,0.22916669,1.0026042,360,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04"}
+ ]
+ },
+ "mrp_003_ulti_trail_twingkle_03_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":1,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.7,"spawnRate":15},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.23177087,2.8802085,0.7890625,-2.3489583,0.75,-0.75],
+ "spawnMaxSize":[0.27864587,2.200521,0.703125,-1.7317708,0.75,-0.75],
+ "minAngle":-75,
+ "maxAngle":-105,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.125,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angle":180,
+ "rotationSpeedJitter":[0.6770834,-0.11979166,0.22916669,1.0026042,360,20],
+ "orientToDirection":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"mrp_003_atk_trail_twinkle_04_red"}
+ ]
+ },
+ "mrp_004_atk_explode_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":0.1,"scale":10,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "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_05"}]
+ },
+ "mrp_004_atk_explode_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":0.1,"scale":10,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "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"}]
+ },
+ "mrp_004_atk_explode_daruma":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.015,"spawnRate":150,"spawnRateJitter":20},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-3,"maxSpeedXY":3,"minSpeedZ":7.5,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.4,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.3515625,0.8359375,0.325,0.9546875,1440,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_03"}]
+ },
+ "mrp_004_atk_explode_daruma_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-50],
+ "components":[
+ {"__class":"SpawnRate","duration":0.015,"spawnRate":150,"spawnRateJitter":20},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-3,"maxSpeedXY":3,"minSpeedZ":7.5,"maxSpeedZ":15,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.3,"friction":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.2,0,0.9,0,0.4,0.2],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":[0.3515625,0.8359375,0.325,0.9546875,1440,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_03_red"}]
+ },
+ "mrp_004_atk_explode_daruma_red_roate":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1.75,"maxSpeedXY":2.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_01_red_roate"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_02_red_roate"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_03_red_roate"}]
+ },
+ "mrp_004_atk_explode_daruma_roate":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":1.75,"maxSpeedXY":2.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_01_roate"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_02_roate"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_daruma_03_roate"}]
+ },
+ "mrp_004_atk_explode_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.275,
+ "scale":[0.11458334,0.8411459,0.002604187,0.9010417,0.5,1.5],
+ "color":[0.6067709,0.18489584,0.4244792,0.6666667,[0.15,0.6,1],[0.15,0.35,0.8]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_ground_ink"}]
+ },
+ "mrp_004_atk_explode_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":0.275,
+ "scale":[0.11458334,0.8411459,0.002604187,0.9010417,0.5,1.5],
+ "color":[0.6067709,0.18489584,0.4244792,0.6666667,[1,0.2,0.4],[0.85,0.1,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_ground_ink"}]
+ },
+ "mrp_004_atk_explode_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,7.5],
+ "components":[
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3},{"t":0.075,"c":2}]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.55,0.8],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_03"}]
+ },
+ "mrp_004_atk_explode_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,7.5],
+ "components":[
+ {"__class":"Deceleration","deceleration":[10,10,10]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":3},{"t":0.075,"c":2}]},
+ {"__class":"SpawnPlanar","spawnMinSize":0.5,"spawnMaxSize":0.2,"maxAngle":360,"minSpeedXY":3,"maxSpeedXY":5,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.55,0.8],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_03_red"}]
+ },
+ "mrp_004_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.1,"spawnMaxSize":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.75,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_hit"}]
+ },
+ "mrp_004_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.1,"spawnMaxSize":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.75,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_hit_red"}]
+ },
+ "mrp_004_atk_reached_bag":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.65,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_projectile_reached"}]
+ },
+ "mrp_004_atk_reached_bag_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.01,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":-2,"maxSpeedXY":2,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1.5]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.65,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_projectile_reached_red"}]
+ },
+ "mrp_004_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},{"__class":"SimpleGround"},{"__class":"SpawnRate","duration":1,"spawnRate":6.5,"spawnRateJitter":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "color":[0,0.4,0.9],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "mrp_004_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.35},{"__class":"SimpleGround"},{"__class":"SpawnRate","duration":1,"spawnRate":6.5,"spawnRateJitter":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "color":[0.9,0.1,0.4],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"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"}]
+ },
+ "mrp_004_atk_trail_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":13},
+ {"__class":"SpawnCone","direction":[-1,0,0],"directionJitterAngle":20,"velocity":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.175,0.025],
+ "scaleJitter":0.025,
+ "color":[0.24739584,0.5364584,0.3307292,0.6510417,[0,1,1],[0,0.35,1]],
+ "alpha":[0.5520834,0.27083334,0.6822917,0.3463542,1,0],
+ "angleJitter":360,
+ "rotationSpeed":1080,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_slash_ink"}]
+ },
+ "mrp_004_atk_trail_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":13},
+ {"__class":"SpawnCone","direction":[-1,0,0],"directionJitterAngle":20,"velocity":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.175,0.025],
+ "scaleJitter":0.025,
+ "color":[0.24739584,0.5364584,0.3307292,0.6510417,[1,0.65,0.75],[1,0,0.35]],
+ "alpha":[0.5520834,0.27083334,0.6822917,0.3463542,1,0],
+ "angleJitter":360,
+ "rotationSpeed":1080,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_slash_ink"}]
+ },
+ "mrp_004_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"directionJitterAngle":20,"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.55,0.8],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_03"}]
+ },
+ "mrp_004_atk_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.6,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"directionJitterAngle":20,"velocity":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.55,0.8],
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_03_red"}]
+ },
+ "mrp_004_pet_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.1,"spawnMaxSize":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_pet_atk_hit"}]
+ },
+ "mrp_004_pet_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.010000004,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.1,"spawnMaxSize":0.1}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"scaleJitter":0.05,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_pet_atk_hit_red"}]
+ },
+ "mrp_004_ulti_brick":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-70],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.5,
+ "spawnMaxSize":0.5,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":4,
+ "minSpeedZ":7.5,
+ "maxSpeedZ":10,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.796875,0.09114584,0.7421875,0.2604167,0.8,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.16927087,0.7864584,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.3125,0.7864584,0.25,1.0078125,600,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_03"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_04"}]
+ },
+ "mrp_004_ulti_brick_main":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-100],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":0.5,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":2,"maxSpeedZ":12.5,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7421875,0.13020834,0.7578125,0.2916667,0.6,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-15,
+ "rotationSpeed":[0.16927087,0.7864584,0.4401042,0.99479175,100,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_01"}]
+ },
+ "mrp_004_ulti_brick_main_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-100],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"spawnMaxSize":0.5,"maxAngle":360,"minSpeedXY":1,"maxSpeedXY":2,"maxSpeedZ":12.5,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7421875,0.13020834,0.7578125,0.2916667,0.6,0.2],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":-15,
+ "rotationSpeed":[0.16927087,0.7864584,0.4401042,0.99479175,100,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_01_red"}]
+ },
+ "mrp_004_ulti_brick_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-70],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":80,"spawnRateJitter":1},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":-0.5,
+ "spawnMaxSize":0.5,
+ "maxAngle":360,
+ "minSpeedXY":3,
+ "maxSpeedXY":4,
+ "minSpeedZ":7.5,
+ "maxSpeedZ":10,
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.796875,0.09114584,0.7421875,0.2604167,0.8,0.3],
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.16927087,0.7864584,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.3125,0.7864584,0.25,1.0078125,600,0],
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_03_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_ulti_cup_brick_04_red"}]
+ },
+ "mrp_004_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"directionJitterAngle":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45,0.7],
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_01"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_02"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_03"}]
+ },
+ "mrp_004_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.75,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-1],
+ "components":[
+ {"__class":"SpawnRate","duration":0.8,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[-1,0,0],"directionJitterAngle":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45,0.7],
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_02_red"},{"swf":"sc/effects_brawler.sc","name":"mrp_004_atk_smoke_03_red"}]
+ },
+ "mrp_def_atk1_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_def_atk1_end"}]
+ },
+ "mrp_def_atk1_reached_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.2,1.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mrp_def_atk1_end_red"}]
+ },
+ "mrp_def_atk1_reached_Smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.9,1],[0.3,0.3,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_1"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "mrp_def_atk1_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.9,0.3,0.5],[0.5,0.2,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_1"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "mrp_def_atk2_reached_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,1,0.3151042,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.34895834,0.09895834,0.12760419,0.9401042,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_sock3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_pants"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sock3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sock3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_pants"}
+ ]
+ },
+ "mrp_def_atk2_reached_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1.1,0,1,0.3151042,1,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.34895834,0.09895834,0.12760419,0.9401042,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"particle_sock3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sock3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_sock3"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_pants_red"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_pants_red"}
+ ]
+ },
+ "mrp_def_atk_socks":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-12],[0,0,-12]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,80,80],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2.5,-2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,8],[5,5,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8046875,-0.0078125,1,0.14322919,0.7,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.34895834,0.09895834,0.12760419,0.9401042,800,80],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sock1"},{"swf":"sc/effects_brawler.sc","name":"particle_sock2"}]
+ },
+ "mrp_def_atk_whirl":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,-2.0104165,1,-1.0286458,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-1200,-1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-300,-300],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mrp_def_atk_whirl_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.0546875,-2.0104165,1,-1.0286458,0.5,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,-1200,-1200],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,-300,-300],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "mrp_def_ulti_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.34114584,-5.330729,0.9296875,-2.2864583,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,9],[12,12,9]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27864584,-2.252604,0.8619792,-0.4583333,1.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.15,0.6,1],[0.15,0.6,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mrp_def_ulti_twinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-5],[0,0,-5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "spawnRate":[0.34114584,-5.330729,0.9296875,-2.2864583,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-25,-25],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-3,-3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[12,12,9],[12,12,9]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.27864584,-2.252604,0.8619792,-0.4583333,1.2,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.25,0.4],[1,0.25,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add"}]
+ },
+ "mushroom_particles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":5,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,3.75,3.75],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.25,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"mushroom_growing_01"}]
+ },
+ "music_note_particle":{
+ "enemyVersion":"music_note_particle_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.8,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"music_note_1"},{"swf":"sc/effects.sc","name":"music_note_2"}]
+ },
+ "music_note_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.15,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.5,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"music_note_red"}]
+ },
+ "music_note_particle_ulti":{
+ "enemyVersion":"music_note_particle_ulti_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"music_note_1"}]
+ },
+ "music_note_particle_ulti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.7,0.7],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0.525],[0,0,0.525]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "durationJitter":0.3,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,5,5],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.5,0.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.375,0.375],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.875,0.875],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0.8,0.8],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"music_note_red"}]
+ },
+ "muzzle_flash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"muzzle_flash"},{"swf":"sc/effects.sc","name":"muzzle_flash_2"}]
+ },
+ "muzzle_flash_smaller":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"muzzle_flash"},{"swf":"sc/effects.sc","name":"muzzle_flash_2"}]
+ },
+ "muzzle_flash_white_tiny":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":1.05},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.002,
+ "durationJitter":-0.001,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,10,10],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.4,0.4]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-5,-5],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,45,45],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"muzzle_flash_white"},{"swf":"sc/effects.sc","name":"muzzle_flash_white_2"}]
+ },
+ "nani_003_atk_trail_angry":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,4,0,0.6,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,1,1],[0,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry"}]
+ },
+ "nani_003_atk_trail_angry_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.07,0.07],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,4,0,0.6,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0.8],[1,0.1,0.3]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_angry"}]
+ },
+ "nani_003_ulti_notes":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.8229166,1,-0.5130208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_003_ulti_notes_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.4,2.4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.8229166,1,-0.5130208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.15,0.8,1],[0.15,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_003_ulti_notes_green":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.8229166,1,-0.5130208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,1,0.7],[0.3,1,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_003_ulti_notes_purple":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.8229166,1,-0.5130208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.8],[1,0.4,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_003_ulti_notes_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.8229166,1,-0.5130208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.4],[1,0.5,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_003_ulti_notes_violet":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,-0.8229166,1,-0.5130208,0.16,0.04],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.8,0.4,1],[0.8,0.4,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_003_ulti_shock_1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,2.7,2.7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.013020843,-2.0416665,0.9088542,-1.1302083,0.3,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_line_star"}]
+ },
+ "nani_003_ulti_shock_2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.013020843,-2.0416665,0.9088542,-1.1302083,0.3,0.12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_line_star"}]
+ },
+ "nani_003_ulti_shock_3":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.013020843,-2.0416665,0.9088542,-1.1302083,0.4,0.15],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_line_star"}]
+ },
+ "nani_003_ulti_sweat":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":7,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.02,0.02],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_sweats"}]
+ },
+ "nani_003_ulti_trail_leaves":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big"}]
+ },
+ "nani_003_ulti_trail_leaves_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-2]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.5,-0.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-4,1,-1.7942708,0.4,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.39583337,0.16145834,0.20572919,0.8541667,640,120],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_leaf_big_red"}]
+ },
+ "nani_004_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.7,
+ "scaleJitter":0.15,
+ "color":[0.85,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk"}]
+ },
+ "nani_004_atk_end_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":0.2,
+ "color":[0,0.7,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_03"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_04"}]
+ },
+ "nani_004_atk_end_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.035,"durationJitter":0.005,"spawnRate":25,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.25,"spawnMaxSize":0.25,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":0.2,
+ "color":[0.8,0.6,0.6],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_03_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_04_red"}]
+ },
+ "nani_004_atk_hit_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk_hit"}]
+ },
+ "nani_004_atk_hit_impact_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.12,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk_hit_red"}]
+ },
+ "nani_004_atk_hit_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.1,0.035],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_sprinkle_purple"}
+ ]
+ },
+ "nani_004_atk_hit_sprinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":15},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.1,0.035],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_sprinkle_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_orange"}
+ ]
+ },
+ "nani_004_atk_reached_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[0,0.7,1],
+ "alpha":1,
+ "angleJitter":30,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_01"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_02"}]
+ },
+ "nani_004_atk_reached_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.75,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":0.01},
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.65,
+ "scaleJitter":0.1,
+ "color":[0.8,0.6,0.6],
+ "alpha":1,
+ "angleJitter":30,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_01_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_02_red"}]
+ },
+ "nani_004_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[1,0,0],"velocity":0.1},{"__class":"SpawnLocation"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.7,
+ "scaleJitter":0.15,
+ "color":[0.85,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk_red"}]
+ },
+ "nani_004_atk_trail_heart":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":30,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","infinite":true,"duration":0.75,"spawnRate":8.5}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.05,
+ "color":[[0.25,0.75,1],[0,0.35,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk_trail_heart"}]
+ },
+ "nani_004_atk_trail_heart_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":30,"lifetime":0.5,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","infinite":true,"duration":0.75,"spawnRate":8.5}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.05,
+ "color":[[1,0.5,0.6],[1,0.2,0.3]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk_trail_heart"}]
+ },
+ "nani_004_atk_trail_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.15,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "minSpeedXY":-1,
+ "maxSpeedXY":-1,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45833334,-0.0026041567,0.6666667,0.6666667,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.6,1],[0,0.3,1]],
+ "alpha":[1,-0.0078125,0.5,0.9921875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_ring_speedLine_glow"}]
+ },
+ "nani_004_atk_trail_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.15,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "minSpeedXY":-1,
+ "maxSpeedXY":-1,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,0],[3,3,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.45833334,-0.0026041567,0.6666667,0.6666667,0.3,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.2,0.5],[1,0.1,0.2]],
+ "alpha":[1,-0.0078125,0.5,0.9921875,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"lolla_ring_speedLine_glow"}]
+ },
+ "nani_004_lobby_bell_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":2.8,
+ "lifetime":1.7,
+ "mass":1,
+ "spawnPointOffset":{"z":2.5},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_lobby_ring"}]
+ },
+ "nani_004_lobby_circleray":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":1.7,
+ "lifetimeJitter":0.5,
+ "mass":1.0000004,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,0.525],
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":20,"spawnRateJitter":1},
+ {"__class":"SpawnPlanar","spawnMinSize":-0.5,"maxAngle":180,"maxSpeedXY":0.1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.25,
+ "color":[0.5598959,0.0052083433,0.6666667,0.6666667,[0.3,1,0.5],[1,1,1]],
+ "alpha":[0,0.8723959,0,1.0182292,0,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"tara_004_atk_trail_twinkle3"}]
+ },
+ "nani_004_lobby_dots":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,3]],
+ "components":[
+ {"__class":"SpawnRate","duration":2,"spawnRate":10},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.6],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "maxAngle":360,
+ "minSpeedXY":-0.5,
+ "maxSpeedXY":0.5,
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,2],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.8880209,-0.010416657,0.8776042,0.3776042,0.1,0.03],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[1,0.2,0.5],
+ "alpha":1,
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blink_ellipse"}]
+ },
+ "nani_004_lobby_floor_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":4.7,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.28},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.4,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_lobby_floor_smoke"}]
+ },
+ "nani_004_lobby_heart":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "emitterDelay":0.1,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,10],
+ "components":[{"__class":"SpawnRate","duration":2,"spawnRate":4},{"__class":"SpawnPlanar","spawnMinSize":-0.4,"spawnMaxSize":0.4}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "scaleJitter":0.05,
+ "color":[[1,0.5,0.6],[1,0.2,0.3]],
+ "alpha":[0.20833334,-0.0026041567,0.09635419,0.99479175,0,1],
+ "angle":90,
+ "angleJitter":135,
+ "rotationSpeed":-45,
+ "rotationSpeedJitter":-20,
+ "alphaFadeout":0.2,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_atk_trail_heart"}]
+ },
+ "nani_004_lobby_lose_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"x":-0.12,"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.1,-6,0.9,-4,0.185,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"mode_valley_hit_impact"}]
+ },
+ "nani_004_lobby_lose_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3,
+ "lifetime":0.7,
+ "mass":1,
+ "spawnPointOffset":{"x":0.25},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200}]
+ },
+ "render":{"globalScale":1,"scale":0.6,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_lobby_lose_smoke"}]
+ },
+ "nani_004_lobby_spirit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.5,
+ "lifetime":3,
+ "mass":1,
+ "spawnPointOffset":{"x":0.015,"z":1.4},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.8,"color":[1,1,1],"alpha":0.8,"trailEnabled":true,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nani_004_lobby_lose"}]
+ },
+ "nani_004_lobby_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.45833334,0.13020834,0,0.99479175,[0,0,15],[0,0,5]],
+ "components":[
+ {"__class":"SpawnRate","duration":1.8,"spawnRate":3},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.5,0,0.25,0.9,0.1,0.3],
+ "spawnMaxSize":[0.5,0,0.25,0.9,0.2,0.5],
+ "maxAngle":360,
+ "minSpeedXY":-0.5,
+ "maxSpeedXY":0.5,
+ "minSpeedZ":0.5,
+ "maxSpeedZ":1,
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.08333334,-0.010416657,0.002604187,0.99479175,[0,0,3],[0,0,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.8],[1,1,0.8]],
+ "alpha":[0.25,3.5,0.2578125,-1.6484375,0.8,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.44270834,0.27083334,0.2604167,0.9557292,30,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"gen_twinkling_S"},
+ {"swf":"sc/effects_brawler.sc","name":"particle_stars_small_11"},
+ {"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"}
+ ]
+ },
+ "nani_004_lobby_twinkles_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":2.8,
+ "lifetime":0.35,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-6],[0,0,-6]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.7,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[1,0.29,0.57]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "nani_004_ulti_end_egg":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"durationJitter":0.005,"spawnRate":60,"spawnRateJitter":0.5},
+ {"__class":"SpawnPlanar","spawnMinSize":1,"spawnMaxSize":1.8,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":0.2,
+ "color":[0,0.7,1],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_03"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_04"}]
+ },
+ "nani_004_ulti_end_egg_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":0.7,
+ "lifetimeJitter":0.3,
+ "mass":1.0000002,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-105.00001],
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"durationJitter":0.005,"spawnRate":60,"spawnRateJitter":0.5},
+ {"__class":"SpawnPlanar","spawnMinSize":1,"spawnMaxSize":1.8,"maxAngle":360,"minSpeedXY":1.5,"maxSpeedXY":3,"maxSpeedZ":10,"randomAngle":true},
+ {"__class":"Ground","bounciness":0.4,"friction":0.38}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.7,0.1],
+ "scaleJitter":0.2,
+ "color":[0.8,0.6,0.6],
+ "alpha":1,
+ "angleJitter":20,
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,200,0],
+ "rotationSpeedJitter":[0.6484375,-0.010416657,-0.2,1,600,0],
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_03_red"},{"swf":"sc/effects_brawler.sc","name":"grom_002_atk2_projectile_reached_04_red"}]
+ },
+ "nani_004_ulti_exp_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.8489584,0.013020843,0.6041667,0.9947917,[0,0,-30],[0,0,-27.5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":20,"velocity":22,"velocityJitter":3},
+ {"__class":"Deceleration","deceleration":[15,18,20]},
+ {"__class":"CurlNoise","frequency":5,"strength":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_7"}]
+ },
+ "nani_004_ulti_exp_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "emitterDelay":0.1,
+ "lifetime":1.1,
+ "lifetimeJitter":0.3,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.849,0.013,0.604,0.995,[0,0,-30],[0,0,-27.5]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":20,"velocity":22,"velocityJitter":3},
+ {"__class":"Deceleration","deceleration":[15,18,20]},
+ {"__class":"CurlNoise","frequency":5,"strength":20}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_4"},{"swf":"sc/effects_brawler.sc","name":"confetti_red"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_5"}]
+ },
+ "nani_004_ulti_exp_ground_confetti":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[3,6,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":16}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.5,
+ "spawnMaxSize":1.8,
+ "maxAngle":360,
+ "minSpeedXY":3.5,
+ "maxSpeedXY":4,
+ "minSpeedZ":8,
+ "maxSpeedZ":9,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_1"},{"swf":"sc/effects_brawler.sc","name":"confetti_blue"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line05"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_7"}]
+ },
+ "nani_004_ulti_exp_ground_confetti_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "emitterDelay":0.1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"Deceleration","deceleration":[3,6,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":16}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.5,
+ "spawnMaxSize":1.8,
+ "maxAngle":360,
+ "minSpeedXY":3.5,
+ "maxSpeedXY":4,
+ "minSpeedZ":8,
+ "maxSpeedZ":9,
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,-0.6197916,1,-0.020833313,0.3,0.05],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.03,0.03],
+ "color":[0,0.6223959,0.0078125,0.98697925,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_confetti_4"},{"swf":"sc/effects_brawler.sc","name":"confetti_red"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_line07"},{"swf":"sc/effects_brawler.sc","name":"particle_confetti_5"}]
+ },
+ "nani_004_ulti_hit_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.8,"spawnMaxSize":1.5},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.1,0.035],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_sprinkle_purple"}
+ ]
+ },
+ "nani_004_ulti_hit_sprinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":20},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.8,"spawnMaxSize":1.5},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.1,0.035],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_sprinkle_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_red"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"}
+ ]
+ },
+ "nani_004_ulti_trail_sprinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.15,0.035],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_green"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_blue"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_yellow"}
+ ]
+ },
+ "nani_004_ulti_trail_sprinkle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.5,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-20],
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":10},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":4,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[5,5,5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Ground"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5755209,0.13020834,0.8151042,0.14322919,0.15,0.035],
+ "scaleJitter":0.03,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeed":[0.8359375,0.0052083433,0.203125,0.99479175,720,20],
+ "rotationSpeedJitter":[0.8828125,-0.010416657,0.2526042,1.0104167,200,20],
+ "alphaFadeout":0.1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_pink"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_white"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_sprinkle_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nani_004_atk_circle_orange"},
+ {"swf":"sc/effects_brawler.sc","name":"darryl_007_atk_sprinkle_yellow"}
+ ]
+ },
+ "nani_def_atk_reached_shock":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_atk_reached_shock_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_atk_reached_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.221354,1,-1.7161458,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.25,0.95,1],[0.25,0.95,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLongToShort"}]
+ },
+ "nani_def_atk_reached_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,300,300],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-40,-40],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1.5,-1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.5,0],[0.5,0.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,-3.221354,1,-1.7161458,0.5,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.6],[1,0.5,0.6]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_glowLongToShort"}]
+ },
+ "nani_def_atk_trail_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,1,1],[0.5,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_atk_trail_elec_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.24,0.24],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.75,0.8],[1,0.75,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_atk_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_atk_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_blue_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_blue_2"}]
+ },
+ "nani_def_ulti_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_red_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_red_2"}]
+ },
+ "nani_def_ulti_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_def_ulti_trail_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nani_gold_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.13020834,0.7291667,0.5729167,0.8,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.47395834,0.10677084,0.3385417,0.8385417,[1,1,0.4],[0.7,0.45,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "nani_gold_ulti_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"elecSpark_small_trail_gold_01"},{"swf":"sc/effects_brawler.sc","name":"elecSpark_small_trail_gold_02"},{"swf":"sc/effects_brawler.sc","name":"elecSpark_small_trail_gold_03"}]
+ },
+ "nani_silver_ulti_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.04,0.04],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.40364584,0.13020834,0.7291667,0.5729167,0.8,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.47395834,0.10677084,0.3385417,0.8385417,[0.4,0.8,1],[0.2,0.3,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_1"},{"swf":"sc/effects_brawler.sc","name":"rocketSmoke_long_2"}]
+ },
+ "nani_silver_ulti_trail_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{"z":-1.3},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.7,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,2,2]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],"spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,80,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,60,60],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nita_003_ulti_bones":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,1,0.3463542,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1200,160],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_003_ulti_bone_particle"}]
+ },
+ "nita_003_ulti_bones_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,100,100],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,2,2]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,-0.010416657,1,0.3463542,0.4,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1200,160],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_003_ulti_bone_particle_red"}]
+ },
+ "nita_003_ulti_clouds":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,8,2.5],[6,8,2.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.9479167,0.4088542,0.8,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.41145834,0.23177084,0.4401042,0.7838542,480,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_003_ulti_cloud"}]
+ },
+ "nita_003_ulti_clouds_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4.5,4.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,8,2.5],[6,8,2.5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.9479167,0.4088542,0.8,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.41145834,0.23177084,0.4401042,0.7838542,480,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_003_ulti_cloud_red"}]
+ },
+ "nita_004_atk":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_atk_1"}]
+ },
+ "nita_004_atk_end_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,2],[5,5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.16927084,0.5911459,0.3385417,0.9322917,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_center"}]
+ },
+ "nita_004_atk_end_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-40],[0,0,-40]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,2],[5,5,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,0.49739587,0.4322917,0.8072917,0.6,1.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_center_red"}]
+ },
+ "nita_004_atk_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-10,-10],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_atk_1_red"}]
+ },
+ "nita_004_ulti_drop_fish":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fish_01"},{"swf":"sc/effects_brawler.sc","name":"particle_fish_02"}]
+ },
+ "nita_004_ulti_drop_fish_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,12,12]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,10,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fish_01_red"},{"swf":"sc/effects_brawler.sc","name":"particle_fish_02_red"}]
+ },
+ "nita_004_ulti_drop_starFish":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,13,13]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_starFish_01"},{"swf":"sc/effects_brawler.sc","name":"particle_starFish_02"}]
+ },
+ "nita_004_ulti_drop_starFish_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-120],[0,0,-120]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.32,
+ "durationJitter":0.08,
+ "spawnRate":[0.47395834,0.18489584,0.20572919,0.9869792,20,4],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,11,11],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,13,13]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0,1,-0.05,8,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_starFish_01_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_starFish_02_red"}]
+ },
+ "nita_004_ulti_droplets":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-24],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.2,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_1"}]
+ },
+ "nita_004_ulti_droplets_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-24],[0,0,-20]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.2,0.08],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_droplet_2"}]
+ },
+ "nita_004_ulti_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nita_004_ulti_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.56,0.56],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-30],[0,0,-30]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-360,-360],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[10,10,8],[10,10,8]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,0.7083334,0.4401042,0.8932292,0.3,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.12,0.12],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"},{"swf":"sc/effects_brawler.sc","name":"water_splash_type3_red"}]
+ },
+ "nita_004_ulti_splash_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,1,0.2,1,0.2,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.07451,0.67451,0.94902],[0.07451,0.67451,0.94902]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_ring"}]
+ },
+ "nita_004_ulti_splash_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15,1,0.2,1,0.2,0.35],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.909804,0.333333,0.466667],[0.909804,0.333333,0.466667]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"water_splash_ring"}]
+ },
+ "nita_004_ulti_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,8],[7,7,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.4,1,1],[0.4,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "nita_004_ulti_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.4},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-20],[0,0,-20]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":15}]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[7,7,8],[7,7,8]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0.7],[1,0.5,0.7]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "nita_005_atk_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":27,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0],[1,0.6,0]],
+ "alpha":[0.6145834,-0.002604157,0.8229167,0.42447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}]
+ },
+ "nita_005_atk_fire2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":27,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,1],[0,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_parts2_particle"}]
+ },
+ "nita_005_atk_fire2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":27,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,1],[1,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_parts2_particle_red"}]
+ },
+ "nita_005_atk_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":27,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,45,45],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.6,0],[1,0.6,0]],
+ "alpha":[0.6145834,-0.002604157,0.8229167,0.42447925,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}]
+ },
+ "nita_005_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.052083343,0.7760417,0.18229169,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_005_hit_blue"}]
+ },
+ "nita_005_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.6,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":1}]}
+ ]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_005_hit_red"}]
+ },
+ "nita_005_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.052083343,0.7760417,0.18229169,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.5911459,0.020833343,0.8932292,0.5026042,[0,1,1],[1,0,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_parts7_animation"}]
+ },
+ "nita_005_atk_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7552084,0.013020843,0.7135417,0.2838542,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ground_fire_01"},{"swf":"sc/effects_brawler.sc","name":"particle_ground_fire_02"}]
+ },
+ "nita_005_atk_trail_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.08,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-9999],[0,0,-9999]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]
+ },
+ {"__class":"SimpleGround"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7552084,0.013020843,0.7135417,0.2838542,0.7,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_ground_fire_01_red"},{"swf":"sc/effects_brawler.sc","name":"particle_ground_fire_02_red"}]
+ },
+ "nita_005_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.052083343,0.7760417,0.18229169,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.5911459,0.020833343,0.8932292,0.5026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_parts7_animation_red"}]
+ },
+ "nita_005_atkEnd_pixelSmall":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.5,1],[0,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"},
+ {"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}
+ ]
+ },
+ "nita_005_atkEnd_pixelSmall_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,500,500],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2.5,2.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3.5,3.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,0],[4.5,4.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,1],[1,0.5,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_pixel_blink_4"},{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"},{"swf":"sc/effects_brawler.sc","name":"particle_pixel_blink_5"},{"swf":"sc/effects_brawler.sc","name":"particle_pixel_blink_3"}]
+ },
+ "nita_005_trail_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "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"}
+ ]
+ },
+ "nita_005_trail_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.45,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,50,50],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,0],[5,5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.7,1.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_5"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_9"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_11"}]
+ },
+ "nita_005_ulti1_spawn_pixel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,25],[30,30,25]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nita_005_ulti1_spawn_pixel2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,25],[30,30,25]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0],[1,0.5,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}]
+ },
+ "nita_005_ulti1_spawn_pixel2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,25],[30,30,25]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.5,0],[1,0.5,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle"},{"swf":"sc/effects_brawler.sc","name":"neon_twinkle_particle2"}]
+ },
+ "nita_005_ulti1_spawn_pixel_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.55,0.55],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.2},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,7],[0,0,5]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,200,200],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1.4]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,15,7],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[30,30,25],[30,30,25]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.2,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pixel_particle_6"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_10_brighter"},{"swf":"sc/effects_brawler.sc","name":"pixel_particle_9"}]
+ },
+ "nita_005_ulti_spawn":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.03125,0.48177084,0.4947917,0.9791667,0,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fireball_particle"}]
+ },
+ "nita_005_ulti_spawn_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4]
+ },
+ {"__class":"SpawnBurst","bursts":[{"t":0.01,"c":4}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,10],[0,0,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.03125,0.48177084,0.4947917,0.9791667,0,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fireball_particle_red"}]
+ },
+ "nita_005_ulti_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.052083343,0.7760417,0.18229169,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.5911459,0.020833343,0.8932292,0.5026042,[0,1,1],[1,0,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_parts7_animation"}]
+ },
+ "nita_005_ulti_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5130209,0.052083343,0.7760417,0.18229169,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.5911459,0.020833343,0.8932292,0.5026042,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"fire_parts7_animation_red"}]
+ },
+ "nita_006_atk_end":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":-5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.14583334,0.7239584,0.2838542,0.90885425,[1,1,1],[0.8,0.8,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_projectile_end"}]
+ },
+ "nita_006_atk_end_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,1.5],[1.5,1.5,1.5]]},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":45,"velocity":-5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.14583334,0.7239584,0.2838542,0.90885425,[1,1,1],[0.8,0.8,0.8]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_projectile_end_red"}]
+ },
+ "nita_006_atk_hit_jelly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":12},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":8,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.45,0.05],
+ "scaleJitter":[1,0.036458343,1,0.24479169,0.15,0.05],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":-120,
+ "rotationSpeedJitter":-240,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05"}
+ ]
+ },
+ "nita_006_atk_hit_jelly_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.6,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":12},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.4},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":8,"velocityJitter":1},
+ {"__class":"Deceleration","deceleration":[1.5,1.5,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9921875,0.036458343,1,0.2838542,0.45,0.05],
+ "scaleJitter":[1,0.036458343,1,0.24479169,0.15,0.05],
+ "color":[1,1,1],
+ "alpha":1,
+ "rotationSpeed":-120,
+ "rotationSpeedJitter":-240,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05_red"}
+ ]
+ },
+ "nita_006_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.18,"c":1},{"t":0.38,"c":1},{"t":0.58,"c":1}]},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.35,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_trail_ground_01"},{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_trail_ground_02"},{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_trail_ground_03"}]
+ },
+ "nita_006_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1},
+ {"__class":"SpawnBurst","bursts":[{"t":0.18,"c":1},{"t":0.38,"c":1},{"t":0.58,"c":1}]},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-0.01}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1.35,
+ "scaleJitter":0.075,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_trail_ground_01_red"},{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_trail_ground_02_red"},{"swf":"sc/effects_brawler.sc","name":"nita_006_atk_trail_ground_03_red"}]
+ },
+ "nita_006_atk_trail_jelly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":2.5,"spawnRate":12},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[15,15,10]},
+ {"__class":"Ground","bounciness":0.8,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,0.013020843,0.9635417,0.2760417,0.25,0.1],
+ "scaleJitter":0.1,
+ "color":[0.7864584,0.028645843,1,0.22916669,[1,1,1],[0.7,1,1]],
+ "alpha":1,
+ "rotationSpeed":-120,
+ "rotationSpeedJitter":-240,
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05"}
+ ]
+ },
+ "nita_006_atk_trail_jelly_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":30,
+ "lifetime":0.7,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,-35],
+ "components":[
+ {"__class":"SpawnRate","duration":2.5,"spawnRate":12},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.25},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-10,"velocityJitter":2},
+ {"__class":"Deceleration","deceleration":[15,15,10]},
+ {"__class":"Ground","bounciness":0.8,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7942709,0.013020843,0.9635417,0.2760417,0.25,0.1],
+ "scaleJitter":0.1,
+ "color":[0.7864584,0.028645843,1,0.22916669,[1,1,1],[0.7,1,1]],
+ "alpha":1,
+ "rotationSpeed":-120,
+ "rotationSpeedJitter":-240,
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05_red"}
+ ]
+ },
+ "nita_006_lobby_win":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.9,
+ "lifetime":0.775,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.25,"z":2.25},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.2,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_lobby_win"}]
+ },
+ "nita_006_ulti_dropjellys":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.4,
+ "maxAngle":360,
+ "minSpeedXY":2.5,
+ "maxSpeedXY":4.5,
+ "minSpeedZ":3,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,1]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":30},
+ {"__class":"Ground","bounciness":0.8,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.35,0.15],
+ "scaleJitter":[0.8177084,0.0052083433,0.9010417,0.16666669,0.1,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "rotationSpeed":-120,
+ "rotationSpeedJitter":-240,
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05"}
+ ]
+ },
+ "nita_006_ulti_dropjellys_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.65,0.65],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":1.5},
+ "gravity":[0.9270834,-0.010416657,0.8619792,0.19791669,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":5}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":0.2,
+ "spawnMaxSize":0.4,
+ "maxAngle":360,
+ "minSpeedXY":2.5,
+ "maxSpeedXY":4.5,
+ "minSpeedZ":3,
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[3,3,1]},
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":30},
+ {"__class":"Ground","bounciness":0.8,"friction":0.35}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7864584,0.005208343,0.8854167,0.15104169,0.35,0.15],
+ "scaleJitter":[0.8177084,0.0052083433,0.9010417,0.16666669,0.1,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "rotationSpeed":-120,
+ "rotationSpeedJitter":-240,
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05_red"}
+ ]
+ },
+ "nita_006_ulti_exp_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0052084,0.018229187,0.9869792,0.3,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_ulti_ground_explode_gum"}]
+ },
+ "nita_006_ulti_exp_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.0052084,0.018229187,0.9869792,0.3,0.55],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_006_ulti_ground_explode_gum_red"}]
+ },
+ "nita_006_ulti_trail_jelly":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-17],[0,0,-17]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05"}
+ ]
+ },
+ "nita_006_ulti_trail_jelly_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-17],[0,0,-17]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.65,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,8,8],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,150,150],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,210,210],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.7,0],[0.7,0.7,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,-90,-90],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_04"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_006_atk_jelly_05_red"}
+ ]
+ },
+ "nita_006_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.2,0.8,1],[0.2,0.8,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nita_006_ulti_trail_twinkles_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.08,0.08],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-15],[0,0,-15]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[5,5,5],[5,5,5]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.18489584,-1.6432291,0.7838542,-1.8098958,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.5],[1,0.4,0.5]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,720,720],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "nita_007_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":4,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit1"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit2"}]
+ },
+ "nita_007_atk_hit_ground_crack":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.7,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_hit_ground_crack"}]
+ },
+ "nita_007_atk_hit_ground_crack_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.7,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.25,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_hit_ground_crack_red"}]
+ },
+ "nita_007_atk_hit_ground_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.79,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.45,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit_ground_smoke"}]
+ },
+ "nita_007_atk_hit_ground_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.79,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1.45,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit_ground_smoke_red"}]
+ },
+ "nita_007_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":4,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit1_red"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit2_red"}]
+ },
+ "nita_007_atk_hit_snow_particle":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit_snow_particles1"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit_snow_particles2"}]
+ },
+ "nita_007_atk_hit_snow_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.6,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit_snow_particles1_red"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_hit_snow_particles2_red"}]
+ },
+ "nita_007_atk_hit_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.59,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,14],[0,0,4.7]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":7.9},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.7005209,-0.0026041567,1,0.5494792,[0,0,50],[0,0,0]],
+ "directionJitterAngle":12,
+ "velocity":2.5
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "nita_007_atk_hit_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.59,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,14],[0,0,4.7]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":7.9},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.7005209,-0.0026041567,1,0.5494792,[0,0,50],[0,0,0]],
+ "directionJitterAngle":12,
+ "velocity":2.5
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake_red"}]
+ },
+ "nita_007_atk_impact":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.25},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"carl_007_atk_impact"}]
+ },
+ "nita_007_atk_projectile_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.1,1.1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":1.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,2],[0,0,2]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":9,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,57,57],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.30208334,0.45833334,0.5182292,0.8151042,0.25,0.24],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.015,0.015],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.74,0.76,1],[0.4,0.4,1]],
+ "alpha":[0.26302084,0.7630209,0.3072917,0.9635417,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.30208334,0.45052084,0.5026042,0.8463542,-175,-20],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_1"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_2"},{"swf":"sc/effects_brawler.sc","name":"particle_blizzard_smog_3"}]
+ },
+ "nita_007_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.79,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-0.01},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[
+ {"c":1},
+ {"t":0.1,"c":1},
+ {"t":0.2,"c":1},
+ {"t":0.3,"c":1},
+ {"t":0.4,"c":1}
+ ]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_trail_snowstain"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_trail_snowstain2"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_trail_snowstain3"}]
+ },
+ "nita_007_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":0.79,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.15},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0.5,0,-1],"directionJitterAngle":30,"velocity":-0.01},
+ {
+ "__class":"SpawnBurst",
+ "bursts":[
+ {"c":1},
+ {"t":0.1,"c":1},
+ {"t":0.2,"c":1},
+ {"t":0.3,"c":1},
+ {"t":0.4,"c":1}
+ ]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_trail_snowstain_red"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_trail_snowstain2_red"},{"swf":"sc/effects_brawler.sc","name":"nita_007_atk_trail_snowstain3_red"}]
+ },
+ "nita_007_atk_trail_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":25},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedXY":2,"maxSpeedXY":3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,2.5,2],
+ "scaleJitter":0.7,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.3,1],[0,0.6,1]],
+ "alpha":0.5,
+ "angle":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "nita_007_atk_trail_smoke2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.7552084,0.13541669,0.9635417,2,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.79,0.87,1],[0.24,0.27,0.9]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "nita_007_atk_trail_smoke2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.3,
+ "durationJitter":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,25,25],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-20,-20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-1,-1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,-2,-2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.09114584,0.7552084,0.13541669,0.9635417,2,2.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.4,0.7],[0,0.27,0.2]],
+ "alpha":[0,1,0,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.2,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "nita_007_atk_trail_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":0.45,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":3.5,"spawnRate":25},
+ {"__class":"SpawnPlanar","minAngle":150,"maxAngle":210,"minSpeedXY":2,"maxSpeedXY":3},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,2.5,2],
+ "scaleJitter":0.7,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.7],[1,0.6,0]],
+ "alpha":0.5,
+ "angle":0.5,
+ "angleJitter":360,
+ "rotationSpeedJitter":[360,0],
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "nita_007_atk_trail_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.79,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.9088542,0.5338542,0.65,0.45],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.8,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":25,
+ "rotationSpeedJitter":60,
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "nita_007_atk_trail_snowflake2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7.9},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "nita_007_atk_trail_snowflake2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7.9},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake_red"}]
+ },
+ "nita_007_atk_trail_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.79,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.85,"spawnRate":12,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[1,1,0]},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.3}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.9088542,0.5338542,0.65,0.45],
+ "scaleJitter":0.2,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[0.8,0.95,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":25,
+ "rotationSpeedJitter":60,
+ "loopMovieClip":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake_red"}]
+ },
+ "nita_007_ulti_deco":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":70,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco2"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco2_2"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco1"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco1_2"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco3"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco3_2"}
+ ]
+ },
+ "nita_007_ulti_deco_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":1.35,
+ "lifetimeJitter":0.025,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-90],
+ "components":[
+ {"__class":"SpawnRate","duration":0.35,"spawnRate":20,"spawnRateJitter":2},
+ {"__class":"SpawnCone","direction":[0.05,0,1],"directionJitterAngle":70,"velocity":10},
+ {"__class":"Ground","friction":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":1}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":2,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":10,
+ "rotationSpeed":[0,0.9895834,0.3072917,0.9635417,0,0],
+ "rotationSpeedJitter":0.5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco2_2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco1_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco1_2_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco3_red"},
+ {"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_deco3_2_red"}
+ ]
+ },
+ "nita_007_ulti_ground_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_ground_hit1"},{"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_ground_hit2"}]
+ },
+ "nita_007_ulti_ground_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.45,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{"globalScale":1,"scale":1,"scaleJitter":0.15,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_ground_hit1_red"},{"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_ground_hit2_red"}]
+ },
+ "nita_007_ulti_ground_smoke1":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":400,
+ "lifetime":0.17,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2.4],
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.7,0.15],
+ "scaleJitter":0.2,
+ "color":[0.7,0.9,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_hit_smoke2"},{"swf":"sc/effects_brawler.sc","name":"gen_circle"}]
+ },
+ "nita_007_ulti_ground_smoke1_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":400,
+ "lifetime":0.17,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,2.4],
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":200},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.3,"spawnMaxSize":1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5989584,0.013020843,0.890625,0.5026042,0.7,0.15],
+ "scaleJitter":0.2,
+ "color":[1,0.7,0.9],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_007_ulti_hit_smoke2"},{"swf":"sc/effects_brawler.sc","name":"gen_circle"}]
+ },
+ "nita_007_ulti_ground_smoke2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":500,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.79,0.79],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,24],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.47,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]},
+ {"__class":"SpawnCone","direction":[0,0,2.7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,4,2.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.4,1],[0.1,0.15,0.35]],
+ "alpha":[0.2,0.6,0.1,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "nita_007_ulti_ground_smoke2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":500,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.79,0.79],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,24],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.47,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2.5,2.5,0],[2.5,2.5,0]]},
+ {"__class":"SpawnCone","direction":[0,0,2.7]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.32552084,0.7630209,0.23697919,0.9401042,4,2.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0.7],[0.45,0.1,0.15]],
+ "alpha":[0.2,0.6,0.1,1,0,0.5],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.3,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_additive"}]
+ },
+ "nita_007_ulti_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.79,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,14],[0,0,4.7]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":10},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.7005209,-0.0026041567,1,0.5494792,[0,0,50],[0,0,0]],
+ "directionJitterAngle":12,
+ "velocity":2.5
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.79,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "nita_007_ulti_snowflake_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.79,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":2.7},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,14],[0,0,4.7]],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":10},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.7005209,-0.0026041567,1,0.5494792,[0,0,50],[0,0,0]],
+ "directionJitterAngle":12,
+ "velocity":2.5
+ },
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.79,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "orientToDirection":true,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake_red"}]
+ },
+ "nita_007_ulti_trail_snowflake":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":0.45,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "followEmitter":true,
+ "components":[
+ {"__class":"SpawnRate","duration":0.5,"spawnRate":7},
+ {"__class":"SpawnCone","direction":[-1,0,0],"velocity":2.5},
+ {"__class":"Deceleration","deceleration":[2.5,2.5,2.5]},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.9114584,-0.002604127,0.8619792,0.3776042,0.6,0.4],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "alphaFadeout":0.12,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"bronson_003_ulti_trail_snowflake"}]
+ },
+ "nita_cloud_blue":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.7,1],[0,0.3,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ },
+ "nita_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":200,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "followEmitter":true,
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,7,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.7,0],[1,0.3,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ }
+ },
+ "nita_def_atk_fragments":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.2,0.2],
+ "mass":1.0000002,
+ "spawnPointOffset":{"z":0.4950002},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-50],[0,0,-50]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1,
+ "durationJitter":0.005,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,30,30],
+ "spawnRateJitter":[0.3333332,0.3333332,0.6666672,0.6666672,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]},
+ {
+ "__class":"SpawnVelocityComponent",
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,[4.5,4.5,8],[4.5,4.5,8]]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.984375,0.005208347,1,0.07291669,0.6,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,20,20],
+ "rotationSpeed":[0.6302084,0.028645843,0.4401042,0.99479175,400,0],
+ "rotationSpeedJitter":[1,0.013020843,0,1.0026042,2100,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "nita_def_atk_hit_scratch":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_scratch_1"},{"swf":"sc/effects_brawler.sc","name":"particle_hit_scratch_2"}]
+ },
+ "nita_def_atk_hit_scratch_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.24,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":1,"spawnRate":60},{"__class":"Ground"}]},
+ "render":{
+ "globalScale":1,
+ "scale":2.8,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":60,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_hit_scratch_1_red"},{"swf":"sc/effects_brawler.sc","name":"particle_hit_scratch_2_red"}]
+ },
+ "nita_def_atk_ring":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.036458343,0.41927084,0.2760417,0.97916675,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0.7,1],[0,0.7,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0,0.5364584,0.5494792,1.0104167,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_def_atk"}]
+ },
+ "nita_def_atk_ring_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.036458343,0.41927084,0.2760417,0.97916675,0.4,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.3,0],[1,0.3,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0,0.5364584,0.5494792,1.0104167,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "blendMode":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_def_atk"}]
+ },
+ "nita_def_atk_soot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,0],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gen_soot"}]
+ },
+ "nita_def_ground_crack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.2,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":2,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,13,13],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type1"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type2"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type3"},{"swf":"sc/effects_brawler.sc","name":"nita_crack_b2_type4"}]
+ },
+ "nita_def_groundCrack":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.05,0.9,-0.6,1.05,4.5,4.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.3,0.2,0.2],[0.3,0.2,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "billboardAlign":2
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_005_end_crack"}]
+ },
+ "nita_def_starPower_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_blue_1"},{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_blue_2"},{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_blue_3"},{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_blue_4"}]
+ },
+ "nita_def_starPower_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_red_1"},{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_red_2"},{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_red_3"},{"swf":"sc/effects_brawler.sc","name":"nita_def_starP_hit_red_4"}]
+ },
+ "no_hit_effect":{
+ "enemyVersion":"no_hit_effect_red",
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.28,1.28],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.08,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_dot_blue"}]
+ },
+ "no_hit_effect_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":5,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.25,
+ "durationJitter":0.05,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,500,500],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.125,0.125],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,-360,-360],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,1.28,1.28],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.5,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "alphaFadeout":0.08,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"gen_hitfx_dot_red"}]
+ },
+ "Nuts_and_bolts_delay":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "emitterDelay":0.35,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-80],[0,0,-80]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]},
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,4,4],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,14,14],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,24,24],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.5755209,0.005208343,0.12760419,0.8854167,360,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,208,208],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,568,568],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,8,8],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5870,5870],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,6230,6230],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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_voxel":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":3,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5870,5870],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,6230,6230],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,4,4],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1.2,0.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_metal"},{"swf":"sc/effects.sc","name":"prt_voxel_particle_1_safe"}]
+ },
+ "Nuts_and_bolts_particle_big":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":6,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,1.25,1.25],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.75,0.75],
+ "mass":1,
+ "spawnPointOffset":{"z":0.495},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-105.00001],[0,0,-105.00001]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.035,
+ "durationJitter":0.005,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1000,1000],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[2,2,0],[2,2,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,-0.25,-0.25],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.25,0.25],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,2.25,2.25],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,6,6],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,9,9],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,22.5,22.5],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "rotationSpeed":[0.5442709,0.013020843,0.16666669,0.99479175,240,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"bolt_1"},{"swf":"sc/effects.sc","name":"bolt_2"},{"swf":"sc/effects.sc","name":"bolt_3"}]
+ },
+ "one_card_flying":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.15,0.15],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,-30.000002],[0,0,-30.000002]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,100,100],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.333333,0.333333,0.666667,0.666667,[3,3,0],[3,3,0]]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "minAngle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxAngle":[0.333333,0.333333,0.666667,0.666667,360,360],
+ "minSpeedXY":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "maxSpeedXY":[0.333333,0.333333,0.666667,0.666667,2,2],
+ "minSpeedZ":[0.333333,0.333333,0.666667,0.666667,1.5,1.5],
+ "maxSpeedZ":[0.333333,0.333333,0.666667,0.666667,3,3],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.333333,0.333333,0.666667,0.666667,0.65,0.65],"friction":[0.333333,0.333333,0.666667,0.666667,0.35,0.35]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.333333,0.333333,0.666667,0.666667,1,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeedJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects.sc","name":"card_love"},{"swf":"sc/effects.sc","name":"card_money"},{"swf":"sc/effects.sc","name":"card_death"}]
+ },
+ "otis_003_atk_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.97,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_smoke"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_smoke2"}]
+ },
+ "otis_003_atk_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.97,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_smoke_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_smoke2_red"}]
+ },
+ "otis_003_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[0.2,0.47,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_fire"}]
+ },
+ "otis_003_atk_hit_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":160},
+ {"__class":"SpawnCone","directionJitterAngle":180,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.1,"maxAngle":360,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.79,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_1"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_2"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_3"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_4"}]
+ },
+ "otis_003_atk_hit_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":0.6,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "components":[
+ {"__class":"SpawnRate","duration":0.05,"spawnRate":160},
+ {"__class":"SpawnCone","directionJitterAngle":180,"velocity":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.1,"spawnMaxSize":1},
+ {"__class":"SpawnPlanar","spawnMaxSize":0.1,"maxAngle":360,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.79,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_1_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_2_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_3_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_4_red"}]
+ },
+ "otis_003_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.25,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.4,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"colette_005_atk_hit_fire_red"}]
+ },
+ "otis_003_atk_reached_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.59,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_fire_1"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_fire_2"}]
+ },
+ "otis_003_atk_reached_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.59,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_fire_1_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_fire_2_red"}]
+ },
+ "otis_003_atk_reached_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":35,
+ "emitterDelay":0.1,
+ "lifetime":[0.3,1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":80},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.3,0.5],"spawnMaxSize":[0.7,1]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.9],
+ "scaleJitter":0.2,
+ "color":[0.1,0.005208373,0,0.99479175,[0.24,0.4,1],[0.1,0.27,0.9]],
+ "alpha":[0.2578125,0.22395837,0.1484375,1.0104167,0.7,0],
+ "angleJitter":360,
+ "rotationSpeed":30,
+ "rotationSpeedJitter":30,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "otis_003_atk_reached_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":35,
+ "emitterDelay":0.1,
+ "lifetime":[0.3,1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.2,"spawnRate":80},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":[0.3,0.5],"spawnMaxSize":[0.7,1]},
+ {"__class":"SpawnLocation"}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7,0.9],
+ "scaleJitter":0.2,
+ "color":[0.1,0.005208373,0,0.99479175,[1,0.24,0.4],[0.9,0.1,0.24]],
+ "alpha":[0.2578125,0.22395837,0.1484375,1.0104167,0.7,0],
+ "angleJitter":360,
+ "rotationSpeed":30,
+ "rotationSpeedJitter":30,
+ "orientToDirection":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_trail_slow"}]
+ },
+ "otis_003_atk_trail_cloud":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":40},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_trail_1"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_trail_2"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_trail_3"}]
+ },
+ "otis_003_atk_trail_cloud_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":40},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.7,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_trail_1_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_trail_2_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_trail_3_red"}]
+ },
+ "otis_003_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[0.47,0.97,1],[0.15,0.74,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "otis_003_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[1,0.47,0.74],[1,0.21,0.44]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "otis_003_lobby_lose":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":3,
+ "lifetime":18,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.175,"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.25,"color":[1,1,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_lobby_lose_tears"}]
+ },
+ "otis_003_lobby_lose_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.5,
+ "lifetime":0.5,
+ "mass":1,
+ "spawnPointOffset":{"x":-0.27},
+ "components":[{"__class":"SpawnRate","duration":0.5,"spawnRate":1},{"__class":"SpawnLocation"}]
+ },
+ "render":{"globalScale":1,"scale":0.2,"color":[0.2,0.47,1],"alpha":1,"loopMovieClip":true,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_def_atk_impact_lv2"}]
+ },
+ "otis_003_lobby_win":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":21,
+ "emitterDelay":0.085,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.5],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":70,"spawnRateJitter":1},
+ {"__class":"Deceleration","deceleration":[3,0,3]},
+ {"__class":"SpawnCone","direction":[-1,0,1],"velocity":4}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.7395834,0.044270843,0.7916667,0.3463542,0.4,0.4],
+ "scaleJitter":0.15,
+ "color":[0.6145834,-0.018229157,0.4010417,0.9869792,[0.3,1,1],[0,0.75,1]],
+ "alpha":1,
+ "angle":90,
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,60,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_1"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_2"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_3"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_cloud_4"}]
+ },
+ "otis_003_lobby_win_fire_01":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":1.8,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.1},
+ "components":[
+ {"__class":"SpawnRate","duration":0.3,"spawnRate":[0.013020843,0.36458334,0,1.0572917,30,40]},
+ {"__class":"Deceleration","deceleration":[6,6,1]},
+ {"__class":"SpawnCone","direction":[1,1,0],"directionJitterAngle":50,"velocity":2,"velocityJitter":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.7317709,0.041666687,0.7526042,0.05,0.11],
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "otis_003_lobby_win_fire_02":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":1.8,
+ "lifetime":0.65,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.17},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnPlanar","spawnMinSize":0.15,"spawnMaxSize":0.15}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0,1.5833334,0,2.2916667,0.001,0.09],
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":270,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_fire_1"},{"swf":"sc/effects_brawler.sc","name":"otis_003_atk_reached_fire_2"}]
+ },
+ "otis_003_lobby_win_fire_03":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "emitterDelay":1.8,
+ "lifetime":0.55,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.17},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.15,"spawnRate":60},
+ {"__class":"SpawnCone","direction":[1,0,0],"directionJitterAngle":60,"velocity":1.5,"velocityJitter":0.5},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.05},
+ {"__class":"Deceleration","deceleration":[4,4,3]}
+ ]
+ },
+ "render":{
+ "globalScale":0.4,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.05,0.15],
+ "scaleJitter":0.005,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.47,0.74,1],[0,0.65,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,240,60],
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otis_003_ulti_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_reached_fire"}]
+ },
+ "otis_003_ulti_hit_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_hit_fire2"},{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_hit_fire1"}]
+ },
+ "otis_003_ulti_hit_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.6,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_hit_fire1_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_hit_fire2_red"}]
+ },
+ "otis_003_ulti_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.75,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_reached_fire_red"}]
+ },
+ "otis_003_ulti_reached_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.25,0.55],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.47,0.74,1],[0,0.65,1]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,240,60],
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otis_003_ulti_reached_fire2":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.075,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":2,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.7317709,0.041666687,0.7526042,0.75,1.25],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"ash_003_atk_fire"}]
+ },
+ "otis_003_ulti_reached_fire2_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":0.7,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,1.5],
+ "components":[
+ {"__class":"SpawnRate","duration":0.075,"spawnRate":100},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":90,"velocity":2,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[2,2,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.7317709,0.041666687,0.7526042,0.75,1.25],
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":0.5,
+ "angleJitter":360,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"spike_006_lobby_fire_01"}]
+ },
+ "otis_003_ulti_reached_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":40,
+ "lifetime":0.75,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "gravity":[0,0,3],
+ "components":[
+ {"__class":"SpawnRate","duration":0.25,"spawnRate":30,"spawnRateJitter":1},
+ {"__class":"SpawnCone","direction":[1,1,1],"directionJitterAngle":360,"velocity":2},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},
+ {"__class":"Deceleration","deceleration":[4,4,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.25520834,0.7552084,0,0.8932292,0.25,0.55],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0.72,0.7],[1,0.24,0.7]],
+ "alpha":1,
+ "angle":90,
+ "angleJitter":360,
+ "rotationSpeed":[0.45052087,0.09114584,0.3229167,0.9010417,240,60],
+ "rotationSpeedJitter":40,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otis_003_ulti_reached_starfish":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.7,"mass":1,"spawnPointOffset":{"z":-0.6},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.09895834,0.8463542,0.12760419,2.2,0.15],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_reached"}]
+ },
+ "otis_003_ulti_reached_starfish_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1.7,"mass":1,"spawnPointOffset":{"z":-0.6},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.09895834,0.8463542,0.12760419,2.2,0.15],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_reached_red"}]
+ },
+ "otis_003_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_smoke1"},{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_smoke2"}]
+ },
+ "otis_003_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[1,0.2,0.4],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_smoke1_red"},{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_smoke2_red"}]
+ },
+ "otis_003_ulti_stick_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.05,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[0.25,0.7,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_02"}]
+ },
+ "otis_003_ulti_trail_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.65,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.275,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_trail_fire"}]
+ },
+ "otis_003_ulti_trail_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":7,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.65,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.275,
+ "scaleJitter":0.025,
+ "color":[1,1,1],
+ "alpha":1,
+ "orientToDirection":true,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otis_003_ulti_trail_fire_red"}]
+ },
+ "otto_002_atk_hit_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_hit"}]
+ },
+ "otto_002_atk_hit_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.35,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_hit_red"}]
+ },
+ "otto_002_atk_reached_ground_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.25],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":2.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":0.2,"velocityJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.42708337,0.09114587,0.7109375,0.23697925,0.5,0.8],
+ "scaleJitter":0.5,
+ "color":[[0.3,0.15,0.5],[0.15,0.075,0.25]],
+ "alpha":[0.5598959,0.13802084,0.7760417,0.3072917,0.1,0.5],
+ "angleJitter":20,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otto_002_atk_reached_ground_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "gravity":[0,0,0.25],
+ "components":[
+ {"__class":"SpawnRate","duration":1,"spawnRate":2.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":0.2,"velocityJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.42708337,0.09114587,0.7109375,0.23697925,0.5,0.8],
+ "scaleJitter":0.5,
+ "color":[[0.5,0.15,0.3],[0.25,0.075,0.15]],
+ "alpha":[0.5598959,0.13802084,0.7760417,0.3072917,0.1,0.5],
+ "angleJitter":20,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otto_002_atk_reached_ground_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.35,"scaleJitter":0.035,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_01"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_02"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_03"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_04"}]
+ },
+ "otto_002_atk_reached_ground_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.5}]
+ },
+ "render":{"globalScale":1,"scale":0.35,"scaleJitter":0.035,"color":[1,1,1],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_01_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_02_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_03_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_ground_ink_04_red"}]
+ },
+ "otto_002_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_gunsmoke_01"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_gunsmoke_02"}]
+ },
+ "otto_002_atk_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.9,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_gunsmoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_gunsmoke_02_red"}]
+ },
+ "otto_002_atk_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[0.3,0.15,0.5],[0.15,0.075,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "otto_002_atk_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1,2],
+ "scaleJitter":0.3,
+ "color":[[0.5,0.15,0.3],[0.25,0.075,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "otto_002_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":6},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_dropping_liquid_01"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_dropping_liquid_02"}]
+ },
+ "otto_002_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":6},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.25},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_dropping_liquid_01_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_atk_dropping_liquid_02_red"}]
+ },
+ "otto_002_gajet_explode_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_gajet_explode_gum"}]
+ },
+ "otto_002_gajet_explode_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_gajet_explode_gum_red"}]
+ },
+ "otto_002_gajet_explode_liquid_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[0.1,0.075,0.35],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_002_gajet_explode_liquid_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[0.35,0.05,0.15],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_002_gajet_explode_thread":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.3,0.25,0.7],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_002_gajet_explode_thread_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.8,0.25,0.4],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_002_gajet_ground_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,0.25],
+ "components":[
+ {"__class":"SpawnRate","duration":2.6,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":0.2,"velocityJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.85}
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":[0.42708337,0.09114587,0.7109375,0.23697925,0.5,0.8],
+ "scaleJitter":0.5,
+ "color":[[0.3,0.15,0.5],[0.15,0.075,0.25]],
+ "alpha":[0.5598959,0.13802084,0.7760417,0.3072917,0.1,0.5],
+ "angleJitter":20,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otto_002_gajet_ground_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{"z":2},
+ "gravity":[0,0,0.25],
+ "components":[
+ {"__class":"SpawnRate","duration":2.6,"spawnRate":5},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":10,"velocity":0.2,"velocityJitter":0.1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.25,"spawnMaxSize":0.85}
+ ]
+ },
+ "render":{
+ "globalScale":2.5,
+ "scale":[0.42708337,0.09114587,0.7109375,0.23697925,0.5,0.8],
+ "scaleJitter":0.5,
+ "color":[[0.5,0.15,0.3],[0.25,0.075,0.15]],
+ "alpha":[0.5598959,0.13802084,0.7760417,0.3072917,0.1,0.5],
+ "angleJitter":20,
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "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"}]
+ },
+ "otto_002_gajet_liquid_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[0.45,0.4,0.9],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_002_gajet_liquid_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[0.9,0.3,0.35],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_002_gajet_thread":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0.3,0.25,0.7],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_002_gajet_thread_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0.8,0.25,0.4],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_002_ulti_hugger_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_hugger_hit"}]
+ },
+ "otto_002_ulti_hugger_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.8,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.1}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[1,1,1],
+ "alpha":1,
+ "angle":180,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_hugger_hit_red"}]
+ },
+ "otto_002_ulti_hugger_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"duration":0.65,"spawnRate":10},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[0,0,1],"velocity":0.5,"velocityJitter":0.25},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.25,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_05"}]
+ },
+ "otto_002_ulti_reached_bug":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_reached_bug_01"},{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_reached_bug_02"}]
+ },
+ "otto_002_ulti_reached_bug_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.025,"spawnRate":60},
+ {"__class":"SpawnPlanar","maxAngle":360,"minSpeedXY":0.5,"maxSpeedXY":1.25,"randomAngle":true},
+ {"__class":"Deceleration","deceleration":[1,1,1]}
+ ]
+ },
+ "render":{"globalScale":1.25,"scale":0.5,"color":[1,1,1],"alpha":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_reached_bug_01_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_reached_bug_02_red"}]
+ },
+ "otto_002_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_gunsmoke_01"},{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_gunsmoke_02"}]
+ },
+ "otto_002_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_gunsmoke_01_red"},{"swf":"sc/effects_brawler.sc","name":"otto_002_ulti_gunsmoke_02_red"}]
+ },
+ "otto_002_ulti_trail_dust":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,2.5],
+ "scaleJitter":0.3,
+ "color":[[0.42,0.24,0.8],[0.15,0.075,0.25]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "otto_002_ulti_trail_dust_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.5,
+ "lifetimeJitter":0.15,
+ "mass":1,
+ "spawnPointOffset":{"z":0.2},
+ "components":[{"__class":"SpawnRate","duration":0.7,"spawnRate":10},{"__class":"SpawnPlanar","minAngle":160,"maxAngle":200,"randomAngle":true}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.14583334,0.48177087,0.6119792,0.8385417,1.5,2.5],
+ "scaleJitter":0.3,
+ "color":[[0.8,0.24,0.42],[0.25,0.075,0.15]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.2],
+ "angleJitter":20,
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "alphaFadeout":0.15,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "otto_002_ulti_trail_twinkle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","duration":0.65,"spawnRate":20},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"SpawnCone","direction":[1,0,0],"velocity":-1},
+ {"__class":"Deceleration","deceleration":[2,2,2]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.8,
+ "scaleJitter":0.1,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_05"}]
+ },
+ "otto_def_atk_hit_ground_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.035,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_03"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_02"}
+ ]
+ },
+ "otto_def_atk_hit_ground_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":1.5,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.5,"spawnMaxSize":0.5}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.35,
+ "scaleJitter":0.035,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_01_red"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_03_red"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_02_red"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ground_ink_03_red"}
+ ]
+ },
+ "otto_def_atk_hit_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_green_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_green_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_blue_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_blue_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_purple_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_purple_02"}
+ ]
+ },
+ "otto_def_atk_hit_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":0.2,"spawnMaxSize":0.2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_orange_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_orange_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_pink_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_pink_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_red_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_red_02"}
+ ]
+ },
+ "otto_def_atk_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ink_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ink_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ink_03"}]
+ },
+ "otto_def_atk_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ink_01_red"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ink_02_red"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_ink_03_red"}]
+ },
+ "otto_def_atk_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_green_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_green_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_green_03"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_blue_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_blue_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_blue_03"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_purple_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_purple_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_purple_03"}
+ ]
+ },
+ "otto_def_atk_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":5},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_orange_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_orange_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_orange_03"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_pink_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_pink_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_pink_03"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_red_01"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_red_02"},
+ {"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_red_03"}
+ ]
+ },
+ "otto_def_gajet_explode_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"explode_gum_002"}]
+ },
+ "otto_def_gajet_explode_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1.4,1.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_explode_gum"}]
+ },
+ "otto_def_gajet_explode_liquid_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[0,1,0.75],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_def_gajet_explode_liquid_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[1,0.7,0.2],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_def_gajet_explode_thread":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0,1,0.75],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_def_gajet_explode_thread_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,0.7,0.2],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_def_gajet_liquid_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[0.15,0.7,1],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_def_gajet_liquid_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":1.5,
+ "lifetimeJitter":0.5,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":80,"spawnRateJitter":2.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.2,
+ "color":[1,0.35,0.45],
+ "alpha":1,
+ "angleJitter":5,
+ "alphaFadeout":0.2,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_03"},{"swf":"sc/effects_brawler.sc","name":"otto_def_gajet_liquid_spark_04"}]
+ },
+ "otto_def_gajet_star":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":2.75,"spawnRate":6.5,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1,"spawnMaxSize":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[[0.5,1,1],[0,0.75,1]],
+ "alpha":1,
+ "angleJitter":5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_006_star_bubble"}]
+ },
+ "otto_def_gajet_star_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "lifetime":1.25,
+ "lifetimeJitter":0.25,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[{"__class":"SpawnRate","duration":2.75,"spawnRate":6.5,"spawnRateJitter":1},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":1,"spawnMaxSize":2}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.15,
+ "color":[[1,0.8,0.8],[1,0.5,0.5]],
+ "alpha":1,
+ "angleJitter":5,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"barley_006_star_bubble"}]
+ },
+ "otto_def_gajet_thread":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[0.3,0.9,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_def_gajet_thread_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "mass":1,
+ "spawnPointOffset":{"z":0.6},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-35],[0,0,-35]],
+ "components":[
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":7}]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,3,3]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,0],[2,2,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.6,
+ "scaleJitter":0.1,
+ "color":[1,0.6,0.6],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,30,30],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.08,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}
+ ]
+ },
+ "otto_def_gajet_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_blue_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_blue_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_blue_03"}]
+ },
+ "otto_def_gajet_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":7.5},{"__class":"SpawnLocation","spawnShape":1,"spawnMinSize":-0.4,"spawnMaxSize":0.4},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.85,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_red_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_red_02"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_dropping_liquid_red_03"}]
+ },
+ "otto_def_ulti_hugger_hit":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_green_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_green_02"}]
+ },
+ "otto_def_ulti_hugger_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.05,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,1,1],"alpha":1,"angleJitter":360,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_orange_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_atk_hit_orange_02"}]
+ },
+ "otto_def_ulti_hugger_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.05,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[0.3,1,0.8],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_02"}]
+ },
+ "otto_def_ulti_hugger_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.05,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,0.8,0],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_02"}]
+ },
+ "otto_def_ulti_reached_ground_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.75},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[0,1,0.75],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_white"}]
+ },
+ "otto_def_ulti_reached_ground_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "emitterDelay":0.1,
+ "lifetime":0.8,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.75},
+ "components":[
+ {"__class":"SpawnLocation","spawnShape":1},
+ {"__class":"Deceleration","deceleration":[0,0,2]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.5,
+ "scaleJitter":0.05,
+ "color":[1,0.8,0],
+ "alpha":1,
+ "angleJitter":360,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gene_004_explode_gum_white"}]
+ },
+ "otto_def_ulti_reached_ink":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":999},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":7.5,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[0.37239584,1.0052084,0,0.9244792,[0,0,0],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,2],
+ "scaleJitter":0.3,
+ "color":[0,1,0.65],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"}]
+ },
+ "otto_def_ulti_reached_ink_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":0.3,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":0.75},
+ "gravity":[0,0,-15],
+ "components":[
+ {"__class":"SpawnRate","duration":0.1,"spawnRate":999},
+ {"__class":"SpawnCone","direction":[0,0,1],"directionJitterAngle":60,"velocity":7.5,"velocityJitter":1},
+ {"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.5},
+ {"__class":"Deceleration","deceleration":[0.37239584,1.0052084,0,0.9244792,[0,0,0],[10,10,10]]}
+ ]
+ },
+ "render":{
+ "globalScale":0.2,
+ "scale":[0.20052084,0.6927084,0.22135419,0.9322917,1.5,2],
+ "scaleJitter":0.3,
+ "color":[1,0.7,0.2],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_02"},{"swf":"sc/effects_brawler.sc","name":"liquid_thick_tread_01"}]
+ },
+ "otto_def_ulti_reached_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.05,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[0.3,1,0.8],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_02"}]
+ },
+ "otto_def_ulti_reached_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.05,
+ "lifetime":0.75,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":-0.5},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{"globalScale":1,"scale":0.5,"color":[1,0.8,0],"alpha":1,"trailDuration":1,"trailWidth":1},
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_01"},{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_splash_02"}]
+ },
+ "otto_def_ulti_reached_starfish":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":-0.6},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.09895834,0.8463542,0.12760419,2.2,0.85],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_starfish"}]
+ },
+ "otto_def_ulti_reached_starfish_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":1,"mass":1,"spawnPointOffset":{"z":-0.6},"components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60}]},
+ "render":{
+ "globalScale":1,
+ "scale":[0.7473959,0.09895834,0.8463542,0.12760419,2.2,0.85],
+ "color":[1,1,1],
+ "alpha":1,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"otto_def_ulti_reached_starfish_red"}]
+ },
+ "otto_def_ulti_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_003_gunSmoke"}]
+ },
+ "otto_def_ulti_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":0.4,
+ "lifetimeJitter":0.1,
+ "mass":1,
+ "spawnPointOffset":{"z":1},
+ "components":[{"__class":"SpawnRate","duration":0.1,"spawnRate":60},{"__class":"SpawnCone","direction":[-1,0,0],"velocity":0.01}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "color":[0.4,0.2,1],
+ "alpha":1,
+ "angleJitter":5,
+ "orientToDirection":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"brock_003_gunSmoke_red"}]
+ },
+ "otto_def_ulti_trail_dustdot":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","spawnMinSize":0.3,"spawnMaxSize":0.5,"minAngle":160,"maxAngle":200,"minSpeedXY":0.5,"maxSpeedXY":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.3,0.6],
+ "scaleJitter":0.15,
+ "color":[[0,1,0.75],[0,0.65,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "otto_def_ulti_trail_dustdot_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.35,
+ "lifetimeJitter":0.08,
+ "mass":1,
+ "spawnPointOffset":{},
+ "components":[
+ {"__class":"SpawnRate","infinite":true,"spawnRate":20},
+ {"__class":"SpawnPlanar","spawnMinSize":0.3,"spawnMaxSize":0.5,"minAngle":160,"maxAngle":200,"minSpeedXY":0.5,"maxSpeedXY":1,"randomAngle":true}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.20052084,0.6302084,0.14322919,0.9713542,0.3,0.6],
+ "scaleJitter":0.15,
+ "color":[[1,0.8,0.2],[1,0.4,0.1]],
+ "alpha":1,
+ "angleJitter":360,
+ "rotationSpeedJitter":120,
+ "loopMovieClip":true,
+ "alphaFadeout":0.15,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_dust_dots"}]
+ },
+ "otto_def_ulti_trail_ground":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5286459,0.17708334,0.8307292,0.2916667,0.4,0.1],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0.75],[0.2,0.65,1]],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "otto_def_ulti_trail_ground_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":0.8,
+ "lifetimeJitter":0.2,
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0,0,-9999],
+ "components":[{"__class":"SpawnRate","duration":0.65,"spawnRate":10},{"__class":"SpawnLocation","spawnShape":1,"spawnMaxSize":0.6},{"__class":"SimpleGround"}]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.5286459,0.17708334,0.8307292,0.2916667,0.4,0.1],
+ "scaleJitter":0.1,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,0.6,0.2]],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_circle"}]
+ },
+ "pam_002_atk_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_1"},{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_2"},{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_3"}]
+ },
+ "pam_002_atk_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_1_red"},{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_2_red"},{"swf":"sc/effects_brawler.sc","name":"pam_002_atk_3_red"}]
+ },
+ "pam_002_atk_splash":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.7005209,0.19791669,0.9869792,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_turret_attack"}]
+ },
+ "pam_002_atk_splash_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.28,0.28],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1.5,1.5,0],[1.5,1.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,0.7005209,0.19791669,0.9869792,0.8,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"jessie_002_turret_attack_red"}]
+ },
+ "pam_003_atk_base":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_base"}]
+ },
+ "pam_003_atk_base_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_base_red"}]
+ },
+ "pam_003_atk_clouds":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_cloud_1"},{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_cloud_2"},{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_cloud_3"}]
+ },
+ "pam_003_atk_clouds_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_cloud_1_red"},{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_cloud_2_red"},{"swf":"sc/effects_brawler.sc","name":"pam_003_atk_cloud_3_red"}]
+ },
+ "pam_003_atk_reached_fire":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.5963541,0.8619792,-0.2708333,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_ground_blue_long"}]
+ },
+ "pam_003_atk_reached_fire_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":2,
+ "emitterDelay":0.1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.21614584,-0.5963541,0.8619792,-0.2708333,0.5,0],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_fire_ground_red_long"}]
+ },
+ "pam_003_atk_spark":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "pam_003_atk_spark_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,90,90],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "pam_003_atk_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.5364584,0.3151042,0.9244792,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,0.2,1],[1,0.3,1]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "pam_003_atk_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.06,0.06],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.8,1.8],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,3,3],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.08333334,0.5364584,0.3151042,0.9244792,0.2,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.2,0.3],[1,0.3,1]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "pam_003_ulti_drop_gem":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.0078125,0.8046875,0.051562488,2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8828125,0.020833373,-0.2,1,600,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gem_particle_blue_1"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_blue_2"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_blue_3"}]
+ },
+ "pam_003_ulti_drop_gem_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":15,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.9,0.9],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.3},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-60],[0,0,-60]],
+ "components":[
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,1.6,1.6],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,6,6],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,9,9],
+ "randomAngle":true
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]},
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3,3,3],[3,3,3]]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":10}]}
+ ]
+ },
+ "render":{
+ "globalScale":0.1,
+ "scale":[1,0.0078125,0.8046875,0.051562488,2,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0,1,-0.2,1,-360,360],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.8828125,0.020833373,-0.2,1,600,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gem_particle_red_1"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_red_2"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_red_3"}]
+ },
+ "pam_003_ulti_particle":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,-0.7994791,0.7994792,-0.4661458,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gem_particle_blue_1"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_blue_2"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_blue_3"}]
+ },
+ "pam_003_ulti_particle_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":20,
+ "emitterDelay":0.05,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{"z":0.8},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-18],[0,0,-18]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.15364584,-0.7994791,0.7994792,-0.4661458,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"gem_particle_red_1"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_red_2"},{"swf":"sc/effects_brawler.sc","name":"gem_particle_red_3"}]
+ },
+ "pam_003_ulti_trail_frags":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_1"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "pam_003_ulti_trail_frags_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,40,40],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.06,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_5"},{"swf":"sc/effects_brawler.sc","name":"particle_stars_small_10"}]
+ },
+ "pam_003_ulti_trail_gas":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.059895843,0.7005209,0.17447919,0.9088542,1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.5,0.63,1],[0.45,0.21,0.6]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "pam_003_ulti_trail_gas_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":100,
+ "emitterDelay":0.02,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "infinite":true,
+ "duration":1,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,15,15],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,180,180],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "randomAngle":true
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[3.5,3.5,0],[3.5,3.5,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.059895843,0.7005209,0.17447919,0.9088542,1,1.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.7,0.4,0.4],[0.6,0.21,0.4]],
+ "alpha":[0.1,0.95,0.40625,1.03125,0,0.7],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.48177084,0.013020843,0.3229167,0.8229167,120,10],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "alphaFadeout":0.3,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_1"},{"swf":"sc/effects_brawler.sc","name":"particle_gas_seq_2"}]
+ },
+ "pam_003_ulti_trail_twinkles":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":1.5,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.35,0.35]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[1,0,0],[1,0,0]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,-1.2,-1.2],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0],[1,1,0]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1.3,1.3],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,0.2],[1,1,0.2]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_04_add_short"},{"swf":"sc/effects_brawler.sc","name":"particle_twinkle_05_add_short"}]
+ },
+ "pam_006_atk_beam":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk"}]
+ },
+ "pam_006_atk_beam_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.16,0.16],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.02,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.3,-0.3],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-5,-5],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,10,10],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_red"}]
+ },
+ "pam_006_atk_Env_pixels":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":50,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.4,0.4],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-10],[0,0,-10]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,120,120],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1.5,1.5]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[15,15,15],[15,15,15]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_trail_pixel"},{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_trail_pixel2"}]
+ },
+ "pam_006_atk_Env_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.45,0.45],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.7,0.7],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0.1,1,0.4],[0.1,1,0.4]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_3"},{"swf":"sc/effects_brawler.sc","name":"particle_smokes_fluffy_2"}]
+ },
+ "pam_006_atk_hit":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.79,
+ "scaleJitter":0.15,
+ "color":[0,1,0],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_hit"}]
+ },
+ "pam_006_atk_hit_red":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":0.79,
+ "scaleJitter":0.15,
+ "color":[1,1,1],
+ "alpha":1,
+ "angleJitter":360,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_hit_red"}]
+ },
+ "pam_006_atk_hit_spark":{
+ "emitterDataVersion":2,
+ "emitter":{"maxParticleCount":1,"lifetime":0.3,"mass":1,"spawnPointOffset":{},"components":[{"__class":"SpawnRate","duration":0.01,"spawnRate":60},{"__class":"SpawnLocation"}]},
+ "render":{
+ "globalScale":1,
+ "scale":1,
+ "scaleJitter":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":1,
+ "loopMovieClip":true,
+ "trailWidth":1
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_hit_spark"},{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_hit_spark2"}]
+ },
+ "pam_006_atk_reached":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,-0.2,-0.2],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.15,0.15],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0],[0,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_reached"}]
+ },
+ "pam_006_atk_reached_coin":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_reached_coin"}]
+ },
+ "pam_006_atk_reached_coin_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.3,0.3],
+ "mass":1,
+ "spawnPointOffset":{"z":0.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,-25],[0,0,-25]],
+ "components":[
+ {"__class":"Ground","bounciness":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],"friction":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5]},
+ {"__class":"SpawnBurst","bursts":[{"t":0.001,"c":1}]},
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,7,7],
+ "randomAngle":true
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[1,0,0.9,0,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1440,60],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_reached_coin_red"}]
+ },
+ "pam_006_atk_reached_elec":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":10,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.05,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.6,0.6],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0],[0,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "trailEnabled":true,
+ "trailDuration":1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "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"}]
+ },
+ "pam_006_atk_smoke":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"SpawnCone","direction":[-4,0,0],"directionJitterAngle":45}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[0.7,1,1],[0.1,1,0.7]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_02"}]
+ },
+ "pam_006_atk_smoke_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.333333,0.333333,0.666667,0.666667,0.45,0.45],
+ "lifetimeJitter":[0.333333,0.333333,0.666667,0.666667,0.1,0.1],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.333333,0.333333,0.666667,0.666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.333333,0.333333,0.666667,0.666667,40,40],
+ "spawnRateJitter":[0.333333,0.333333,0.666667,0.666667,1,1]
+ },
+ {
+ "__class":"SpawnPlanar",
+ "spawnMinSize":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "spawnMaxSize":[0.333333,0.333333,0.666667,0.666667,0.4,0.4],
+ "minAngle":[0.33333334,0.33333334,0.6666667,0.6666667,-15,-15],
+ "maxAngle":[0.33333334,0.33333334,0.6666667,0.6666667,20,20],
+ "minSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,2,2],
+ "maxSpeedXY":[0.33333334,0.33333334,0.6666667,0.6666667,5,5],
+ "minSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "maxSpeedZ":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[6,6,0],[6,6,0]]},
+ {"__class":"SpawnCone","direction":[-4,0,0],"directionJitterAngle":45}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.6145834,0.23958334,0.734375,0.5651042,1,0.4],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "color":[0.333333,0.333333,0.666667,0.666667,[1,1,1],[1,1,1]],
+ "alpha":[0.333333,0.333333,0.666667,0.666667,1,1],
+ "angle":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "angleJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "rotationSpeed":[0.8333334,-0.002604157,0.14322919,1.0026042,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "orientToDirection":true,
+ "tailLength":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "tailLengthJitter":[0.333333,0.333333,0.666667,0.666667,0,0],
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"cosmetic_twinkle_04"}]
+ },
+ "pam_006_atk_trail":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.25,0.25],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[0,1,0],[0,1,0]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_trail_pixel"}]
+ },
+ "pam_006_atk_trail_red":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":4,
+ "lifetime":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2],
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.05,0.05],
+ "mass":1,
+ "spawnPointOffset":{},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.4,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,12,12],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {"__class":"SpawnLocation","spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],"spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]},
+ {
+ "__class":"SpawnCone",
+ "direction":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,1],[0,0,1]],
+ "directionJitterAngle":[0.33333334,0.33333334,0.6666667,0.6666667,360,360],
+ "velocity":[0.33333334,0.33333334,0.6666667,0.6666667,0.8,0.8],
+ "velocityJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.2,0.2]
+ },
+ {"__class":"Deceleration","deceleration":[0.33333334,0.33333334,0.6666667,0.6666667,[2,2,2],[2,2,2]]}
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":[0.33333334,0.33333334,0.6666667,0.6666667,0.5,0.5],
+ "scaleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0.1,0.1],
+ "color":[1,1,1],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "angleJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeedJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLength":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "tailLengthJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "loopMovieClip":true,
+ "alphaFadeout":0.1,
+ "trailWidth":[0.33333334,0.33333334,0.6666667,0.6666667,1,1]
+ },
+ "movieclip":[{"swf":"sc/effects_brawler.sc","name":"pam_006_atk_trail_pixel_red"}]
+ },
+ "pam_006_lobby_win":{
+ "emitterDataVersion":2,
+ "emitter":{
+ "maxParticleCount":1,
+ "emitterDelay":0.75,
+ "lifetime":2.7,
+ "lifetimeJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "mass":1,
+ "spawnPointOffset":{"z":2.1},
+ "gravity":[0.33333334,0.33333334,0.6666667,0.6666667,[0,0,0],[0,0,0]],
+ "components":[
+ {
+ "__class":"SpawnRate",
+ "duration":0.01,
+ "spawnRate":[0.33333334,0.33333334,0.6666667,0.6666667,60,60],
+ "spawnRateJitter":[0.33333334,0.33333334,0.6666667,0.6666667,0,0]
+ },
+ {
+ "__class":"SpawnLocation",
+ "spawnShape":1,
+ "spawnMinSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.18,0.18],
+ "spawnMaxSize":[0.33333334,0.33333334,0.6666667,0.6666667,0.32,0.32]
+ }
+ ]
+ },
+ "render":{
+ "globalScale":1,
+ "scale":0.15,
+ "color":[0.33333334,0.33333334,0.6666667,0.6666667,[1,1,1],[1,1,1]],
+ "alpha":[0.33333334,0.33333334,0.6666667,0.6666667,1,1],
+ "angle":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+ "rotationSpeed":[0.33333334,0.33333334,0.6666667,0.6666667,0,0],
+